@charset "UTF-8";
/*!
Theme Name: cas
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: cas
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.

cas 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: SFPro;
  src: url("../fonts/SF-Pro-Display-Regular.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: SFProB;
  src: url("../fonts/SF-Pro-Display-Bold.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: SFProM;
  src: url("../fonts/SF-Pro-Display-Medium.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: SFProL;
  src: url("../fonts/SF-Pro-Display-Light.otf") format("opentype");
  font-display: swap;
}

html {
  margin-top: 0 !important;
  scroll-behavior: smooth;
}

body {
  font-family: SFPro, sans-serif;
  font-size: 14px;
  min-height: max-content !important;
  /* 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: 1520px;
  margin-left: auto;
  margin-right: auto;
}

.outer2 {
  max-width: 1006px;
  margin-left: auto;
  margin-right: auto;
}

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

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

a {
  color: #000;
  text-decoration: none;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

a:focus, a:hover, a:visited {
  color: #000;
}

a:hover {
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

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-paged.svg") center/30px no-repeat, rgba(255, 255, 255, 0.3);
  z-index: 999999;
}

.loadingpage:hover:before {
  background: url("../assets/loading-paged-fff.svg") center/30px no-repeat, rgba(255, 255, 255, 0.3);
}

.pagi {
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: calc(100vw * 50 / 1920);
  padding-bottom: calc(100vw * 50 / 1920);
}

.pagi .page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #fff;
  background: #fff;
  margin: 0 5px;
  color: #000;
  font-size: 12px;
}

.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 #2e982e;
  background: #2e982e;
  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,
.thumbnail {
  overflow: hidden;
}

.image img,
.thumbnail img {
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}

.image:hover img,
.thumbnail:hover img {
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transform: scale(1.15);
}

.slick-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.slick-dots li {
  margin: 0 3px;
}

.slick-dots li button {
  font-size: 0 !important;
  border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  background: #fff !important;
  padding: 0 !important;
  border: 1px solid #fff !important;
  height: 15px;
  width: 15px;
  box-sizing: border-box;
  cursor: pointer;
}

.slick-dots li.slick-active button {
  background: transparent !important;
}

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

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

.bar1 {
  width: 14px;
}

.bar2 {
  width: 14px;
}

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

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(2px, 8px);
  transform: rotate(-45deg) translate(2px, 8px);
  background-color: #000;
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  width: 14px;
  -webkit-transform: rotate(45deg) translate(1px, -9px);
  transform: rotate(45deg) translate(1px, -9px);
  background-color: #000;
}

@media only screen and (max-width: 1024px) {
  .btnz {
    display: inline-block;
    position: absolute;
    z-index: 9999;
    right: 15px;
    top: 30px;
  }
  .btnz.change {
    z-index: 9999999;
  }
}

#masthead {
  position: relative;
  z-index: 999;
  padding: 0;
  border-bottom: 1px solid #a8a8a8;
}

#masthead .site-branding {
  width: 385px;
}

#masthead .site-branding img {
  width: 100%;
  object-fit: contain;
}

#masthead .outer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#masthead .search-menu {
  width: 255px;
}

.main-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-navigation a {
  padding: 49px 10px;
  text-transform: uppercase;
  font-weight: 600;
}

.main-navigation a:hover {
  color: #2e982e;
}

.main-navigation .current-menu-item a {
  color: #2e982e;
}

.main-navigation ul ul {
  max-width: 268px;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.main-navigation ul ul li {
  width: 100%;
}

.main-navigation ul ul a {
  width: 268px;
  font-weight: 500;
  padding: 12px;
  border-bottom: 1px solid #e3e3e3;
}

.expand {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  display: block;
  width: 6px;
  height: 6px;
  margin-left: 5px;
  background: url("../assets/arrow-down.png") center/contain no-repeat;
  cursor: pointer;
}

.title-stroke {
  font-family: MontBl, sans-serif;
  font-size: 108px;
  color: transparent;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #2e982e;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

#slider .wrap-slider {
  position: relative;
}

#slider .wrap-slider .main-slider .item {
  position: relative;
}

#slider .wrap-slider .main-slider .item img {
  width: 100%;
}

#slider .wrap-slider .main-slider .item .slider-text {
  position: absolute;
  width: 70%;
  left: 5%;
  bottom: 150px;
  color: #fff;
  font-size: 52px;
  font-weight: 700;
}

#slider .wrap-slider .main-slider .slick-dots {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  left: 40px;
}

#slider .wrap-slider .main-slider .slick-dots li button {
  width: 7px;
  height: 7px;
  background: #fff;
}

#slider .wrap-slider .main-slider .slick-dots li.slick-active button {
  transform: scale(1.6) !important;
  background: #fff !important;
}

.about-home {
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  align-items: center;
}

.about-home .home-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.about-home .home-wrap > .info {
  width: calc(55% - 95px);
  margin-right: 95px;
}

.about-home .home-wrap > .info > .title {
  font-size: 32px;
  color: #2e982e;
  margin-bottom: 16px;
}

.about-home .home-wrap > .info > .description {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 400;
}

.about-home .home-wrap > .info > .view-more a {
  padding: 12px 25px;
  color: #2e982e;
  border: 1px solid #2e982e;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
}

.about-home .home-wrap > .info > .view-more a:hover {
  background: #2e982e;
  color: #fff;
}

.about-home .home-wrap > .image {
  width: 45%;
}

.about-home .home-wrap > .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  -ms-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.service-home {
  padding-top: 100px;
  padding-bottom: 100px;
}

.service-home .home-wrap > .title {
  text-align: center;
  color: #2e982e;
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.service-home .home-wrap > .list {
  display: flex;
  flex-wrap: wrap;
}

.service-home .home-wrap > .list > .item {
  width: calc(100% / 4 - (20px * 3 / 4));
  margin-right: 20px;
}

.service-home .home-wrap > .list > .item:nth-child(4n+4) {
  margin-right: 0;
}

.service-home .home-wrap > .list > .item > .thumbnail {
  margin-bottom: 16px;
}

.service-home .home-wrap > .list > .item > .thumbnail img {
  height: 313px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
  -ms-border-radius: 12px;
  -webkit-border-radius: 12px;
}

.service-home .home-wrap > .list > .item > .title {
  font-size: 18px;
  color: #1e1e1e;
  margin-bottom: 16px;
}

.service-home .home-wrap > .list > .item > .description {
  margin-bottom: 16px;
  font-size: 16px;
  color: #8a8a8a;
}

.service-home .home-wrap > .list > .item .view-more a {
  text-decoration: underline;
  color: #2e982e;
  font-size: 16px;
  font-weight: 400;
}

.news-home {
  padding-top: 100px;
  padding-bottom: 100px;
}

.news-home .home-wrap > .title {
  text-align: center;
  color: #2e982e;
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.news-home .home-wrap > .list {
  display: flex;
  flex-wrap: wrap;
}

.news-home .home-wrap > .list > .item {
  width: calc(100% / 3 - (40px * 2 / 3));
  margin-right: 40px;
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.news-home .home-wrap > .list > .item:nth-child(3n+3) {
  margin-right: 0;
}

.news-home .home-wrap > .list > .item > .thumbnail img {
  height: 160px;
  max-width: 240px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
  -ms-border-radius: 12px;
  -webkit-border-radius: 12px;
}

.news-home .home-wrap > .list > .item > .info {
  flex: 1;
  padding-left: 28px;
}

.news-home .home-wrap > .list > .item > .info > .title {
  font-size: 16px;
  font-weight: 600;
  color: #1e1e1e;
  padding-bottom: 8px;
  margin-bottom: 8px;
  position: relative;
}

.news-home .home-wrap > .list > .item > .info > .title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15%;
  height: 1px;
  background: #515151;
}

.news-home .home-wrap > .list > .item > .info > .entry-meta time {
  font-size: 16px;
  font-weight: 400;
  color: #515151;
}

.news-home .home-wrap > .view-more {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.news-home .home-wrap > .view-more a {
  padding: 12px 60px;
  color: #2e982e;
  border: 1px solid #2e982e;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.news-home .home-wrap > .view-more a:hover {
  background: #2e982e;
  color: #fff;
}

.ytb-home {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ytb-home .home-wrap {
  display: flex;
  flex-wrap: wrap;
}

.ytb-home .home-wrap .item {
  width: calc(100% / 2 - (20px * 1 /2));
  margin-right: 20px;
}

.ytb-home .home-wrap .item:nth-child(2n+2) {
  margin-right: 0;
}

.ytb-home .home-wrap .item iframe {
  width: 100%;
}

.form-home {
  padding-top: 100px;
  padding-bottom: 100px;
}

.form-home .home-wrap {
  padding: 40px 32px;
  background: #f6fff6;
  display: flex;
  flex-wrap: wrap;
  border-radius: 20px;
  -ms-border-radius: 20px;
  -webkit-border-radius: 20px;
}

.form-home .home-wrap > .content {
  width: calc(45% - 157px);
  margin-right: 157px;
}

.form-home .home-wrap > .content > .title {
  font-size: 32px;
  color: #2e982e;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.form-home .home-wrap > .content > .description {
  color: #515151;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 16px;
}

.form-home .home-wrap > .content > .list {
  display: flex;
}

.form-home .home-wrap > .content > .list > .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: auto;
  margin-right: 40px;
}

.form-home .home-wrap > .content > .list > .item:nth-child(2n+2) {
  margin-right: 0;
}

.form-home .home-wrap > .content > .list > .item > .ico {
  margin-right: 20px;
  max-width: 24px;
}

.form-home .home-wrap > .content > .list > .item > .text {
  flex: 1;
}

.form-home .home-wrap > .form {
  width: 55%;
}

.form-home .home-wrap > .form .wpforms-container {
  margin: 0 !important;
}

.form-home .home-wrap > .form .wpforms-container .wpforms-field input {
  width: 100% !important;
  padding: 12px !important;
  background: #fff !important;
}

.form-home .home-wrap > .form .wpforms-container .wpforms-field input::placeholder {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 400;
}

.form-home .home-wrap > .form .wpforms-container .wpforms-field-label {
  font-size: 16px !important;
  color: #1e1e1e !important;
  font-weight: 400 !important;
}

.form-home .home-wrap > .form .wpforms-container .wpforms-field-description {
  font-size: 16px !important;
  color: #515151 !important;
  font-weight: 400 !important;
  margin-top: 21px;
}

.form-home .home-wrap > .form .wpforms-container .wpforms-submit {
  width: 100% !important;
  padding: 12px !important;
  display: inline-block;
  font-size: 15px !important;
  color: #f1f1f1 !important;
  text-align: center !important;
  border: 1px solid #2e982e !important;
  background: #2e982e !important;
  text-transform: uppercase !important;
  font-family: SFPro, sans-serif;
}

.form-home .home-wrap > .form .wpforms-container .wpforms-submit:hover {
  background: #2B772B !important;
}

.recruit-home {
  padding-top: 100px;
  padding-bottom: 100px;
}

.recruit-home .home-wrap > .title {
  text-align: center;
  color: #2e982e;
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.recruit-home .home-wrap > .list {
  display: flex;
  flex-wrap: wrap;
}

.recruit-home .home-wrap > .list > .item {
  width: calc(100% / 3 - (40px * 2 / 3));
  margin-right: 40px;
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 20px;
  -ms-border-radius: 20px;
  -webkit-border-radius: 20px;
  border: 1px solid #2e982e;
  padding: 20px 20px 10px;
}

.recruit-home .home-wrap > .list > .item:nth-child(3n+3) {
  margin-right: 0;
}

.recruit-home .home-wrap > .list > .item > .info > .title {
  font-size: 20px;
  font-weight: 600;
  color: #1e1e1e;
  margin-bottom: 32px;
  padding-right: 20px;
  position: relative;
}

.recruit-home .home-wrap > .list > .item > .info > .title svg {
  position: absolute;
  top: 5px;
  right: 0;
}

.recruit-home .home-wrap > .list > .item > .info .information {
  border-bottom: 1px solid #515151;
  margin-bottom: 12px;
}

.recruit-home .home-wrap > .list > .item > .info .information > .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}

.recruit-home .home-wrap > .list > .item > .info .information > .item svg {
  margin-right: 10px;
}

.recruit-home .home-wrap > .list > .item > .info .date span {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.recruit-home .home-wrap > .list > .item > .info .date a {
  float: right;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #2e982e;
  text-decoration: underline;
}

.recruit-home .home-wrap > .view-more {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.recruit-home .home-wrap > .view-more a {
  padding: 12px 60px;
  color: #2e982e;
  border: 1px solid #2e982e;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.recruit-home .home-wrap > .view-more a:hover {
  background: #2e982e;
  color: #fff;
}

.pdf-home {
  padding-top: 100px;
  padding-bottom: 200px;
}

.pdf-home .home-wrap > .title {
  text-align: center;
  color: #2e982e;
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.pdf-home .home-wrap > .list {
  display: flex;
  flex-wrap: wrap;
}

.pdf-home .home-wrap > .list > .item {
  width: calc(100% / 2 - (20px * 1 /2));
  margin-right: 20px;
}

.pdf-home .home-wrap > .list > .item:nth-child(2n+2) {
  margin-right: 0;
}

.pdf-home .home-wrap > .list > .item > .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}

.pdf-home .home-wrap > .list > .item .adobe-dc-view {
  border: 1px solid #8a8a8a;
  min-height: 390px;
  width: 100% !important;
}

.pdf-home .home-wrap > .list > .item .adobe-dc-view .sdk-HeaderView-branding {
  display: none !important;
}

.pdf-home .home-wrap > .list > .item embed {
  border: 1px solid #8a8a8a;
  min-height: 585px;
}

.posted-on a > img {
  margin-right: 3px;
}

.posted-on a time {
  color: #515151;
  font-size: 14px;
}

.page-banner {
  height: 220px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-banner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.page-banner .text {
  position: absolute;
  font-size: 32px;
  font-weight: 600;
  color: #fff;
}

.menu-about {
  background: #2e982e;
  padding: 20px 0;
}

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

.menu-about .menu-about-wrap > .item {
  text-align: center;
}

.menu-about .menu-about-wrap > .item a {
  display: inline-block;
  padding: 18px 28px;
  color: #f1f1f1;
  font-size: 16px;
  font-weight: 600;
  border-radius: 12px;
  -ms-border-radius: 12px;
  -webkit-border-radius: 12px;
}

.menu-about .menu-about-wrap > .item.active a {
  color: #2e982e;
  background: #fff;
}

body.page-template-about .site-main {
  padding-bottom: 150px;
}

body.page-template-about .entry-title {
  text-align: center;
  color: #2e982e;
  margin-top: 40px !important;
  margin-bottom: 40px !important;
  font-weight: 600 !important;
}

body.page-template-about .entry-content {
  font-size: 20px;
  color: #1e1e1e;
  line-height: 32px;
}

body.page-template-service .site-main {
  padding-top: 100px;
  padding-bottom: 150px;
}

body.page-template-service .wrap-list {
  display: flex;
  flex-wrap: wrap;
}

body.page-template-service .wrap-list > .item {
  width: calc(100% / 3 - (40px * 2 / 3));
  margin-right: 40px;
  margin-bottom: 40px;
}

body.page-template-service .wrap-list > .item:nth-child(3n+3) {
  margin-right: 0;
}

body.page-template-service .wrap-list > .item > .thumbnail {
  margin-bottom: 16px;
}

body.page-template-service .wrap-list > .item > .thumbnail img {
  width: 100%;
  height: 313px;
  object-fit: cover;
  border-radius: 20px;
  -ms-border-radius: 20px;
  -webkit-border-radius: 20px;
}

body.page-template-service .wrap-list > .item > .title {
  font-size: 18px;
  font-weight: 500;
  color: #1e1e1e;
}

body.category .category-item {
  margin-bottom: 136px;
}

body.category .category-item > .title {
  text-align: left;
}

body.single-post .site-main {
  padding-top: 100px;
  padding-bottom: 150px;
  text-align: center;
}

body.single-post .post-category {
  font-size: 16px;
  margin-bottom: 20px;
}

body.single-post .post-category .label {
  font-weight: 400;
}

body.single-post .post-category .cat-show {
  font-weight: 500;
  text-decoration: underline;
}

body.single-post .entry-header {
  margin-bottom: 56px;
  position: relative;
  padding-bottom: 20px;
}

body.single-post .entry-header:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  background: #a8a8a8;
}

body.single-post .entry-header .entry-title {
  margin-bottom: 20px !important;
  font-size: 32px;
  font-weight: 600;
  line-height: 52px;
  color: #1e1e1e;
}

body.single-post .entry-content {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
}

body.single-post .entry-content img {
  width: 100%;
  max-width: 100%;
}

body.single-recruit .site-main {
  padding-top: 100px;
  padding-bottom: 150px;
  display: flex;
  flex-wrap: wrap;
}

body.single-recruit .site-main article {
  display: flex;
  flex-wrap: wrap;
}

body.single-recruit .site-main .wrap-content {
  width: calc(70% - 77px);
  margin-right: 77px;
}

body.single-recruit .site-main .wrap-sidebar {
  width: 30%;
}

body.single-recruit .site-main .wrap-sidebar .information {
  padding: 20px;
  border: 1px solid #2e982e;
  border-radius: 20px;
  -ms-border-radius: 20px;
  -webkit-border-radius: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

body.single-recruit .site-main .wrap-sidebar .information > .item {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

body.single-recruit .site-main .wrap-sidebar .information > .item svg {
  margin-right: 10px;
}

body.single-recruit .site-main .wrap-sidebar .information > .date {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #a8a8a8;
  border-bottom: 1px solid #a8a8a8;
}

body.single-recruit .site-main .wrap-sidebar .information > .submit-work a {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #2e982e;
  border-radius: 12px;
  -ms-border-radius: 12px;
  -webkit-border-radius: 12px;
  color: #f1f1f1;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

body.single-recruit .site-main .wrap-sidebar .information > .submit-work a:hover {
  background: #2B772B;
}

body.single-recruit .site-main .wrap-sidebar .information > .share-info {
  padding-top: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
  display: none;
}

body.single-recruit .site-main .wrap-sidebar .information > .share-info svg {
  margin-right: 10px;
}

body.single-recruit .site-main .wrap-sidebar .relate-work > .title {
  font-size: 24px;
  color: #1e1e1e;
  margin-bottom: 30px;
  font-weight: 500 !important;
}

body.single-recruit .site-main .wrap-sidebar .relate-work > .list > .item {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #a8a8a8;
}

body.single-recruit .site-main .wrap-sidebar .relate-work > .list > .item .title a {
  font-size: 16px;
  font-weight: 500 !important;
  color: #2e982e;
  margin-bottom: 8px;
}

body.single-recruit .site-main .wrap-sidebar .relate-work > .list > .item .item {
  display: flex;
  align-items: center;
}

body.single-recruit .site-main .wrap-sidebar .relate-work > .list > .item .item svg {
  margin-right: 10px;
}

body.single-recruit .site-main .wrap-sidebar .relate-work > .view-more {
  text-align: center;
}

body.single-recruit .site-main .wrap-sidebar .relate-work > .view-more a {
  padding: 12px 65px;
  color: #2e982e;
  border: 1px solid #2e982e;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
}

body.single-recruit .site-main .wrap-sidebar .relate-work > .view-more a:hover {
  background: #2e982e;
  color: #fff;
}

body.single-recruit .entry-header .entry-title {
  margin-bottom: 20px !important;
  font-size: 32px;
  font-weight: 500 !important;
  line-height: 52px;
  color: #1e1e1e;
}

body.single-recruit .entry-content {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
}

body.single-recruit .entry-content img {
  width: 100%;
  max-width: 100%;
}

body.page-template-pdf .site-main {
  height: 100vh;
  margin-top: 100px;
  margin-bottom: 350px;
}

body.page-template-pdf .site-main .wrap-pdf {
  height: 100vh;
}

body.page-template-pdf .site-main .wrap-pdf .adobe-dc-view {
  height: 100% !important;
  width: 100% !important;
}

.site-footer {
  background: #2e982e;
  padding: 46px;
  color: #f1f1f1;
}

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

.site-footer .wrap-footer > .item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  font-size: 14px;
  margin-right: 150px;
}

.site-footer .wrap-footer > .item:last-child {
  margin-right: 0;
}

.site-footer .wrap-footer > .item > .icon {
  margin-right: 20px;
}

.site-footer .wrap-footer > .item .f-item {
  display: flex;
  align-items: flex-start;
}

.site-footer .wrap-footer > .item .f-item .label {
  font-weight: 400;
  margin-right: 5px;
}

.site-footer .wrap-footer > .item .f-item .text {
  font-weight: 700;
}

.slick-arrow {
  border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 30px;
  height: 30px;
  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: 9999;
}

.slick-arrow.slick-prev {
  left: 0;
}

.slick-arrow.slick-next {
  right: 0;
}

.mobile {
  display: none !important;
}

@media only screen and (max-width: 1366px) {
  #masthead {
    padding: 15px 0;
  }
  #masthead .main-navigation a {
    font-size: 13px;
  }
  #masthead .main-navigation.left ul li {
    padding: 44px 15px;
  }
  #masthead .main-navigation.left ul li:first-child {
    padding: 44px 15px 44px 0;
  }
  #masthead .main-navigation.right ul li {
    padding: 44px 15px;
  }
  #masthead .main-navigation.right ul li:last-child {
    padding: 44px 0 44px 15px;
  }
  .purchase a span {
    font-size: 16px;
    padding: 14px 25px;
  }
}

@media only screen and (max-width: 1024px) {
  .outer {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .home-product .explore-product .item a.p-info {
    margin-bottom: 20px;
  }
  .home-product .explore-product .item a.p-info .p-thumb {
    padding-top: 10px;
  }
  .home-product .explore-product .item a.p-info .p-thumb img {
    height: 190px;
  }
  .home-product .explore-product .item a.p-info .p-title {
    width: 100%;
  }
}

@media only screen and (max-width: 820px) {
  .desktop {
    display: none !important;
  }
  .mobile {
    display: inherit !important;
  }
  .outer,
  .outer2 {
    max-width: 100%;
  }
  #masthead .site-branding.mobile {
    width: 100%;
    padding: 30px 15px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    background: #fff;
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 1;
    position: relative;
  }
  #masthead .site-branding.mobile img {
    max-width: 200px;
  }
  #masthead.fixed .site-branding {
    width: 100%;
    text-align: left;
  }
  #masthead.fixed .site-branding.mobile {
    position: fixed;
    top: 0;
    left: 0;
    padding: 10px 15px;
  }
  #masthead .menu-menu-1-container {
    left: -100vw;
    width: 100%;
  }
  #masthead .site-branding {
    width: 100%;
    text-align: left;
  }
  #masthead .site-branding img {
    width: 50%;
  }
  #masthead > .outer {
    display: block;
  }
  #masthead.show .main-navigation {
    align-items: flex-start;
  }
  #masthead.show .main-navigation a {
    padding: 5px 10px;
  }
  #masthead.show .menu-menu-1-container {
    height: 100vh;
    left: 0;
  }
  #masthead.show .menu-menu-1-container .menu {
    display: block;
  }
  .brand {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .brand .wrap-outer {
    align-items: stretch;
  }
  .brand .wrap-outer .agency .item {
    width: calc(100% / 2 - (10px * 1 /2));
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .brand .wrap-outer .agency .item:nth-child(2n+2) {
    margin-right: 0;
  }
  #masthead .main-navigation ul ul li a {
    text-align: left;
    padding: 0 15px;
  }
  #slider .wrap-slider .main-slider .item .slider-text {
    font-size: 14px;
    bottom: 15px;
  }
  #slider .wrap-slider .main-slider .slick-dots {
    display: none !important;
  }
  .about-home .home-wrap > .info {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .about-home .home-wrap > .image {
    width: 100%;
  }
  .about-home,
  .form-home,
  .news-home,
  .pdf-home,
  .recruit-home,
  .service-home,
  .ytb-home {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .service-home .home-wrap > .list > .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .news-home .home-wrap > .list > .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .ytb-home .home-wrap .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .form-home .home-wrap > .content {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .form-home .home-wrap > .form {
    width: 100%;
  }
  .form-home .home-wrap > .content > .list {
    flex-wrap: wrap;
  }
  .form-home .home-wrap > .content > .list > .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    flex: none;
  }
  .recruit-home .home-wrap > .list > .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .pdf-home .home-wrap > .list > .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 110px;
  }
  .site-footer .wrap-footer > .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .site-footer {
    padding: 30px 0;
  }
  body.page-template-service .wrap-list > .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  body.single-recruit .site-main .wrap-content {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  body.single-recruit .site-main .wrap-sidebar {
    width: 100%;
  }
  .site-footer .wrap-footer > .item > .icon {
    width: 100%;
    margin-right: 0;
  }
  .site-footer .wrap-footer > .item .f-item {
    flex-wrap: wrap;
  }
  .site-footer .wrap-footer > .item .f-item .label {
    width: 100%;
  }
  .site-footer .wrap-footer > .item .f-item .text {
    width: 100%;
  }
  body.single-recruit .site-main {
    padding-top: 30px;
  }
  .menu-about {
    width: 100%;
    overflow: hidden;
  }
  .menu-about .outer2 {
    overflow-y: auto;
  }
  .menu-about .menu-about-wrap {
    min-width: 1024px;
    overflow-y: auto;
    justify-content: flex-start;
  }
  .menu-about .menu-about-wrap > .item a {
    padding: 12px 28px;
    font-size: 12px;
  }
  .expand {
    width: 14px;
    height: 14px;
    right: -5px;
  }
  .expand.show {
    transform: translate(0px, -8px) rotate(180deg);
  }
  .main-navigation ul li.focus > ul,
  .main-navigation ul li:hover > ul {
    left: -999em;
  }
  .sub-menu {
    left: -999em;
  }
  .sub-menu.show {
    position: relative;
    max-width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    left: 0 !important;
    padding-left: 15px;
    box-shadow: none !important;
  }
  .sub-menu.show li a {
    border-bottom: 0;
  }
}
