/*!
Theme Name: VinpearlLand
Theme URI: http://underscores.me/
Author: NiaFam
Author URI: https://nghia-pham.com
Description: VinpearlLand - Wordpress Custom Theme for VinGroup
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vinpearlland
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 with others.

VinpearlLand is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 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"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */ }

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  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;
  font-size: 15px;
  font-size: 0.9375rem;
  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;
  font-size: 15px;
  font-size: 0.9375rem; }

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

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

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

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: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

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

/*--------------------------------------------------------------
# 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);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .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%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }
  a:visited {
    color: purple; }
  a:hover, a:focus, a:active {
    color: midnightblue; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
              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 {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    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: block; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

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

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

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

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

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

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Vin
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Import fonts
--------------------------------------------------------------*/
/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v47/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format("woff2"); }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased; }

.gap0 {
  height: 0px;
  display: block;
  clear: both; }

.mt0 {
  margin-top: 0px !important; }

.mr0 {
  margin-right: 0px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.ml0 {
  margin-left: 0px !important; }

.pt0 {
  padding-top: 0px !important; }

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

.pb0 {
  padding-bottom: 0px !important; }

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

.pad0 {
  padding: 0px !important; }

.fz0 {
  font-size: 0px !important; }

.lh0 {
  line-height: 0px !important; }

.h0 {
  height: 0px !important; }

.minh0 {
  min-height: 0px !important; }

.maxh0 {
  max-height: 0px !important; }

.gap1 {
  height: 1px;
  display: block;
  clear: both; }

.mt1 {
  margin-top: 1px !important; }

.mr1 {
  margin-right: 1px !important; }

.mb1 {
  margin-bottom: 1px !important; }

.ml1 {
  margin-left: 1px !important; }

.pt1 {
  padding-top: 1px !important; }

.pr1 {
  padding-right: 1px !important; }

.pb1 {
  padding-bottom: 1px !important; }

.pl1 {
  padding-left: 1px !important; }

.pad1 {
  padding: 1px !important; }

.fz1 {
  font-size: 1px !important; }

.lh1 {
  line-height: 1px !important; }

.h1 {
  height: 1px !important; }

.minh1 {
  min-height: 1px !important; }

.maxh1 {
  max-height: 1px !important; }

.gap2 {
  height: 2px;
  display: block;
  clear: both; }

.mt2 {
  margin-top: 2px !important; }

.mr2 {
  margin-right: 2px !important; }

.mb2 {
  margin-bottom: 2px !important; }

.ml2 {
  margin-left: 2px !important; }

.pt2 {
  padding-top: 2px !important; }

.pr2 {
  padding-right: 2px !important; }

.pb2 {
  padding-bottom: 2px !important; }

.pl2 {
  padding-left: 2px !important; }

.pad2 {
  padding: 2px !important; }

.fz2 {
  font-size: 2px !important; }

.lh2 {
  line-height: 2px !important; }

.h2 {
  height: 2px !important; }

.minh2 {
  min-height: 2px !important; }

.maxh2 {
  max-height: 2px !important; }

.gap3 {
  height: 3px;
  display: block;
  clear: both; }

.mt3 {
  margin-top: 3px !important; }

.mr3 {
  margin-right: 3px !important; }

.mb3 {
  margin-bottom: 3px !important; }

.ml3 {
  margin-left: 3px !important; }

.pt3 {
  padding-top: 3px !important; }

.pr3 {
  padding-right: 3px !important; }

.pb3 {
  padding-bottom: 3px !important; }

.pl3 {
  padding-left: 3px !important; }

.pad3 {
  padding: 3px !important; }

.fz3 {
  font-size: 3px !important; }

.lh3 {
  line-height: 3px !important; }

.h3 {
  height: 3px !important; }

.minh3 {
  min-height: 3px !important; }

.maxh3 {
  max-height: 3px !important; }

.gap4 {
  height: 4px;
  display: block;
  clear: both; }

.mt4 {
  margin-top: 4px !important; }

.mr4 {
  margin-right: 4px !important; }

.mb4 {
  margin-bottom: 4px !important; }

.ml4 {
  margin-left: 4px !important; }

.pt4 {
  padding-top: 4px !important; }

.pr4 {
  padding-right: 4px !important; }

.pb4 {
  padding-bottom: 4px !important; }

.pl4 {
  padding-left: 4px !important; }

.pad4 {
  padding: 4px !important; }

.fz4 {
  font-size: 4px !important; }

.lh4 {
  line-height: 4px !important; }

.h4 {
  height: 4px !important; }

.minh4 {
  min-height: 4px !important; }

.maxh4 {
  max-height: 4px !important; }

.gap5 {
  height: 5px;
  display: block;
  clear: both; }

.mt5 {
  margin-top: 5px !important; }

.mr5 {
  margin-right: 5px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.ml5 {
  margin-left: 5px !important; }

.pt5 {
  padding-top: 5px !important; }

.pr5 {
  padding-right: 5px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.pl5 {
  padding-left: 5px !important; }

.pad5 {
  padding: 5px !important; }

.fz5 {
  font-size: 5px !important; }

.lh5 {
  line-height: 5px !important; }

.h5 {
  height: 5px !important; }

.minh5 {
  min-height: 5px !important; }

.maxh5 {
  max-height: 5px !important; }

.gap6 {
  height: 6px;
  display: block;
  clear: both; }

.mt6 {
  margin-top: 6px !important; }

.mr6 {
  margin-right: 6px !important; }

.mb6 {
  margin-bottom: 6px !important; }

.ml6 {
  margin-left: 6px !important; }

.pt6 {
  padding-top: 6px !important; }

.pr6 {
  padding-right: 6px !important; }

.pb6 {
  padding-bottom: 6px !important; }

.pl6 {
  padding-left: 6px !important; }

.pad6 {
  padding: 6px !important; }

.fz6 {
  font-size: 6px !important; }

.lh6 {
  line-height: 6px !important; }

.h6 {
  height: 6px !important; }

.minh6 {
  min-height: 6px !important; }

.maxh6 {
  max-height: 6px !important; }

.gap7 {
  height: 7px;
  display: block;
  clear: both; }

.mt7 {
  margin-top: 7px !important; }

.mr7 {
  margin-right: 7px !important; }

.mb7 {
  margin-bottom: 7px !important; }

.ml7 {
  margin-left: 7px !important; }

.pt7 {
  padding-top: 7px !important; }

.pr7 {
  padding-right: 7px !important; }

.pb7 {
  padding-bottom: 7px !important; }

.pl7 {
  padding-left: 7px !important; }

.pad7 {
  padding: 7px !important; }

.fz7 {
  font-size: 7px !important; }

.lh7 {
  line-height: 7px !important; }

.h7 {
  height: 7px !important; }

.minh7 {
  min-height: 7px !important; }

.maxh7 {
  max-height: 7px !important; }

.gap8 {
  height: 8px;
  display: block;
  clear: both; }

.mt8 {
  margin-top: 8px !important; }

.mr8 {
  margin-right: 8px !important; }

.mb8 {
  margin-bottom: 8px !important; }

.ml8 {
  margin-left: 8px !important; }

.pt8 {
  padding-top: 8px !important; }

.pr8 {
  padding-right: 8px !important; }

.pb8 {
  padding-bottom: 8px !important; }

.pl8 {
  padding-left: 8px !important; }

.pad8 {
  padding: 8px !important; }

.fz8 {
  font-size: 8px !important; }

.lh8 {
  line-height: 8px !important; }

.h8 {
  height: 8px !important; }

.minh8 {
  min-height: 8px !important; }

.maxh8 {
  max-height: 8px !important; }

.gap9 {
  height: 9px;
  display: block;
  clear: both; }

.mt9 {
  margin-top: 9px !important; }

.mr9 {
  margin-right: 9px !important; }

.mb9 {
  margin-bottom: 9px !important; }

.ml9 {
  margin-left: 9px !important; }

.pt9 {
  padding-top: 9px !important; }

.pr9 {
  padding-right: 9px !important; }

.pb9 {
  padding-bottom: 9px !important; }

.pl9 {
  padding-left: 9px !important; }

.pad9 {
  padding: 9px !important; }

.fz9 {
  font-size: 9px !important; }

.lh9 {
  line-height: 9px !important; }

.h9 {
  height: 9px !important; }

.minh9 {
  min-height: 9px !important; }

.maxh9 {
  max-height: 9px !important; }

.gap10 {
  height: 10px;
  display: block;
  clear: both; }

.mt10 {
  margin-top: 10px !important; }

.mr10 {
  margin-right: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.ml10 {
  margin-left: 10px !important; }

.pt10 {
  padding-top: 10px !important; }

.pr10 {
  padding-right: 10px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pl10 {
  padding-left: 10px !important; }

.pad10 {
  padding: 10px !important; }

.fz10 {
  font-size: 10px !important; }

.lh10 {
  line-height: 10px !important; }

.h10 {
  height: 10px !important; }

.minh10 {
  min-height: 10px !important; }

.maxh10 {
  max-height: 10px !important; }

.gap11 {
  height: 11px;
  display: block;
  clear: both; }

.mt11 {
  margin-top: 11px !important; }

.mr11 {
  margin-right: 11px !important; }

.mb11 {
  margin-bottom: 11px !important; }

.ml11 {
  margin-left: 11px !important; }

.pt11 {
  padding-top: 11px !important; }

.pr11 {
  padding-right: 11px !important; }

.pb11 {
  padding-bottom: 11px !important; }

.pl11 {
  padding-left: 11px !important; }

.pad11 {
  padding: 11px !important; }

.fz11 {
  font-size: 11px !important; }

.lh11 {
  line-height: 11px !important; }

.h11 {
  height: 11px !important; }

.minh11 {
  min-height: 11px !important; }

.maxh11 {
  max-height: 11px !important; }

.gap12 {
  height: 12px;
  display: block;
  clear: both; }

.mt12 {
  margin-top: 12px !important; }

.mr12 {
  margin-right: 12px !important; }

.mb12 {
  margin-bottom: 12px !important; }

.ml12 {
  margin-left: 12px !important; }

.pt12 {
  padding-top: 12px !important; }

.pr12 {
  padding-right: 12px !important; }

.pb12 {
  padding-bottom: 12px !important; }

.pl12 {
  padding-left: 12px !important; }

.pad12 {
  padding: 12px !important; }

.fz12 {
  font-size: 12px !important; }

.lh12 {
  line-height: 12px !important; }

.h12 {
  height: 12px !important; }

.minh12 {
  min-height: 12px !important; }

.maxh12 {
  max-height: 12px !important; }

.gap13 {
  height: 13px;
  display: block;
  clear: both; }

.mt13 {
  margin-top: 13px !important; }

.mr13 {
  margin-right: 13px !important; }

.mb13 {
  margin-bottom: 13px !important; }

.ml13 {
  margin-left: 13px !important; }

.pt13 {
  padding-top: 13px !important; }

.pr13 {
  padding-right: 13px !important; }

.pb13 {
  padding-bottom: 13px !important; }

.pl13 {
  padding-left: 13px !important; }

.pad13 {
  padding: 13px !important; }

.fz13 {
  font-size: 13px !important; }

.lh13 {
  line-height: 13px !important; }

.h13 {
  height: 13px !important; }

.minh13 {
  min-height: 13px !important; }

.maxh13 {
  max-height: 13px !important; }

.gap14 {
  height: 14px;
  display: block;
  clear: both; }

.mt14 {
  margin-top: 14px !important; }

.mr14 {
  margin-right: 14px !important; }

.mb14 {
  margin-bottom: 14px !important; }

.ml14 {
  margin-left: 14px !important; }

.pt14 {
  padding-top: 14px !important; }

.pr14 {
  padding-right: 14px !important; }

.pb14 {
  padding-bottom: 14px !important; }

.pl14 {
  padding-left: 14px !important; }

.pad14 {
  padding: 14px !important; }

.fz14 {
  font-size: 14px !important; }

.lh14 {
  line-height: 14px !important; }

.h14 {
  height: 14px !important; }

.minh14 {
  min-height: 14px !important; }

.maxh14 {
  max-height: 14px !important; }

.gap15 {
  height: 15px;
  display: block;
  clear: both; }

.mt15 {
  margin-top: 15px !important; }

.mr15 {
  margin-right: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.ml15 {
  margin-left: 15px !important; }

.pt15 {
  padding-top: 15px !important; }

.pr15 {
  padding-right: 15px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pl15 {
  padding-left: 15px !important; }

.pad15 {
  padding: 15px !important; }

.fz15 {
  font-size: 15px !important; }

.lh15 {
  line-height: 15px !important; }

.h15 {
  height: 15px !important; }

.minh15 {
  min-height: 15px !important; }

.maxh15 {
  max-height: 15px !important; }

.gap16 {
  height: 16px;
  display: block;
  clear: both; }

.mt16 {
  margin-top: 16px !important; }

.mr16 {
  margin-right: 16px !important; }

.mb16 {
  margin-bottom: 16px !important; }

.ml16 {
  margin-left: 16px !important; }

.pt16 {
  padding-top: 16px !important; }

.pr16 {
  padding-right: 16px !important; }

.pb16 {
  padding-bottom: 16px !important; }

.pl16 {
  padding-left: 16px !important; }

.pad16 {
  padding: 16px !important; }

.fz16 {
  font-size: 16px !important; }

.lh16 {
  line-height: 16px !important; }

.h16 {
  height: 16px !important; }

.minh16 {
  min-height: 16px !important; }

.maxh16 {
  max-height: 16px !important; }

.gap17 {
  height: 17px;
  display: block;
  clear: both; }

.mt17 {
  margin-top: 17px !important; }

.mr17 {
  margin-right: 17px !important; }

.mb17 {
  margin-bottom: 17px !important; }

.ml17 {
  margin-left: 17px !important; }

.pt17 {
  padding-top: 17px !important; }

.pr17 {
  padding-right: 17px !important; }

.pb17 {
  padding-bottom: 17px !important; }

.pl17 {
  padding-left: 17px !important; }

.pad17 {
  padding: 17px !important; }

.fz17 {
  font-size: 17px !important; }

.lh17 {
  line-height: 17px !important; }

.h17 {
  height: 17px !important; }

.minh17 {
  min-height: 17px !important; }

.maxh17 {
  max-height: 17px !important; }

.gap18 {
  height: 18px;
  display: block;
  clear: both; }

.mt18 {
  margin-top: 18px !important; }

.mr18 {
  margin-right: 18px !important; }

.mb18 {
  margin-bottom: 18px !important; }

.ml18 {
  margin-left: 18px !important; }

.pt18 {
  padding-top: 18px !important; }

.pr18 {
  padding-right: 18px !important; }

.pb18 {
  padding-bottom: 18px !important; }

.pl18 {
  padding-left: 18px !important; }

.pad18 {
  padding: 18px !important; }

.fz18 {
  font-size: 18px !important; }

.lh18 {
  line-height: 18px !important; }

.h18 {
  height: 18px !important; }

.minh18 {
  min-height: 18px !important; }

.maxh18 {
  max-height: 18px !important; }

.gap19 {
  height: 19px;
  display: block;
  clear: both; }

.mt19 {
  margin-top: 19px !important; }

.mr19 {
  margin-right: 19px !important; }

.mb19 {
  margin-bottom: 19px !important; }

.ml19 {
  margin-left: 19px !important; }

.pt19 {
  padding-top: 19px !important; }

.pr19 {
  padding-right: 19px !important; }

.pb19 {
  padding-bottom: 19px !important; }

.pl19 {
  padding-left: 19px !important; }

.pad19 {
  padding: 19px !important; }

.fz19 {
  font-size: 19px !important; }

.lh19 {
  line-height: 19px !important; }

.h19 {
  height: 19px !important; }

.minh19 {
  min-height: 19px !important; }

.maxh19 {
  max-height: 19px !important; }

.gap20 {
  height: 20px;
  display: block;
  clear: both; }

.mt20 {
  margin-top: 20px !important; }

.mr20 {
  margin-right: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.ml20 {
  margin-left: 20px !important; }

.pt20 {
  padding-top: 20px !important; }

.pr20 {
  padding-right: 20px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pl20 {
  padding-left: 20px !important; }

.pad20 {
  padding: 20px !important; }

.fz20 {
  font-size: 20px !important; }

.lh20 {
  line-height: 20px !important; }

.h20 {
  height: 20px !important; }

.minh20 {
  min-height: 20px !important; }

.maxh20 {
  max-height: 20px !important; }

.gap21 {
  height: 21px;
  display: block;
  clear: both; }

.mt21 {
  margin-top: 21px !important; }

.mr21 {
  margin-right: 21px !important; }

.mb21 {
  margin-bottom: 21px !important; }

.ml21 {
  margin-left: 21px !important; }

.pt21 {
  padding-top: 21px !important; }

.pr21 {
  padding-right: 21px !important; }

.pb21 {
  padding-bottom: 21px !important; }

.pl21 {
  padding-left: 21px !important; }

.pad21 {
  padding: 21px !important; }

.fz21 {
  font-size: 21px !important; }

.lh21 {
  line-height: 21px !important; }

.h21 {
  height: 21px !important; }

.minh21 {
  min-height: 21px !important; }

.maxh21 {
  max-height: 21px !important; }

.gap22 {
  height: 22px;
  display: block;
  clear: both; }

.mt22 {
  margin-top: 22px !important; }

.mr22 {
  margin-right: 22px !important; }

.mb22 {
  margin-bottom: 22px !important; }

.ml22 {
  margin-left: 22px !important; }

.pt22 {
  padding-top: 22px !important; }

.pr22 {
  padding-right: 22px !important; }

.pb22 {
  padding-bottom: 22px !important; }

.pl22 {
  padding-left: 22px !important; }

.pad22 {
  padding: 22px !important; }

.fz22 {
  font-size: 22px !important; }

.lh22 {
  line-height: 22px !important; }

.h22 {
  height: 22px !important; }

.minh22 {
  min-height: 22px !important; }

.maxh22 {
  max-height: 22px !important; }

.gap23 {
  height: 23px;
  display: block;
  clear: both; }

.mt23 {
  margin-top: 23px !important; }

.mr23 {
  margin-right: 23px !important; }

.mb23 {
  margin-bottom: 23px !important; }

.ml23 {
  margin-left: 23px !important; }

.pt23 {
  padding-top: 23px !important; }

.pr23 {
  padding-right: 23px !important; }

.pb23 {
  padding-bottom: 23px !important; }

.pl23 {
  padding-left: 23px !important; }

.pad23 {
  padding: 23px !important; }

.fz23 {
  font-size: 23px !important; }

.lh23 {
  line-height: 23px !important; }

.h23 {
  height: 23px !important; }

.minh23 {
  min-height: 23px !important; }

.maxh23 {
  max-height: 23px !important; }

.gap24 {
  height: 24px;
  display: block;
  clear: both; }

.mt24 {
  margin-top: 24px !important; }

.mr24 {
  margin-right: 24px !important; }

.mb24 {
  margin-bottom: 24px !important; }

.ml24 {
  margin-left: 24px !important; }

.pt24 {
  padding-top: 24px !important; }

.pr24 {
  padding-right: 24px !important; }

.pb24 {
  padding-bottom: 24px !important; }

.pl24 {
  padding-left: 24px !important; }

.pad24 {
  padding: 24px !important; }

.fz24 {
  font-size: 24px !important; }

.lh24 {
  line-height: 24px !important; }

.h24 {
  height: 24px !important; }

.minh24 {
  min-height: 24px !important; }

.maxh24 {
  max-height: 24px !important; }

.gap25 {
  height: 25px;
  display: block;
  clear: both; }

.mt25 {
  margin-top: 25px !important; }

.mr25 {
  margin-right: 25px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.ml25 {
  margin-left: 25px !important; }

.pt25 {
  padding-top: 25px !important; }

.pr25 {
  padding-right: 25px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.pl25 {
  padding-left: 25px !important; }

.pad25 {
  padding: 25px !important; }

.fz25 {
  font-size: 25px !important; }

.lh25 {
  line-height: 25px !important; }

.h25 {
  height: 25px !important; }

.minh25 {
  min-height: 25px !important; }

.maxh25 {
  max-height: 25px !important; }

.gap26 {
  height: 26px;
  display: block;
  clear: both; }

.mt26 {
  margin-top: 26px !important; }

.mr26 {
  margin-right: 26px !important; }

.mb26 {
  margin-bottom: 26px !important; }

.ml26 {
  margin-left: 26px !important; }

.pt26 {
  padding-top: 26px !important; }

.pr26 {
  padding-right: 26px !important; }

.pb26 {
  padding-bottom: 26px !important; }

.pl26 {
  padding-left: 26px !important; }

.pad26 {
  padding: 26px !important; }

.fz26 {
  font-size: 26px !important; }

.lh26 {
  line-height: 26px !important; }

.h26 {
  height: 26px !important; }

.minh26 {
  min-height: 26px !important; }

.maxh26 {
  max-height: 26px !important; }

.gap27 {
  height: 27px;
  display: block;
  clear: both; }

.mt27 {
  margin-top: 27px !important; }

.mr27 {
  margin-right: 27px !important; }

.mb27 {
  margin-bottom: 27px !important; }

.ml27 {
  margin-left: 27px !important; }

.pt27 {
  padding-top: 27px !important; }

.pr27 {
  padding-right: 27px !important; }

.pb27 {
  padding-bottom: 27px !important; }

.pl27 {
  padding-left: 27px !important; }

.pad27 {
  padding: 27px !important; }

.fz27 {
  font-size: 27px !important; }

.lh27 {
  line-height: 27px !important; }

.h27 {
  height: 27px !important; }

.minh27 {
  min-height: 27px !important; }

.maxh27 {
  max-height: 27px !important; }

.gap28 {
  height: 28px;
  display: block;
  clear: both; }

.mt28 {
  margin-top: 28px !important; }

.mr28 {
  margin-right: 28px !important; }

.mb28 {
  margin-bottom: 28px !important; }

.ml28 {
  margin-left: 28px !important; }

.pt28 {
  padding-top: 28px !important; }

.pr28 {
  padding-right: 28px !important; }

.pb28 {
  padding-bottom: 28px !important; }

.pl28 {
  padding-left: 28px !important; }

.pad28 {
  padding: 28px !important; }

.fz28 {
  font-size: 28px !important; }

.lh28 {
  line-height: 28px !important; }

.h28 {
  height: 28px !important; }

.minh28 {
  min-height: 28px !important; }

.maxh28 {
  max-height: 28px !important; }

.gap29 {
  height: 29px;
  display: block;
  clear: both; }

.mt29 {
  margin-top: 29px !important; }

.mr29 {
  margin-right: 29px !important; }

.mb29 {
  margin-bottom: 29px !important; }

.ml29 {
  margin-left: 29px !important; }

.pt29 {
  padding-top: 29px !important; }

.pr29 {
  padding-right: 29px !important; }

.pb29 {
  padding-bottom: 29px !important; }

.pl29 {
  padding-left: 29px !important; }

.pad29 {
  padding: 29px !important; }

.fz29 {
  font-size: 29px !important; }

.lh29 {
  line-height: 29px !important; }

.h29 {
  height: 29px !important; }

.minh29 {
  min-height: 29px !important; }

.maxh29 {
  max-height: 29px !important; }

.gap30 {
  height: 30px;
  display: block;
  clear: both; }

.mt30 {
  margin-top: 30px !important; }

.mr30 {
  margin-right: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.ml30 {
  margin-left: 30px !important; }

.pt30 {
  padding-top: 30px !important; }

.pr30 {
  padding-right: 30px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pl30 {
  padding-left: 30px !important; }

.pad30 {
  padding: 30px !important; }

.fz30 {
  font-size: 30px !important; }

.lh30 {
  line-height: 30px !important; }

.h30 {
  height: 30px !important; }

.minh30 {
  min-height: 30px !important; }

.maxh30 {
  max-height: 30px !important; }

.gap31 {
  height: 31px;
  display: block;
  clear: both; }

.mt31 {
  margin-top: 31px !important; }

.mr31 {
  margin-right: 31px !important; }

.mb31 {
  margin-bottom: 31px !important; }

.ml31 {
  margin-left: 31px !important; }

.pt31 {
  padding-top: 31px !important; }

.pr31 {
  padding-right: 31px !important; }

.pb31 {
  padding-bottom: 31px !important; }

.pl31 {
  padding-left: 31px !important; }

.pad31 {
  padding: 31px !important; }

.fz31 {
  font-size: 31px !important; }

.lh31 {
  line-height: 31px !important; }

.h31 {
  height: 31px !important; }

.minh31 {
  min-height: 31px !important; }

.maxh31 {
  max-height: 31px !important; }

.gap32 {
  height: 32px;
  display: block;
  clear: both; }

.mt32 {
  margin-top: 32px !important; }

.mr32 {
  margin-right: 32px !important; }

.mb32 {
  margin-bottom: 32px !important; }

.ml32 {
  margin-left: 32px !important; }

.pt32 {
  padding-top: 32px !important; }

.pr32 {
  padding-right: 32px !important; }

.pb32 {
  padding-bottom: 32px !important; }

.pl32 {
  padding-left: 32px !important; }

.pad32 {
  padding: 32px !important; }

.fz32 {
  font-size: 32px !important; }

.lh32 {
  line-height: 32px !important; }

.h32 {
  height: 32px !important; }

.minh32 {
  min-height: 32px !important; }

.maxh32 {
  max-height: 32px !important; }

.gap33 {
  height: 33px;
  display: block;
  clear: both; }

.mt33 {
  margin-top: 33px !important; }

.mr33 {
  margin-right: 33px !important; }

.mb33 {
  margin-bottom: 33px !important; }

.ml33 {
  margin-left: 33px !important; }

.pt33 {
  padding-top: 33px !important; }

.pr33 {
  padding-right: 33px !important; }

.pb33 {
  padding-bottom: 33px !important; }

.pl33 {
  padding-left: 33px !important; }

.pad33 {
  padding: 33px !important; }

.fz33 {
  font-size: 33px !important; }

.lh33 {
  line-height: 33px !important; }

.h33 {
  height: 33px !important; }

.minh33 {
  min-height: 33px !important; }

.maxh33 {
  max-height: 33px !important; }

.gap34 {
  height: 34px;
  display: block;
  clear: both; }

.mt34 {
  margin-top: 34px !important; }

.mr34 {
  margin-right: 34px !important; }

.mb34 {
  margin-bottom: 34px !important; }

.ml34 {
  margin-left: 34px !important; }

.pt34 {
  padding-top: 34px !important; }

.pr34 {
  padding-right: 34px !important; }

.pb34 {
  padding-bottom: 34px !important; }

.pl34 {
  padding-left: 34px !important; }

.pad34 {
  padding: 34px !important; }

.fz34 {
  font-size: 34px !important; }

.lh34 {
  line-height: 34px !important; }

.h34 {
  height: 34px !important; }

.minh34 {
  min-height: 34px !important; }

.maxh34 {
  max-height: 34px !important; }

.gap35 {
  height: 35px;
  display: block;
  clear: both; }

.mt35 {
  margin-top: 35px !important; }

.mr35 {
  margin-right: 35px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.ml35 {
  margin-left: 35px !important; }

.pt35 {
  padding-top: 35px !important; }

.pr35 {
  padding-right: 35px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.pl35 {
  padding-left: 35px !important; }

.pad35 {
  padding: 35px !important; }

.fz35 {
  font-size: 35px !important; }

.lh35 {
  line-height: 35px !important; }

.h35 {
  height: 35px !important; }

.minh35 {
  min-height: 35px !important; }

.maxh35 {
  max-height: 35px !important; }

.gap36 {
  height: 36px;
  display: block;
  clear: both; }

.mt36 {
  margin-top: 36px !important; }

.mr36 {
  margin-right: 36px !important; }

.mb36 {
  margin-bottom: 36px !important; }

.ml36 {
  margin-left: 36px !important; }

.pt36 {
  padding-top: 36px !important; }

.pr36 {
  padding-right: 36px !important; }

.pb36 {
  padding-bottom: 36px !important; }

.pl36 {
  padding-left: 36px !important; }

.pad36 {
  padding: 36px !important; }

.fz36 {
  font-size: 36px !important; }

.lh36 {
  line-height: 36px !important; }

.h36 {
  height: 36px !important; }

.minh36 {
  min-height: 36px !important; }

.maxh36 {
  max-height: 36px !important; }

.gap37 {
  height: 37px;
  display: block;
  clear: both; }

.mt37 {
  margin-top: 37px !important; }

.mr37 {
  margin-right: 37px !important; }

.mb37 {
  margin-bottom: 37px !important; }

.ml37 {
  margin-left: 37px !important; }

.pt37 {
  padding-top: 37px !important; }

.pr37 {
  padding-right: 37px !important; }

.pb37 {
  padding-bottom: 37px !important; }

.pl37 {
  padding-left: 37px !important; }

.pad37 {
  padding: 37px !important; }

.fz37 {
  font-size: 37px !important; }

.lh37 {
  line-height: 37px !important; }

.h37 {
  height: 37px !important; }

.minh37 {
  min-height: 37px !important; }

.maxh37 {
  max-height: 37px !important; }

.gap38 {
  height: 38px;
  display: block;
  clear: both; }

.mt38 {
  margin-top: 38px !important; }

.mr38 {
  margin-right: 38px !important; }

.mb38 {
  margin-bottom: 38px !important; }

.ml38 {
  margin-left: 38px !important; }

.pt38 {
  padding-top: 38px !important; }

.pr38 {
  padding-right: 38px !important; }

.pb38 {
  padding-bottom: 38px !important; }

.pl38 {
  padding-left: 38px !important; }

.pad38 {
  padding: 38px !important; }

.fz38 {
  font-size: 38px !important; }

.lh38 {
  line-height: 38px !important; }

.h38 {
  height: 38px !important; }

.minh38 {
  min-height: 38px !important; }

.maxh38 {
  max-height: 38px !important; }

.gap39 {
  height: 39px;
  display: block;
  clear: both; }

.mt39 {
  margin-top: 39px !important; }

.mr39 {
  margin-right: 39px !important; }

.mb39 {
  margin-bottom: 39px !important; }

.ml39 {
  margin-left: 39px !important; }

.pt39 {
  padding-top: 39px !important; }

.pr39 {
  padding-right: 39px !important; }

.pb39 {
  padding-bottom: 39px !important; }

.pl39 {
  padding-left: 39px !important; }

.pad39 {
  padding: 39px !important; }

.fz39 {
  font-size: 39px !important; }

.lh39 {
  line-height: 39px !important; }

.h39 {
  height: 39px !important; }

.minh39 {
  min-height: 39px !important; }

.maxh39 {
  max-height: 39px !important; }

.gap40 {
  height: 40px;
  display: block;
  clear: both; }

.mt40 {
  margin-top: 40px !important; }

.mr40 {
  margin-right: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.ml40 {
  margin-left: 40px !important; }

.pt40 {
  padding-top: 40px !important; }

.pr40 {
  padding-right: 40px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pl40 {
  padding-left: 40px !important; }

.pad40 {
  padding: 40px !important; }

.fz40 {
  font-size: 40px !important; }

.lh40 {
  line-height: 40px !important; }

.h40 {
  height: 40px !important; }

.minh40 {
  min-height: 40px !important; }

.maxh40 {
  max-height: 40px !important; }

.gap41 {
  height: 41px;
  display: block;
  clear: both; }

.mt41 {
  margin-top: 41px !important; }

.mr41 {
  margin-right: 41px !important; }

.mb41 {
  margin-bottom: 41px !important; }

.ml41 {
  margin-left: 41px !important; }

.pt41 {
  padding-top: 41px !important; }

.pr41 {
  padding-right: 41px !important; }

.pb41 {
  padding-bottom: 41px !important; }

.pl41 {
  padding-left: 41px !important; }

.pad41 {
  padding: 41px !important; }

.fz41 {
  font-size: 41px !important; }

.lh41 {
  line-height: 41px !important; }

.h41 {
  height: 41px !important; }

.minh41 {
  min-height: 41px !important; }

.maxh41 {
  max-height: 41px !important; }

.gap42 {
  height: 42px;
  display: block;
  clear: both; }

.mt42 {
  margin-top: 42px !important; }

.mr42 {
  margin-right: 42px !important; }

.mb42 {
  margin-bottom: 42px !important; }

.ml42 {
  margin-left: 42px !important; }

.pt42 {
  padding-top: 42px !important; }

.pr42 {
  padding-right: 42px !important; }

.pb42 {
  padding-bottom: 42px !important; }

.pl42 {
  padding-left: 42px !important; }

.pad42 {
  padding: 42px !important; }

.fz42 {
  font-size: 42px !important; }

.lh42 {
  line-height: 42px !important; }

.h42 {
  height: 42px !important; }

.minh42 {
  min-height: 42px !important; }

.maxh42 {
  max-height: 42px !important; }

.gap43 {
  height: 43px;
  display: block;
  clear: both; }

.mt43 {
  margin-top: 43px !important; }

.mr43 {
  margin-right: 43px !important; }

.mb43 {
  margin-bottom: 43px !important; }

.ml43 {
  margin-left: 43px !important; }

.pt43 {
  padding-top: 43px !important; }

.pr43 {
  padding-right: 43px !important; }

.pb43 {
  padding-bottom: 43px !important; }

.pl43 {
  padding-left: 43px !important; }

.pad43 {
  padding: 43px !important; }

.fz43 {
  font-size: 43px !important; }

.lh43 {
  line-height: 43px !important; }

.h43 {
  height: 43px !important; }

.minh43 {
  min-height: 43px !important; }

.maxh43 {
  max-height: 43px !important; }

.gap44 {
  height: 44px;
  display: block;
  clear: both; }

.mt44 {
  margin-top: 44px !important; }

.mr44 {
  margin-right: 44px !important; }

.mb44 {
  margin-bottom: 44px !important; }

.ml44 {
  margin-left: 44px !important; }

.pt44 {
  padding-top: 44px !important; }

.pr44 {
  padding-right: 44px !important; }

.pb44 {
  padding-bottom: 44px !important; }

.pl44 {
  padding-left: 44px !important; }

.pad44 {
  padding: 44px !important; }

.fz44 {
  font-size: 44px !important; }

.lh44 {
  line-height: 44px !important; }

.h44 {
  height: 44px !important; }

.minh44 {
  min-height: 44px !important; }

.maxh44 {
  max-height: 44px !important; }

.gap45 {
  height: 45px;
  display: block;
  clear: both; }

.mt45 {
  margin-top: 45px !important; }

.mr45 {
  margin-right: 45px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.ml45 {
  margin-left: 45px !important; }

.pt45 {
  padding-top: 45px !important; }

.pr45 {
  padding-right: 45px !important; }

.pb45 {
  padding-bottom: 45px !important; }

.pl45 {
  padding-left: 45px !important; }

.pad45 {
  padding: 45px !important; }

.fz45 {
  font-size: 45px !important; }

.lh45 {
  line-height: 45px !important; }

.h45 {
  height: 45px !important; }

.minh45 {
  min-height: 45px !important; }

.maxh45 {
  max-height: 45px !important; }

.gap46 {
  height: 46px;
  display: block;
  clear: both; }

.mt46 {
  margin-top: 46px !important; }

.mr46 {
  margin-right: 46px !important; }

.mb46 {
  margin-bottom: 46px !important; }

.ml46 {
  margin-left: 46px !important; }

.pt46 {
  padding-top: 46px !important; }

.pr46 {
  padding-right: 46px !important; }

.pb46 {
  padding-bottom: 46px !important; }

.pl46 {
  padding-left: 46px !important; }

.pad46 {
  padding: 46px !important; }

.fz46 {
  font-size: 46px !important; }

.lh46 {
  line-height: 46px !important; }

.h46 {
  height: 46px !important; }

.minh46 {
  min-height: 46px !important; }

.maxh46 {
  max-height: 46px !important; }

.gap47 {
  height: 47px;
  display: block;
  clear: both; }

.mt47 {
  margin-top: 47px !important; }

.mr47 {
  margin-right: 47px !important; }

.mb47 {
  margin-bottom: 47px !important; }

.ml47 {
  margin-left: 47px !important; }

.pt47 {
  padding-top: 47px !important; }

.pr47 {
  padding-right: 47px !important; }

.pb47 {
  padding-bottom: 47px !important; }

.pl47 {
  padding-left: 47px !important; }

.pad47 {
  padding: 47px !important; }

.fz47 {
  font-size: 47px !important; }

.lh47 {
  line-height: 47px !important; }

.h47 {
  height: 47px !important; }

.minh47 {
  min-height: 47px !important; }

.maxh47 {
  max-height: 47px !important; }

.gap48 {
  height: 48px;
  display: block;
  clear: both; }

.mt48 {
  margin-top: 48px !important; }

.mr48 {
  margin-right: 48px !important; }

.mb48 {
  margin-bottom: 48px !important; }

.ml48 {
  margin-left: 48px !important; }

.pt48 {
  padding-top: 48px !important; }

.pr48 {
  padding-right: 48px !important; }

.pb48 {
  padding-bottom: 48px !important; }

.pl48 {
  padding-left: 48px !important; }

.pad48 {
  padding: 48px !important; }

.fz48 {
  font-size: 48px !important; }

.lh48 {
  line-height: 48px !important; }

.h48 {
  height: 48px !important; }

.minh48 {
  min-height: 48px !important; }

.maxh48 {
  max-height: 48px !important; }

.gap49 {
  height: 49px;
  display: block;
  clear: both; }

.mt49 {
  margin-top: 49px !important; }

.mr49 {
  margin-right: 49px !important; }

.mb49 {
  margin-bottom: 49px !important; }

.ml49 {
  margin-left: 49px !important; }

.pt49 {
  padding-top: 49px !important; }

.pr49 {
  padding-right: 49px !important; }

.pb49 {
  padding-bottom: 49px !important; }

.pl49 {
  padding-left: 49px !important; }

.pad49 {
  padding: 49px !important; }

.fz49 {
  font-size: 49px !important; }

.lh49 {
  line-height: 49px !important; }

.h49 {
  height: 49px !important; }

.minh49 {
  min-height: 49px !important; }

.maxh49 {
  max-height: 49px !important; }

.gap50 {
  height: 50px;
  display: block;
  clear: both; }

.mt50 {
  margin-top: 50px !important; }

.mr50 {
  margin-right: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.ml50 {
  margin-left: 50px !important; }

.pt50 {
  padding-top: 50px !important; }

.pr50 {
  padding-right: 50px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pl50 {
  padding-left: 50px !important; }

.pad50 {
  padding: 50px !important; }

.fz50 {
  font-size: 50px !important; }

.lh50 {
  line-height: 50px !important; }

.h50 {
  height: 50px !important; }

.minh50 {
  min-height: 50px !important; }

.maxh50 {
  max-height: 50px !important; }

.gap51 {
  height: 51px;
  display: block;
  clear: both; }

.mt51 {
  margin-top: 51px !important; }

.mr51 {
  margin-right: 51px !important; }

.mb51 {
  margin-bottom: 51px !important; }

.ml51 {
  margin-left: 51px !important; }

.pt51 {
  padding-top: 51px !important; }

.pr51 {
  padding-right: 51px !important; }

.pb51 {
  padding-bottom: 51px !important; }

.pl51 {
  padding-left: 51px !important; }

.pad51 {
  padding: 51px !important; }

.fz51 {
  font-size: 51px !important; }

.lh51 {
  line-height: 51px !important; }

.h51 {
  height: 51px !important; }

.minh51 {
  min-height: 51px !important; }

.maxh51 {
  max-height: 51px !important; }

.gap52 {
  height: 52px;
  display: block;
  clear: both; }

.mt52 {
  margin-top: 52px !important; }

.mr52 {
  margin-right: 52px !important; }

.mb52 {
  margin-bottom: 52px !important; }

.ml52 {
  margin-left: 52px !important; }

.pt52 {
  padding-top: 52px !important; }

.pr52 {
  padding-right: 52px !important; }

.pb52 {
  padding-bottom: 52px !important; }

.pl52 {
  padding-left: 52px !important; }

.pad52 {
  padding: 52px !important; }

.fz52 {
  font-size: 52px !important; }

.lh52 {
  line-height: 52px !important; }

.h52 {
  height: 52px !important; }

.minh52 {
  min-height: 52px !important; }

.maxh52 {
  max-height: 52px !important; }

.gap53 {
  height: 53px;
  display: block;
  clear: both; }

.mt53 {
  margin-top: 53px !important; }

.mr53 {
  margin-right: 53px !important; }

.mb53 {
  margin-bottom: 53px !important; }

.ml53 {
  margin-left: 53px !important; }

.pt53 {
  padding-top: 53px !important; }

.pr53 {
  padding-right: 53px !important; }

.pb53 {
  padding-bottom: 53px !important; }

.pl53 {
  padding-left: 53px !important; }

.pad53 {
  padding: 53px !important; }

.fz53 {
  font-size: 53px !important; }

.lh53 {
  line-height: 53px !important; }

.h53 {
  height: 53px !important; }

.minh53 {
  min-height: 53px !important; }

.maxh53 {
  max-height: 53px !important; }

.gap54 {
  height: 54px;
  display: block;
  clear: both; }

.mt54 {
  margin-top: 54px !important; }

.mr54 {
  margin-right: 54px !important; }

.mb54 {
  margin-bottom: 54px !important; }

.ml54 {
  margin-left: 54px !important; }

.pt54 {
  padding-top: 54px !important; }

.pr54 {
  padding-right: 54px !important; }

.pb54 {
  padding-bottom: 54px !important; }

.pl54 {
  padding-left: 54px !important; }

.pad54 {
  padding: 54px !important; }

.fz54 {
  font-size: 54px !important; }

.lh54 {
  line-height: 54px !important; }

.h54 {
  height: 54px !important; }

.minh54 {
  min-height: 54px !important; }

.maxh54 {
  max-height: 54px !important; }

.gap55 {
  height: 55px;
  display: block;
  clear: both; }

.mt55 {
  margin-top: 55px !important; }

.mr55 {
  margin-right: 55px !important; }

.mb55 {
  margin-bottom: 55px !important; }

.ml55 {
  margin-left: 55px !important; }

.pt55 {
  padding-top: 55px !important; }

.pr55 {
  padding-right: 55px !important; }

.pb55 {
  padding-bottom: 55px !important; }

.pl55 {
  padding-left: 55px !important; }

.pad55 {
  padding: 55px !important; }

.fz55 {
  font-size: 55px !important; }

.lh55 {
  line-height: 55px !important; }

.h55 {
  height: 55px !important; }

.minh55 {
  min-height: 55px !important; }

.maxh55 {
  max-height: 55px !important; }

.gap56 {
  height: 56px;
  display: block;
  clear: both; }

.mt56 {
  margin-top: 56px !important; }

.mr56 {
  margin-right: 56px !important; }

.mb56 {
  margin-bottom: 56px !important; }

.ml56 {
  margin-left: 56px !important; }

.pt56 {
  padding-top: 56px !important; }

.pr56 {
  padding-right: 56px !important; }

.pb56 {
  padding-bottom: 56px !important; }

.pl56 {
  padding-left: 56px !important; }

.pad56 {
  padding: 56px !important; }

.fz56 {
  font-size: 56px !important; }

.lh56 {
  line-height: 56px !important; }

.h56 {
  height: 56px !important; }

.minh56 {
  min-height: 56px !important; }

.maxh56 {
  max-height: 56px !important; }

.gap57 {
  height: 57px;
  display: block;
  clear: both; }

.mt57 {
  margin-top: 57px !important; }

.mr57 {
  margin-right: 57px !important; }

.mb57 {
  margin-bottom: 57px !important; }

.ml57 {
  margin-left: 57px !important; }

.pt57 {
  padding-top: 57px !important; }

.pr57 {
  padding-right: 57px !important; }

.pb57 {
  padding-bottom: 57px !important; }

.pl57 {
  padding-left: 57px !important; }

.pad57 {
  padding: 57px !important; }

.fz57 {
  font-size: 57px !important; }

.lh57 {
  line-height: 57px !important; }

.h57 {
  height: 57px !important; }

.minh57 {
  min-height: 57px !important; }

.maxh57 {
  max-height: 57px !important; }

.gap58 {
  height: 58px;
  display: block;
  clear: both; }

.mt58 {
  margin-top: 58px !important; }

.mr58 {
  margin-right: 58px !important; }

.mb58 {
  margin-bottom: 58px !important; }

.ml58 {
  margin-left: 58px !important; }

.pt58 {
  padding-top: 58px !important; }

.pr58 {
  padding-right: 58px !important; }

.pb58 {
  padding-bottom: 58px !important; }

.pl58 {
  padding-left: 58px !important; }

.pad58 {
  padding: 58px !important; }

.fz58 {
  font-size: 58px !important; }

.lh58 {
  line-height: 58px !important; }

.h58 {
  height: 58px !important; }

.minh58 {
  min-height: 58px !important; }

.maxh58 {
  max-height: 58px !important; }

.gap59 {
  height: 59px;
  display: block;
  clear: both; }

.mt59 {
  margin-top: 59px !important; }

.mr59 {
  margin-right: 59px !important; }

.mb59 {
  margin-bottom: 59px !important; }

.ml59 {
  margin-left: 59px !important; }

.pt59 {
  padding-top: 59px !important; }

.pr59 {
  padding-right: 59px !important; }

.pb59 {
  padding-bottom: 59px !important; }

.pl59 {
  padding-left: 59px !important; }

.pad59 {
  padding: 59px !important; }

.fz59 {
  font-size: 59px !important; }

.lh59 {
  line-height: 59px !important; }

.h59 {
  height: 59px !important; }

.minh59 {
  min-height: 59px !important; }

.maxh59 {
  max-height: 59px !important; }

.gap60 {
  height: 60px;
  display: block;
  clear: both; }

.mt60 {
  margin-top: 60px !important; }

.mr60 {
  margin-right: 60px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.ml60 {
  margin-left: 60px !important; }

.pt60 {
  padding-top: 60px !important; }

.pr60 {
  padding-right: 60px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.pl60 {
  padding-left: 60px !important; }

.pad60 {
  padding: 60px !important; }

.fz60 {
  font-size: 60px !important; }

.lh60 {
  line-height: 60px !important; }

.h60 {
  height: 60px !important; }

.minh60 {
  min-height: 60px !important; }

.maxh60 {
  max-height: 60px !important; }

.gap61 {
  height: 61px;
  display: block;
  clear: both; }

.mt61 {
  margin-top: 61px !important; }

.mr61 {
  margin-right: 61px !important; }

.mb61 {
  margin-bottom: 61px !important; }

.ml61 {
  margin-left: 61px !important; }

.pt61 {
  padding-top: 61px !important; }

.pr61 {
  padding-right: 61px !important; }

.pb61 {
  padding-bottom: 61px !important; }

.pl61 {
  padding-left: 61px !important; }

.pad61 {
  padding: 61px !important; }

.fz61 {
  font-size: 61px !important; }

.lh61 {
  line-height: 61px !important; }

.h61 {
  height: 61px !important; }

.minh61 {
  min-height: 61px !important; }

.maxh61 {
  max-height: 61px !important; }

.gap62 {
  height: 62px;
  display: block;
  clear: both; }

.mt62 {
  margin-top: 62px !important; }

.mr62 {
  margin-right: 62px !important; }

.mb62 {
  margin-bottom: 62px !important; }

.ml62 {
  margin-left: 62px !important; }

.pt62 {
  padding-top: 62px !important; }

.pr62 {
  padding-right: 62px !important; }

.pb62 {
  padding-bottom: 62px !important; }

.pl62 {
  padding-left: 62px !important; }

.pad62 {
  padding: 62px !important; }

.fz62 {
  font-size: 62px !important; }

.lh62 {
  line-height: 62px !important; }

.h62 {
  height: 62px !important; }

.minh62 {
  min-height: 62px !important; }

.maxh62 {
  max-height: 62px !important; }

.gap63 {
  height: 63px;
  display: block;
  clear: both; }

.mt63 {
  margin-top: 63px !important; }

.mr63 {
  margin-right: 63px !important; }

.mb63 {
  margin-bottom: 63px !important; }

.ml63 {
  margin-left: 63px !important; }

.pt63 {
  padding-top: 63px !important; }

.pr63 {
  padding-right: 63px !important; }

.pb63 {
  padding-bottom: 63px !important; }

.pl63 {
  padding-left: 63px !important; }

.pad63 {
  padding: 63px !important; }

.fz63 {
  font-size: 63px !important; }

.lh63 {
  line-height: 63px !important; }

.h63 {
  height: 63px !important; }

.minh63 {
  min-height: 63px !important; }

.maxh63 {
  max-height: 63px !important; }

.gap64 {
  height: 64px;
  display: block;
  clear: both; }

.mt64 {
  margin-top: 64px !important; }

.mr64 {
  margin-right: 64px !important; }

.mb64 {
  margin-bottom: 64px !important; }

.ml64 {
  margin-left: 64px !important; }

.pt64 {
  padding-top: 64px !important; }

.pr64 {
  padding-right: 64px !important; }

.pb64 {
  padding-bottom: 64px !important; }

.pl64 {
  padding-left: 64px !important; }

.pad64 {
  padding: 64px !important; }

.fz64 {
  font-size: 64px !important; }

.lh64 {
  line-height: 64px !important; }

.h64 {
  height: 64px !important; }

.minh64 {
  min-height: 64px !important; }

.maxh64 {
  max-height: 64px !important; }

.gap65 {
  height: 65px;
  display: block;
  clear: both; }

.mt65 {
  margin-top: 65px !important; }

.mr65 {
  margin-right: 65px !important; }

.mb65 {
  margin-bottom: 65px !important; }

.ml65 {
  margin-left: 65px !important; }

.pt65 {
  padding-top: 65px !important; }

.pr65 {
  padding-right: 65px !important; }

.pb65 {
  padding-bottom: 65px !important; }

.pl65 {
  padding-left: 65px !important; }

.pad65 {
  padding: 65px !important; }

.fz65 {
  font-size: 65px !important; }

.lh65 {
  line-height: 65px !important; }

.h65 {
  height: 65px !important; }

.minh65 {
  min-height: 65px !important; }

.maxh65 {
  max-height: 65px !important; }

.gap66 {
  height: 66px;
  display: block;
  clear: both; }

.mt66 {
  margin-top: 66px !important; }

.mr66 {
  margin-right: 66px !important; }

.mb66 {
  margin-bottom: 66px !important; }

.ml66 {
  margin-left: 66px !important; }

.pt66 {
  padding-top: 66px !important; }

.pr66 {
  padding-right: 66px !important; }

.pb66 {
  padding-bottom: 66px !important; }

.pl66 {
  padding-left: 66px !important; }

.pad66 {
  padding: 66px !important; }

.fz66 {
  font-size: 66px !important; }

.lh66 {
  line-height: 66px !important; }

.h66 {
  height: 66px !important; }

.minh66 {
  min-height: 66px !important; }

.maxh66 {
  max-height: 66px !important; }

.gap67 {
  height: 67px;
  display: block;
  clear: both; }

.mt67 {
  margin-top: 67px !important; }

.mr67 {
  margin-right: 67px !important; }

.mb67 {
  margin-bottom: 67px !important; }

.ml67 {
  margin-left: 67px !important; }

.pt67 {
  padding-top: 67px !important; }

.pr67 {
  padding-right: 67px !important; }

.pb67 {
  padding-bottom: 67px !important; }

.pl67 {
  padding-left: 67px !important; }

.pad67 {
  padding: 67px !important; }

.fz67 {
  font-size: 67px !important; }

.lh67 {
  line-height: 67px !important; }

.h67 {
  height: 67px !important; }

.minh67 {
  min-height: 67px !important; }

.maxh67 {
  max-height: 67px !important; }

.gap68 {
  height: 68px;
  display: block;
  clear: both; }

.mt68 {
  margin-top: 68px !important; }

.mr68 {
  margin-right: 68px !important; }

.mb68 {
  margin-bottom: 68px !important; }

.ml68 {
  margin-left: 68px !important; }

.pt68 {
  padding-top: 68px !important; }

.pr68 {
  padding-right: 68px !important; }

.pb68 {
  padding-bottom: 68px !important; }

.pl68 {
  padding-left: 68px !important; }

.pad68 {
  padding: 68px !important; }

.fz68 {
  font-size: 68px !important; }

.lh68 {
  line-height: 68px !important; }

.h68 {
  height: 68px !important; }

.minh68 {
  min-height: 68px !important; }

.maxh68 {
  max-height: 68px !important; }

.gap69 {
  height: 69px;
  display: block;
  clear: both; }

.mt69 {
  margin-top: 69px !important; }

.mr69 {
  margin-right: 69px !important; }

.mb69 {
  margin-bottom: 69px !important; }

.ml69 {
  margin-left: 69px !important; }

.pt69 {
  padding-top: 69px !important; }

.pr69 {
  padding-right: 69px !important; }

.pb69 {
  padding-bottom: 69px !important; }

.pl69 {
  padding-left: 69px !important; }

.pad69 {
  padding: 69px !important; }

.fz69 {
  font-size: 69px !important; }

.lh69 {
  line-height: 69px !important; }

.h69 {
  height: 69px !important; }

.minh69 {
  min-height: 69px !important; }

.maxh69 {
  max-height: 69px !important; }

.gap70 {
  height: 70px;
  display: block;
  clear: both; }

.mt70 {
  margin-top: 70px !important; }

.mr70 {
  margin-right: 70px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.ml70 {
  margin-left: 70px !important; }

.pt70 {
  padding-top: 70px !important; }

.pr70 {
  padding-right: 70px !important; }

.pb70 {
  padding-bottom: 70px !important; }

.pl70 {
  padding-left: 70px !important; }

.pad70 {
  padding: 70px !important; }

.fz70 {
  font-size: 70px !important; }

.lh70 {
  line-height: 70px !important; }

.h70 {
  height: 70px !important; }

.minh70 {
  min-height: 70px !important; }

.maxh70 {
  max-height: 70px !important; }

.gap71 {
  height: 71px;
  display: block;
  clear: both; }

.mt71 {
  margin-top: 71px !important; }

.mr71 {
  margin-right: 71px !important; }

.mb71 {
  margin-bottom: 71px !important; }

.ml71 {
  margin-left: 71px !important; }

.pt71 {
  padding-top: 71px !important; }

.pr71 {
  padding-right: 71px !important; }

.pb71 {
  padding-bottom: 71px !important; }

.pl71 {
  padding-left: 71px !important; }

.pad71 {
  padding: 71px !important; }

.fz71 {
  font-size: 71px !important; }

.lh71 {
  line-height: 71px !important; }

.h71 {
  height: 71px !important; }

.minh71 {
  min-height: 71px !important; }

.maxh71 {
  max-height: 71px !important; }

.gap72 {
  height: 72px;
  display: block;
  clear: both; }

.mt72 {
  margin-top: 72px !important; }

.mr72 {
  margin-right: 72px !important; }

.mb72 {
  margin-bottom: 72px !important; }

.ml72 {
  margin-left: 72px !important; }

.pt72 {
  padding-top: 72px !important; }

.pr72 {
  padding-right: 72px !important; }

.pb72 {
  padding-bottom: 72px !important; }

.pl72 {
  padding-left: 72px !important; }

.pad72 {
  padding: 72px !important; }

.fz72 {
  font-size: 72px !important; }

.lh72 {
  line-height: 72px !important; }

.h72 {
  height: 72px !important; }

.minh72 {
  min-height: 72px !important; }

.maxh72 {
  max-height: 72px !important; }

.gap73 {
  height: 73px;
  display: block;
  clear: both; }

.mt73 {
  margin-top: 73px !important; }

.mr73 {
  margin-right: 73px !important; }

.mb73 {
  margin-bottom: 73px !important; }

.ml73 {
  margin-left: 73px !important; }

.pt73 {
  padding-top: 73px !important; }

.pr73 {
  padding-right: 73px !important; }

.pb73 {
  padding-bottom: 73px !important; }

.pl73 {
  padding-left: 73px !important; }

.pad73 {
  padding: 73px !important; }

.fz73 {
  font-size: 73px !important; }

.lh73 {
  line-height: 73px !important; }

.h73 {
  height: 73px !important; }

.minh73 {
  min-height: 73px !important; }

.maxh73 {
  max-height: 73px !important; }

.gap74 {
  height: 74px;
  display: block;
  clear: both; }

.mt74 {
  margin-top: 74px !important; }

.mr74 {
  margin-right: 74px !important; }

.mb74 {
  margin-bottom: 74px !important; }

.ml74 {
  margin-left: 74px !important; }

.pt74 {
  padding-top: 74px !important; }

.pr74 {
  padding-right: 74px !important; }

.pb74 {
  padding-bottom: 74px !important; }

.pl74 {
  padding-left: 74px !important; }

.pad74 {
  padding: 74px !important; }

.fz74 {
  font-size: 74px !important; }

.lh74 {
  line-height: 74px !important; }

.h74 {
  height: 74px !important; }

.minh74 {
  min-height: 74px !important; }

.maxh74 {
  max-height: 74px !important; }

.gap75 {
  height: 75px;
  display: block;
  clear: both; }

.mt75 {
  margin-top: 75px !important; }

.mr75 {
  margin-right: 75px !important; }

.mb75 {
  margin-bottom: 75px !important; }

.ml75 {
  margin-left: 75px !important; }

.pt75 {
  padding-top: 75px !important; }

.pr75 {
  padding-right: 75px !important; }

.pb75 {
  padding-bottom: 75px !important; }

.pl75 {
  padding-left: 75px !important; }

.pad75 {
  padding: 75px !important; }

.fz75 {
  font-size: 75px !important; }

.lh75 {
  line-height: 75px !important; }

.h75 {
  height: 75px !important; }

.minh75 {
  min-height: 75px !important; }

.maxh75 {
  max-height: 75px !important; }

.gap76 {
  height: 76px;
  display: block;
  clear: both; }

.mt76 {
  margin-top: 76px !important; }

.mr76 {
  margin-right: 76px !important; }

.mb76 {
  margin-bottom: 76px !important; }

.ml76 {
  margin-left: 76px !important; }

.pt76 {
  padding-top: 76px !important; }

.pr76 {
  padding-right: 76px !important; }

.pb76 {
  padding-bottom: 76px !important; }

.pl76 {
  padding-left: 76px !important; }

.pad76 {
  padding: 76px !important; }

.fz76 {
  font-size: 76px !important; }

.lh76 {
  line-height: 76px !important; }

.h76 {
  height: 76px !important; }

.minh76 {
  min-height: 76px !important; }

.maxh76 {
  max-height: 76px !important; }

.gap77 {
  height: 77px;
  display: block;
  clear: both; }

.mt77 {
  margin-top: 77px !important; }

.mr77 {
  margin-right: 77px !important; }

.mb77 {
  margin-bottom: 77px !important; }

.ml77 {
  margin-left: 77px !important; }

.pt77 {
  padding-top: 77px !important; }

.pr77 {
  padding-right: 77px !important; }

.pb77 {
  padding-bottom: 77px !important; }

.pl77 {
  padding-left: 77px !important; }

.pad77 {
  padding: 77px !important; }

.fz77 {
  font-size: 77px !important; }

.lh77 {
  line-height: 77px !important; }

.h77 {
  height: 77px !important; }

.minh77 {
  min-height: 77px !important; }

.maxh77 {
  max-height: 77px !important; }

.gap78 {
  height: 78px;
  display: block;
  clear: both; }

.mt78 {
  margin-top: 78px !important; }

.mr78 {
  margin-right: 78px !important; }

.mb78 {
  margin-bottom: 78px !important; }

.ml78 {
  margin-left: 78px !important; }

.pt78 {
  padding-top: 78px !important; }

.pr78 {
  padding-right: 78px !important; }

.pb78 {
  padding-bottom: 78px !important; }

.pl78 {
  padding-left: 78px !important; }

.pad78 {
  padding: 78px !important; }

.fz78 {
  font-size: 78px !important; }

.lh78 {
  line-height: 78px !important; }

.h78 {
  height: 78px !important; }

.minh78 {
  min-height: 78px !important; }

.maxh78 {
  max-height: 78px !important; }

.gap79 {
  height: 79px;
  display: block;
  clear: both; }

.mt79 {
  margin-top: 79px !important; }

.mr79 {
  margin-right: 79px !important; }

.mb79 {
  margin-bottom: 79px !important; }

.ml79 {
  margin-left: 79px !important; }

.pt79 {
  padding-top: 79px !important; }

.pr79 {
  padding-right: 79px !important; }

.pb79 {
  padding-bottom: 79px !important; }

.pl79 {
  padding-left: 79px !important; }

.pad79 {
  padding: 79px !important; }

.fz79 {
  font-size: 79px !important; }

.lh79 {
  line-height: 79px !important; }

.h79 {
  height: 79px !important; }

.minh79 {
  min-height: 79px !important; }

.maxh79 {
  max-height: 79px !important; }

.gap80 {
  height: 80px;
  display: block;
  clear: both; }

.mt80 {
  margin-top: 80px !important; }

.mr80 {
  margin-right: 80px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.ml80 {
  margin-left: 80px !important; }

.pt80 {
  padding-top: 80px !important; }

.pr80 {
  padding-right: 80px !important; }

.pb80 {
  padding-bottom: 80px !important; }

.pl80 {
  padding-left: 80px !important; }

.pad80 {
  padding: 80px !important; }

.fz80 {
  font-size: 80px !important; }

.lh80 {
  line-height: 80px !important; }

.h80 {
  height: 80px !important; }

.minh80 {
  min-height: 80px !important; }

.maxh80 {
  max-height: 80px !important; }

.gap81 {
  height: 81px;
  display: block;
  clear: both; }

.mt81 {
  margin-top: 81px !important; }

.mr81 {
  margin-right: 81px !important; }

.mb81 {
  margin-bottom: 81px !important; }

.ml81 {
  margin-left: 81px !important; }

.pt81 {
  padding-top: 81px !important; }

.pr81 {
  padding-right: 81px !important; }

.pb81 {
  padding-bottom: 81px !important; }

.pl81 {
  padding-left: 81px !important; }

.pad81 {
  padding: 81px !important; }

.fz81 {
  font-size: 81px !important; }

.lh81 {
  line-height: 81px !important; }

.h81 {
  height: 81px !important; }

.minh81 {
  min-height: 81px !important; }

.maxh81 {
  max-height: 81px !important; }

.gap82 {
  height: 82px;
  display: block;
  clear: both; }

.mt82 {
  margin-top: 82px !important; }

.mr82 {
  margin-right: 82px !important; }

.mb82 {
  margin-bottom: 82px !important; }

.ml82 {
  margin-left: 82px !important; }

.pt82 {
  padding-top: 82px !important; }

.pr82 {
  padding-right: 82px !important; }

.pb82 {
  padding-bottom: 82px !important; }

.pl82 {
  padding-left: 82px !important; }

.pad82 {
  padding: 82px !important; }

.fz82 {
  font-size: 82px !important; }

.lh82 {
  line-height: 82px !important; }

.h82 {
  height: 82px !important; }

.minh82 {
  min-height: 82px !important; }

.maxh82 {
  max-height: 82px !important; }

.gap83 {
  height: 83px;
  display: block;
  clear: both; }

.mt83 {
  margin-top: 83px !important; }

.mr83 {
  margin-right: 83px !important; }

.mb83 {
  margin-bottom: 83px !important; }

.ml83 {
  margin-left: 83px !important; }

.pt83 {
  padding-top: 83px !important; }

.pr83 {
  padding-right: 83px !important; }

.pb83 {
  padding-bottom: 83px !important; }

.pl83 {
  padding-left: 83px !important; }

.pad83 {
  padding: 83px !important; }

.fz83 {
  font-size: 83px !important; }

.lh83 {
  line-height: 83px !important; }

.h83 {
  height: 83px !important; }

.minh83 {
  min-height: 83px !important; }

.maxh83 {
  max-height: 83px !important; }

.gap84 {
  height: 84px;
  display: block;
  clear: both; }

.mt84 {
  margin-top: 84px !important; }

.mr84 {
  margin-right: 84px !important; }

.mb84 {
  margin-bottom: 84px !important; }

.ml84 {
  margin-left: 84px !important; }

.pt84 {
  padding-top: 84px !important; }

.pr84 {
  padding-right: 84px !important; }

.pb84 {
  padding-bottom: 84px !important; }

.pl84 {
  padding-left: 84px !important; }

.pad84 {
  padding: 84px !important; }

.fz84 {
  font-size: 84px !important; }

.lh84 {
  line-height: 84px !important; }

.h84 {
  height: 84px !important; }

.minh84 {
  min-height: 84px !important; }

.maxh84 {
  max-height: 84px !important; }

.gap85 {
  height: 85px;
  display: block;
  clear: both; }

.mt85 {
  margin-top: 85px !important; }

.mr85 {
  margin-right: 85px !important; }

.mb85 {
  margin-bottom: 85px !important; }

.ml85 {
  margin-left: 85px !important; }

.pt85 {
  padding-top: 85px !important; }

.pr85 {
  padding-right: 85px !important; }

.pb85 {
  padding-bottom: 85px !important; }

.pl85 {
  padding-left: 85px !important; }

.pad85 {
  padding: 85px !important; }

.fz85 {
  font-size: 85px !important; }

.lh85 {
  line-height: 85px !important; }

.h85 {
  height: 85px !important; }

.minh85 {
  min-height: 85px !important; }

.maxh85 {
  max-height: 85px !important; }

.gap86 {
  height: 86px;
  display: block;
  clear: both; }

.mt86 {
  margin-top: 86px !important; }

.mr86 {
  margin-right: 86px !important; }

.mb86 {
  margin-bottom: 86px !important; }

.ml86 {
  margin-left: 86px !important; }

.pt86 {
  padding-top: 86px !important; }

.pr86 {
  padding-right: 86px !important; }

.pb86 {
  padding-bottom: 86px !important; }

.pl86 {
  padding-left: 86px !important; }

.pad86 {
  padding: 86px !important; }

.fz86 {
  font-size: 86px !important; }

.lh86 {
  line-height: 86px !important; }

.h86 {
  height: 86px !important; }

.minh86 {
  min-height: 86px !important; }

.maxh86 {
  max-height: 86px !important; }

.gap87 {
  height: 87px;
  display: block;
  clear: both; }

.mt87 {
  margin-top: 87px !important; }

.mr87 {
  margin-right: 87px !important; }

.mb87 {
  margin-bottom: 87px !important; }

.ml87 {
  margin-left: 87px !important; }

.pt87 {
  padding-top: 87px !important; }

.pr87 {
  padding-right: 87px !important; }

.pb87 {
  padding-bottom: 87px !important; }

.pl87 {
  padding-left: 87px !important; }

.pad87 {
  padding: 87px !important; }

.fz87 {
  font-size: 87px !important; }

.lh87 {
  line-height: 87px !important; }

.h87 {
  height: 87px !important; }

.minh87 {
  min-height: 87px !important; }

.maxh87 {
  max-height: 87px !important; }

.gap88 {
  height: 88px;
  display: block;
  clear: both; }

.mt88 {
  margin-top: 88px !important; }

.mr88 {
  margin-right: 88px !important; }

.mb88 {
  margin-bottom: 88px !important; }

.ml88 {
  margin-left: 88px !important; }

.pt88 {
  padding-top: 88px !important; }

.pr88 {
  padding-right: 88px !important; }

.pb88 {
  padding-bottom: 88px !important; }

.pl88 {
  padding-left: 88px !important; }

.pad88 {
  padding: 88px !important; }

.fz88 {
  font-size: 88px !important; }

.lh88 {
  line-height: 88px !important; }

.h88 {
  height: 88px !important; }

.minh88 {
  min-height: 88px !important; }

.maxh88 {
  max-height: 88px !important; }

.gap89 {
  height: 89px;
  display: block;
  clear: both; }

.mt89 {
  margin-top: 89px !important; }

.mr89 {
  margin-right: 89px !important; }

.mb89 {
  margin-bottom: 89px !important; }

.ml89 {
  margin-left: 89px !important; }

.pt89 {
  padding-top: 89px !important; }

.pr89 {
  padding-right: 89px !important; }

.pb89 {
  padding-bottom: 89px !important; }

.pl89 {
  padding-left: 89px !important; }

.pad89 {
  padding: 89px !important; }

.fz89 {
  font-size: 89px !important; }

.lh89 {
  line-height: 89px !important; }

.h89 {
  height: 89px !important; }

.minh89 {
  min-height: 89px !important; }

.maxh89 {
  max-height: 89px !important; }

.gap90 {
  height: 90px;
  display: block;
  clear: both; }

.mt90 {
  margin-top: 90px !important; }

.mr90 {
  margin-right: 90px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.ml90 {
  margin-left: 90px !important; }

.pt90 {
  padding-top: 90px !important; }

.pr90 {
  padding-right: 90px !important; }

.pb90 {
  padding-bottom: 90px !important; }

.pl90 {
  padding-left: 90px !important; }

.pad90 {
  padding: 90px !important; }

.fz90 {
  font-size: 90px !important; }

.lh90 {
  line-height: 90px !important; }

.h90 {
  height: 90px !important; }

.minh90 {
  min-height: 90px !important; }

.maxh90 {
  max-height: 90px !important; }

.gap91 {
  height: 91px;
  display: block;
  clear: both; }

.mt91 {
  margin-top: 91px !important; }

.mr91 {
  margin-right: 91px !important; }

.mb91 {
  margin-bottom: 91px !important; }

.ml91 {
  margin-left: 91px !important; }

.pt91 {
  padding-top: 91px !important; }

.pr91 {
  padding-right: 91px !important; }

.pb91 {
  padding-bottom: 91px !important; }

.pl91 {
  padding-left: 91px !important; }

.pad91 {
  padding: 91px !important; }

.fz91 {
  font-size: 91px !important; }

.lh91 {
  line-height: 91px !important; }

.h91 {
  height: 91px !important; }

.minh91 {
  min-height: 91px !important; }

.maxh91 {
  max-height: 91px !important; }

.gap92 {
  height: 92px;
  display: block;
  clear: both; }

.mt92 {
  margin-top: 92px !important; }

.mr92 {
  margin-right: 92px !important; }

.mb92 {
  margin-bottom: 92px !important; }

.ml92 {
  margin-left: 92px !important; }

.pt92 {
  padding-top: 92px !important; }

.pr92 {
  padding-right: 92px !important; }

.pb92 {
  padding-bottom: 92px !important; }

.pl92 {
  padding-left: 92px !important; }

.pad92 {
  padding: 92px !important; }

.fz92 {
  font-size: 92px !important; }

.lh92 {
  line-height: 92px !important; }

.h92 {
  height: 92px !important; }

.minh92 {
  min-height: 92px !important; }

.maxh92 {
  max-height: 92px !important; }

.gap93 {
  height: 93px;
  display: block;
  clear: both; }

.mt93 {
  margin-top: 93px !important; }

.mr93 {
  margin-right: 93px !important; }

.mb93 {
  margin-bottom: 93px !important; }

.ml93 {
  margin-left: 93px !important; }

.pt93 {
  padding-top: 93px !important; }

.pr93 {
  padding-right: 93px !important; }

.pb93 {
  padding-bottom: 93px !important; }

.pl93 {
  padding-left: 93px !important; }

.pad93 {
  padding: 93px !important; }

.fz93 {
  font-size: 93px !important; }

.lh93 {
  line-height: 93px !important; }

.h93 {
  height: 93px !important; }

.minh93 {
  min-height: 93px !important; }

.maxh93 {
  max-height: 93px !important; }

.gap94 {
  height: 94px;
  display: block;
  clear: both; }

.mt94 {
  margin-top: 94px !important; }

.mr94 {
  margin-right: 94px !important; }

.mb94 {
  margin-bottom: 94px !important; }

.ml94 {
  margin-left: 94px !important; }

.pt94 {
  padding-top: 94px !important; }

.pr94 {
  padding-right: 94px !important; }

.pb94 {
  padding-bottom: 94px !important; }

.pl94 {
  padding-left: 94px !important; }

.pad94 {
  padding: 94px !important; }

.fz94 {
  font-size: 94px !important; }

.lh94 {
  line-height: 94px !important; }

.h94 {
  height: 94px !important; }

.minh94 {
  min-height: 94px !important; }

.maxh94 {
  max-height: 94px !important; }

.gap95 {
  height: 95px;
  display: block;
  clear: both; }

.mt95 {
  margin-top: 95px !important; }

.mr95 {
  margin-right: 95px !important; }

.mb95 {
  margin-bottom: 95px !important; }

.ml95 {
  margin-left: 95px !important; }

.pt95 {
  padding-top: 95px !important; }

.pr95 {
  padding-right: 95px !important; }

.pb95 {
  padding-bottom: 95px !important; }

.pl95 {
  padding-left: 95px !important; }

.pad95 {
  padding: 95px !important; }

.fz95 {
  font-size: 95px !important; }

.lh95 {
  line-height: 95px !important; }

.h95 {
  height: 95px !important; }

.minh95 {
  min-height: 95px !important; }

.maxh95 {
  max-height: 95px !important; }

.gap96 {
  height: 96px;
  display: block;
  clear: both; }

.mt96 {
  margin-top: 96px !important; }

.mr96 {
  margin-right: 96px !important; }

.mb96 {
  margin-bottom: 96px !important; }

.ml96 {
  margin-left: 96px !important; }

.pt96 {
  padding-top: 96px !important; }

.pr96 {
  padding-right: 96px !important; }

.pb96 {
  padding-bottom: 96px !important; }

.pl96 {
  padding-left: 96px !important; }

.pad96 {
  padding: 96px !important; }

.fz96 {
  font-size: 96px !important; }

.lh96 {
  line-height: 96px !important; }

.h96 {
  height: 96px !important; }

.minh96 {
  min-height: 96px !important; }

.maxh96 {
  max-height: 96px !important; }

.gap97 {
  height: 97px;
  display: block;
  clear: both; }

.mt97 {
  margin-top: 97px !important; }

.mr97 {
  margin-right: 97px !important; }

.mb97 {
  margin-bottom: 97px !important; }

.ml97 {
  margin-left: 97px !important; }

.pt97 {
  padding-top: 97px !important; }

.pr97 {
  padding-right: 97px !important; }

.pb97 {
  padding-bottom: 97px !important; }

.pl97 {
  padding-left: 97px !important; }

.pad97 {
  padding: 97px !important; }

.fz97 {
  font-size: 97px !important; }

.lh97 {
  line-height: 97px !important; }

.h97 {
  height: 97px !important; }

.minh97 {
  min-height: 97px !important; }

.maxh97 {
  max-height: 97px !important; }

.gap98 {
  height: 98px;
  display: block;
  clear: both; }

.mt98 {
  margin-top: 98px !important; }

.mr98 {
  margin-right: 98px !important; }

.mb98 {
  margin-bottom: 98px !important; }

.ml98 {
  margin-left: 98px !important; }

.pt98 {
  padding-top: 98px !important; }

.pr98 {
  padding-right: 98px !important; }

.pb98 {
  padding-bottom: 98px !important; }

.pl98 {
  padding-left: 98px !important; }

.pad98 {
  padding: 98px !important; }

.fz98 {
  font-size: 98px !important; }

.lh98 {
  line-height: 98px !important; }

.h98 {
  height: 98px !important; }

.minh98 {
  min-height: 98px !important; }

.maxh98 {
  max-height: 98px !important; }

.gap99 {
  height: 99px;
  display: block;
  clear: both; }

.mt99 {
  margin-top: 99px !important; }

.mr99 {
  margin-right: 99px !important; }

.mb99 {
  margin-bottom: 99px !important; }

.ml99 {
  margin-left: 99px !important; }

.pt99 {
  padding-top: 99px !important; }

.pr99 {
  padding-right: 99px !important; }

.pb99 {
  padding-bottom: 99px !important; }

.pl99 {
  padding-left: 99px !important; }

.pad99 {
  padding: 99px !important; }

.fz99 {
  font-size: 99px !important; }

.lh99 {
  line-height: 99px !important; }

.h99 {
  height: 99px !important; }

.minh99 {
  min-height: 99px !important; }

.maxh99 {
  max-height: 99px !important; }

.gap100 {
  height: 100px;
  display: block;
  clear: both; }

.mt100 {
  margin-top: 100px !important; }

.mr100 {
  margin-right: 100px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.ml100 {
  margin-left: 100px !important; }

.pt100 {
  padding-top: 100px !important; }

.pr100 {
  padding-right: 100px !important; }

.pb100 {
  padding-bottom: 100px !important; }

.pl100 {
  padding-left: 100px !important; }

.pad100 {
  padding: 100px !important; }

.fz100 {
  font-size: 100px !important; }

.lh100 {
  line-height: 100px !important; }

.h100 {
  height: 100px !important; }

.minh100 {
  min-height: 100px !important; }

.maxh100 {
  max-height: 100px !important; }

.fwb {
  font-weight: 700 !important; }

.fwr {
  font-weight: 400 !important; }

.hauto {
  height: auto !important; }

.mlauto {
  margin-left: auto; }

.mrauto {
  margin-right: auto; }

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

body {
  font-family: Helvetica, Arial, sans-serif;
  margin-bottom: 0 !important; }
  @media only screen and (max-width: 767px) {
    body {
      margin-bottom: 0 !important; } }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Noto Serif', 'Helvetica', Arial, serif; }

a, button, input {
  outline: none; }
  a:hover, a:focus, a:visited, button:hover, button:focus, button:visited, input:hover, input:focus, input:visited {
    text-decoration: none;
    outline: none;
    color: inherit; }

[class*="flex"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.ffns, .btn-quantity, .txttabs-list a, .offer-detail-general h1, .offer-detail-general p, .experience-detail-header {
  font-family: 'Noto Serif', 'Helvetica', Arial, serif; }

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.d-over {
  overflow: hidden; }

.flex-inline {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.flex-between {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.flex-middle {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.flex-left-middle {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.flex-between-two {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .flex-between-two > *:last-child {
    margin-left: auto; }

.brtl {
  border-top-left-radius: 10px !important; }

.brtr {
  border-top-right-radius: 10px !important; }

.brbl {
  border-bottom-left-radius: 10px !important; }

.brbr {
  border-bottom-left-radius: 10px !important; }

.vinthumbnail {
  display: block;
  padding: 0;
  margin-bottom: 0;
  background-color: #fff;
  border-radius: 10px;
  -webkit-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out; }
  .vinthumbnail.is-portrait-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    @media only screen and (max-width: 767px) {
      .vinthumbnail.is-portrait-card {
        min-height: auto !important;
        margin-bottom: 20px; } }

.container-vin {
  width: 1140px;
  margin: auto;
  max-width: 100%; }

.container-vin-outer {
  width: 1200px;
  margin: auto;
  max-width: 100%;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  background-color: #ffffff;
  position: relative; }

.container-swiper-outer {
  width: 1240px;
  margin: auto;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }

@media only screen and (max-width: 767px) {
  .container-universe {
    max-width: 100%;
    overflow: hidden; } }

.vinheading-h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #de3933; }
  .vinheading-h1 a {
    color: #de3933;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
    .vinheading-h1 a:hover {
      text-decoration: none; }
    .vinheading-h1 a span.mauto {
      margin-left: auto !important;
      margin-right: auto !important; }
  .vinheading-h1.is-centered a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.vinheading,
.vinheading-h3 {
  font-size: 25px;
  font-weight: bold;
  line-height: 30px;
  color: #de3933;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .vinheading a,
  .vinheading-h3 a {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.2;
    color: #de3933 !important;
    text-transform: uppercase;
    text-decoration: none; }
  .vinheading [class*="btn-vin"],
  .vinheading-h3 [class*="btn-vin"] {
    margin-right: 30px; }

.vinheading-h5 {
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  color: #282f36; }

@media only screen and (max-width: 480px) {
  .fixed-height {
    height: auto !important; }
    .fixed-height h3 {
      height: auto !important; } }

@media only screen and (max-width: 767px) {
  .vinheading-h1 {
    font-size: 21px; }
  .vinheading-h3 {
    font-size: 17.5px; } }

/*--------------------------------------------------------------
## Images
--------------------------------------------------------------*/
.img-vinrounded {
  border-radius: 10px; }

@media only screen and (max-width: 320px) {
  .img-vinrender {
    width: 100%; } }

@media only screen and (max-width: 767px) {
  .img-vinrender {
    height: auto !important;
    max-width: 100% !important;
    max-height: none !important;
    width: 100%; } }

[class*="btn-vin"] {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.67;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  padding: 0 30px; }

.bg-white {
  background-color: #fff !important; }

.btn-vin-red, .log-form input[type="submit"],
#wpuf-login-form input[type="submit"],
[class*="wpuf-form"] input[type="submit"], #contactForm-form input[type="submit"],
.about-contact-form input[type="submit"], #contactForm .wpuf-submit input[type="submit"],
.about-contact .wpuf-submit input[type="submit"] {
  background-color: #c72e29 !important;
  min-width: 110px;
  min-height: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  color: white !important;
  border: solid 1px #c72e29;
  display: inline-block;
  text-decoration: none; }
  .btn-vin-red:hover, .log-form input:hover[type="submit"],
  #wpuf-login-form input:hover[type="submit"],
  [class*="wpuf-form"] input:hover[type="submit"], #contactForm-form input:hover[type="submit"],
  .about-contact-form input:hover[type="submit"], #contactForm .wpuf-submit input:hover[type="submit"],
  .about-contact .wpuf-submit input:hover[type="submit"] {
    background-color: #ac1d19 !important;
    text-decoration: none;
    border: solid 1px #ac1d19; }
  .btn-vin-red:active, .log-form input:active[type="submit"],
  #wpuf-login-form input:active[type="submit"],
  [class*="wpuf-form"] input:active[type="submit"], #contactForm-form input:active[type="submit"],
  .about-contact-form input:active[type="submit"], #contactForm .wpuf-submit input:active[type="submit"],
  .about-contact .wpuf-submit input:active[type="submit"] {
    background-color: #ac1d19;
    border: solid 1px #ac1d19;
    text-decoration: none; }
  .btn-vin-red.disabled, .log-form input.disabled[type="submit"],
  #wpuf-login-form input.disabled[type="submit"],
  [class*="wpuf-form"] input.disabled[type="submit"], #contactForm-form input.disabled[type="submit"],
  .about-contact-form input.disabled[type="submit"], #contactForm .wpuf-submit input.disabled[type="submit"],
  .about-contact .wpuf-submit input.disabled[type="submit"] {
    opacity: 0.7;
    pointer-events: none; }

.btn-vin-red-solid {
  border: 1px solid #c72e29;
  color: #c72e29 !important;
  border-radius: 20px;
  min-width: 110px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  text-decoration: none; }
  .btn-vin-red-solid:hover {
    background-color: #c72e29;
    color: white !important;
    text-decoration: none; }
  .btn-vin-red-solid:active {
    background-color: #c72e29;
    color: white !important;
    text-decoration: none; }
  .btn-vin-red-solid .svg-icon {
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
    vertical-align: -moz-baseline-middle; }
  .btn-vin-red-solid:hover svg:hover {
    fill: #ffffff; }
  .btn-vin-red-solid.text-capitalize {
    text-transform: capitalize; }

.btn-vinradio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #383f45;
  padding-left: 25px;
  padding-right: 0;
  overflow: hidden;
  position: relative; }
  .btn-vinradio .radio-state {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(images/icons/icon-checkbox-normal.png);
    background-size: 20px 20px;
    width: 20px;
    height: 20px; }
  .btn-vinradio input {
    display: none;
    visibility: hidden; }
    .btn-vinradio input.is-active ~ .radio-state, .btn-vinradio input:checked ~ .radio-state {
      background-image: url(images/icons/icon-checkbox-blue.png); }

.btn-schedule-simple .simplefavorite-button {
  text-indent: -9999px; }
  .btn-schedule-simple .simplefavorite-button.active {
    opacity: 1; }

.link-vin, .log-form a,
#wpuf-login-form a,
[class*="wpuf-form"] a {
  font-size: 14px;
  line-height: 1.43;
  white-space: nowrap;
  color: #4592ff !important;
  text-decoration: none; }
  .link-vin:hover, .log-form a:hover,
  #wpuf-login-form a:hover,
  [class*="wpuf-form"] a:hover, .link-vin:active, .log-form a:active,
  #wpuf-login-form a:active,
  [class*="wpuf-form"] a:active {
    color: #226eda !important;
    text-decoration: none; }
    .link-vin:hover #icon-arrow-right, .log-form a:hover #icon-arrow-right, #wpuf-login-form a:hover #icon-arrow-right, [class*="wpuf-form"] a:hover #icon-arrow-right, .link-vin:active #icon-arrow-right, .log-form a:active #icon-arrow-right, #wpuf-login-form a:active #icon-arrow-right, [class*="wpuf-form"] a:active #icon-arrow-right {
      fill: #226eda !important; }
  .link-vin.with-arrow, .log-form a.with-arrow,
  #wpuf-login-form a.with-arrow,
  [class*="wpuf-form"] a.with-arrow {
    clear: bottom;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }

/*--------------------------------------------------------------
## Vin text
--------------------------------------------------------------*/
.text-vinred {
  color: #c72e29 !important; }

.text-vingray {
  color: #848484 !important; }

.text-vinrayban {
  color: rgba(40, 47, 54, 0.8) !important; }

.text-black, .restaurant-booking-form input[type="text"],
.restaurant-booking-form input[type="tel"],
.restaurant-booking-form input[type="email"],
.restaurant-booking-form select, .log-form input[type="text"],
.log-form input[type="password"],
.log-form input[type="email"],
.log-form select,
#wpuf-login-form input[type="text"],
#wpuf-login-form input[type="password"],
#wpuf-login-form input[type="email"],
#wpuf-login-form select,
[class*="wpuf-form"] input[type="text"],
[class*="wpuf-form"] input[type="password"],
[class*="wpuf-form"] input[type="email"],
[class*="wpuf-form"] select {
  color: #000 !important; }

.text-vinblue {
  color: #4592ff !important; }

.text-vindesc {
  color: #383f45 !important; }

.text-dustgray {
  color: #9b9b9b !important; }

.text-vinedit {
  white-space: nowrap; }

.text-inh {
  text-transform: none !important; }

.vinedit-inline {
  display: block;
  font-size: 10px; }
  .vinedit-inline a {
    padding-right: 10px; }

.vinbadge-red {
  width: 52px;
  height: 26px;
  padding: 5px 10px;
  color: white;
  text-align: center;
  border-radius: 5px;
  background-color: #de3933; }

.vinbadge-yellow {
  width: 52px;
  height: 26px;
  padding: 5px 10px;
  color: white;
  text-align: center;
  border-radius: 5px;
  background-color: #fccc18; }

/*--------------------------------------------------------------
## Increase button
--------------------------------------------------------------*/
.btn-quantity {
  width: 140px;
  height: 40px;
  border-radius: 20px;
  border: solid 1px rgba(40, 47, 54, 0.15);
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .btn-quantity * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .btn-quantity *:hover, .btn-quantity *:focus {
      outline: none; }
  .btn-quantity .minus, .btn-quantity .plus {
    width: 44px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: block;
    cursor: pointer;
    font-size: 18px; }
  .btn-quantity .minus {
    border-right: solid 1px rgba(40, 47, 54, 0.15); }
  .btn-quantity .plus {
    border-left: solid 1px rgba(40, 47, 54, 0.15); }
  .btn-quantity input {
    width: 52px;
    height: 40px;
    display: block;
    padding: 0 10px;
    font-size: 16px;
    text-align: center;
    color: #383f45;
    border-left: none;
    border-right: none;
    border-top: solid 1px rgba(40, 47, 54, 0.15);
    border-bottom: solid 1px rgba(40, 47, 54, 0.15); }
    .btn-quantity input:hover, .btn-quantity input:focus {
      opacity: 1; }

/*--------------------------------------------------------------
## Time dropdown
--------------------------------------------------------------*/
.dropdown-time {
  padding-right: 15px; }
  .dropdown-time > a {
    font-size: 16px;
    line-height: 20px;
    color: #4592ff;
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .dropdown-time > a:hover, .dropdown-time > a:focus, .dropdown-time > a:visited {
      outline: none;
      text-decoration: none; }
    .dropdown-time > a .caret {
      position: absolute;
      right: -15px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }

.dropdown-time-small {
  padding-right: 15px; }
  .dropdown-time-small > a {
    font-size: 14px;
    line-height: 20px;
    color: #383f45;
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .dropdown-time-small > a:hover, .dropdown-time-small > a:focus, .dropdown-time-small > a:visited {
      outline: none;
      text-decoration: none; }
    .dropdown-time-small > a .caret {
      margin-left: 15px; }

.dropdown-location {
  padding-right: 15px; }
  .dropdown-location > a {
    line-height: 20px;
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 14px;
    color: #383f45; }
    .dropdown-location > a:hover, .dropdown-location > a:focus, .dropdown-location > a:visited {
      outline: none;
      text-decoration: none; }
    .dropdown-location > a .caret {
      position: absolute;
      right: -15px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }

/*--------------------------------------------------------------
## Icons
--------------------------------------------------------------*/
.vicon-marker {
  background: url("images/icons/icon-marker-thin@2x.png") 0 0 no-repeat;
  background-size: 18px 18px;
  display: inline-block;
  width: 18px;
  height: 18px; }

.vicon-tag {
  background: url("images/icons/icon-tag-booking@2x.png") 0 0 no-repeat;
  background-size: 18px 18px;
  display: inline-block;
  width: 18px;
  height: 18px; }

.vicon-calendar {
  background: url("images/icons/icon-calendar-booking@2x.png") 0 0 no-repeat;
  background-size: 18px 18px;
  display: inline-block;
  width: 18px;
  height: 18px; }

.vicon-arrow-down {
  background: url("images/icons/icon-arrow-down-booking@2x.png") 0 0 no-repeat;
  background-size: 18px 18px;
  display: inline-block;
  width: 18px;
  height: 18px; }

.vicon-heart-white, .btn-schedule-simple .simplefavorite-button {
  background: url("images/icons/icon-heart-white.png") 0 0 no-repeat;
  background-size: 32px 28px;
  display: inline-block;
  width: 32px;
  height: 28px; }

.vicon-heart-red, .btn-schedule-simple .simplefavorite-button.active {
  background: url("images/icons/icon-heart-red.png") 0 0 no-repeat;
  background-size: 32px 28px;
  display: inline-block;
  width: 32px;
  height: 28px; }

.vicon-arrow-updown {
  background: url("images/icons/icon-up-down-opacity@2x.png") 0 0 no-repeat;
  background-size: 11px 14px;
  display: inline-block;
  width: 11px;
  height: 14px; }

img.vin-logo {
  max-height: 30px;
  width: auto;
  display: block; }

.vinheader {
  position: relative;
  background-color: #fff; }
  .vinheader-inner {
    overflow: hidden;
    position: relative;
    height: 70px; }
  .vinheader-left {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .vinheader-right {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .vinheader-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .vinheader-menu i {
      margin-right: 5px;
      font-size: 18px; }
  .vinheader-logo {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  @media only screen and (max-width: 767px) {
    .vinheader {
      padding-left: 15px;
      padding-right: 15px; } }

.vinheader-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 15px;
  font-size: 14px; }
  .vinheader-menu-item:first-child {
    margin-left: 0; }

.vinheader-navmenu-container {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 200;
  top: 88%; }
  .vinheader-navmenu-container .container {
    position: relative; }

.vinheader .menu {
  /*width: 263px;*/
  /*height: 326.9px;*/
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff; }
  .vinheader .menu-menu-main-container > ul, .vinheader .menu-main-menu-container > ul {
    width: 263px;
    margin: 0;
    list-style: none outside none;
    padding: 15px 0;
    position: relative;
    -webkit-box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.2); }
    @media only screen and (max-width: 767px) {
      .vinheader .menu-menu-main-container > ul, .vinheader .menu-main-menu-container > ul {
        width: calc(100% - 30px); } }
    .vinheader .menu-menu-main-container > ul:before, .vinheader .menu-main-menu-container > ul:before {
      content: "";
      position: absolute;
      top: -15px;
      left: 30px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 20px 20px 20px;
      border-color: transparent transparent #ffffff transparent;
      line-height: 0px;
      _border-color: #000000 #000000 #ffffff #000000;
      _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); }
      @media only screen and (max-width: 767px) {
        .vinheader .menu-menu-main-container > ul:before, .vinheader .menu-main-menu-container > ul:before {
          display: none; } }
    @media only screen and (min-width: 768px) {
      .vinheader .menu-menu-main-container > ul li.menu-item-has-children:hover > ul.sub-menu,
      .vinheader .menu-menu-main-container > ul > li:hover > ul.sub-menu, .vinheader .menu-main-menu-container > ul li.menu-item-has-children:hover > ul.sub-menu,
      .vinheader .menu-main-menu-container > ul > li:hover > ul.sub-menu {
        display: block;
        opacity: 1; } }
    @media only screen and (max-width: 767px) {
      .vinheader .menu-menu-main-container > ul li.menu-item-has-children.is-active > ul.sub-menu,
      .vinheader .menu-menu-main-container > ul > li.is-active > ul.sub-menu, .vinheader .menu-main-menu-container > ul li.menu-item-has-children.is-active > ul.sub-menu,
      .vinheader .menu-main-menu-container > ul > li.is-active > ul.sub-menu {
        display: block;
        opacity: 1;
        left: 0;
        width: 100%; } }
  .vinheader .menu-menu-main-container ul.sub-menu, .vinheader .menu-main-menu-container ul.sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    list-style: none outside none;
    background-color: #fff;
    margin-left: 0;
    padding: 15px 0;
    -webkit-box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    display: none;
    opacity: 0; }
    .vinheader .menu-menu-main-container ul.sub-menu a, .vinheader .menu-main-menu-container ul.sub-menu a {
      white-space: nowrap;
      display: block;
      padding: 7px 30px; }
  .vinheader .menu-item a, .vinheader .menu-item-type-custom a, .vinheader .menu-item-object-custom a {
    font-size: 14px;
    line-height: 1.57;
    color: #383f45;
    display: block;
    padding: 7px 15px;
    text-decoration: none;
    cursor: pointer; }
    .vinheader .menu-item a:hover, .vinheader .menu-item-type-custom a:hover, .vinheader .menu-item-object-custom a:hover {
      background-color: #c72e29;
      color: white; }

.vinbanner-page {
  height: 150px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: contain; }
  .vinbanner-page h1 {
    font-size: 40px;
    font-weight: bold;
    color: #ffffff;
    margin: 0; }
  @media only screen and (max-width: 767px) {
    .vinbanner-page {
      height: auto;
      background-size: cover;
      padding-top: 15px;
      padding-bottom: 15px; }
      .vinbanner-page .breadcrumb-vinlogo {
        width: 100% !important;
        margin-top: 15px; } }

.breadcrumb {
  background-color: transparent;
  padding: 0 0 8px 0;
  margin-bottom: 0;
  margin-top: 0; }
  .breadcrumb a, .breadcrumb span {
    font-size: 12px;
    line-height: 1.83;
    color: #ffffff; }
  .breadcrumb .container {
    padding: 0;
    background-color: transparent; }
    .breadcrumb .container .node:last-child {
      font-weight: bold; }
  .breadcrumb .sep {
    padding: 0 10px; }
    .breadcrumb .sep .svg-icon {
      display: inline-block;
      margin: 0; }
  .breadcrumb-vinlogo a {
    display: block;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    max-height: 75px;
    padding: 5px 15px; }
    .breadcrumb-vinlogo a img {
      display: block;
      margin: auto;
      max-height: 65px; }
  .breadcrumb-vinlogo.site-1 a {
    padding: 15px; }
    .breadcrumb-vinlogo.site-1 a img {
      max-height: 30px; }

.vinfooter {
  min-height: 378px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 50px; }
  .vinfooter-container {
    background-color: #fff; }
  .vinfooter [class*="vinwidget"] {
    margin-left: 50px; }
    .vinfooter [class*="vinwidget"]:first-child {
      margin-left: 0; }
  @media only screen and (max-width: 767px) {
    .vinfooter {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: auto;
      -webkit-box-shadow: 0px -1px 15px 0px rgba(0, 0, 0, 0.5);
      box-shadow: 0px -1px 15px 0px rgba(0, 0, 0, 0.5); }
      .vinfooter [class*="vinwidget"] {
        margin-left: 0; }
        .vinfooter [class*="vinwidget"]:first-child {
          margin-left: 0; } }

.vinwidget-cat {
  width: 560px;
  height: 525px;
  border-radius: 10px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .vinwidget-cat-thumb {
    height: 300px;
    min-height: 300px;
    overflow: hidden; }
    .vinwidget-cat-thumb img {
      height: 300px; }
    @media only screen and (max-width: 767px) {
      .vinwidget-cat-thumb {
        min-height: auto;
        height: auto; }
        .vinwidget-cat-thumb img {
          height: auto; } }
  .vinwidget-cat-body {
    padding: 20px 30px;
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .vinwidget-cat-body h3 {
      margin: 0;
      width: 500px;
      height: 50px;
      font-size: 18px;
      font-weight: bold;
      line-height: 25px;
      color: #282f36;
      overflow: hidden;
      text-overflow: ellipsis; }
      @media only screen and (max-width: 767px) {
        .vinwidget-cat-body h3 {
          width: auto; } }
    .vinwidget-cat-body p {
      font-size: 14px;
      height: 44px;
      line-height: 22px;
      color: rgba(40, 47, 54, 0.8);
      margin-bottom: 10px; }
      @media only screen and (max-width: 767px) {
        .vinwidget-cat-body p {
          height: auto; } }
  .vinwidget-cat-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 30px;
    bottom: 20px; }
    .vinwidget-cat-cta > * {
      margin-right: 10px; }
    @media only screen and (max-width: 767px) {
      .vinwidget-cat-cta {
        position: static; } }

.vinwidget-page {
  width: 366px;
  height: 440px;
  border-radius: 10px;
  background-color: #ffffff;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  @media only screen and (max-width: 767px) {
    .vinwidget-page {
      width: 100%; } }
  .vinwidget-page-thumb {
    height: 245px;
    min-height: 245px;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      .vinwidget-page-thumb {
        height: auto;
        min-height: auto; } }
  .vinwidget-page-body {
    padding: 20px;
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .vinwidget-page-body h3 {
      margin: 0;
      font-size: 18px;
      font-weight: bold;
      line-height: 25px;
      letter-spacing: normal;
      color: #282f36; }
      .vinwidget-page-body h3 a {
        color: #de3933;
        text-decoration: none;
        display: block;
        height: 50px; }
    .vinwidget-page-body p {
      font-size: 14px;
      line-height: 1.57;
      color: rgba(40, 47, 54, 0.8);
      height: 42px;
      overflow: hidden;
      text-overflow: ellipsis; }
  .vinwidget-page-more {
    position: absolute;
    bottom: 20px;
    left: 20px; }
    @media only screen and (max-width: 767px) {
      .vinwidget-page-more {
        position: static; } }

@media only screen and (max-width: 767px) {
  .vinwidget-footer-location iframe {
    width: 100%; } }

.vinwidget-footer-links h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25;
  color: #383f45;
  margin-top: 10px;
  margin-bottom: 10px; }

.vinwidget-footer-links ul {
  padding-left: 0;
  margin-left: 0;
  list-style: none; }
  @media only screen and (max-width: 767px) {
    .vinwidget-footer-links ul {
      margin-bottom: 5px; } }

.vinwidget-footer-links a {
  text-decoration: none;
  color: #383f45 !important; }

.vinwidget-footer-links * {
  font-family: Helvetica;
  font-size: 14px;
  line-height: 2.5;
  color: #383f45; }

@media only screen and (max-width: 767px) {
  .vinfeatured-container-mobile {
    padding: 0 15px; }
    .vinfeatured-container-mobile .flex-between {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .vinfeatured-container-mobile .vinwidget-cat {
      max-width: 100%;
      height: auto; }
      .vinfeatured-container-mobile .vinwidget-cat-thumb {
        height: auto; }
      .vinfeatured-container-mobile .vinwidget-cat-cta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .vinfeatured-container-mobile .vinwidget-cat-cta a {
          margin-top: 15px; }
    .vinfeatured-container-mobile .vinwidget-page {
      max-width: 100%;
      height: auto;
      margin-top: 15px; }
      .vinfeatured-container-mobile .vinwidget-page:first-child {
        margin-top: 0; } }

.vinsocial-icon {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #eee;
  border-radius: 50%;
  color: white !important;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  font-size: 24px; }
  .vinsocial-icon:hover {
    background-color: #c72e29 !important;
    text-decoration: none; }
  .vinwidget-footer-location .vinsocial-icon {
    margin-left: 20px; }
    .vinwidget-footer-location .vinsocial-icon:first-child {
      margin-left: 0; }

@media only screen and (max-width: 767px) {
  #vinAddressLocation {
    width: 100% !important; } }

@media only screen and (max-width: 767px) {
  .vinfeatured-section-mobile .flex-inline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .vinfeatured-section-mobile [class*="col-"] {
    height: auto !important; }
  .vinfeatured-section-mobile .fixed-height,
  .vinfeatured-section-mobile iframe {
    max-width: 100% !important;
    min-width: 100% !important;
    min-height: auto !important;
    height: auto !important; } }

.vinbanner {
  position: relative; }
  .vinbanner-image {
    overflow: hidden; }
    .vinbanner-image img {
      display: block;
      margin: auto; }
  .vinbanner-text {
    position: absolute;
    left: 60%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .vinbanner-text h3 {
      font-size: 22px;
      font-weight: bold;
      line-height: 1.36;
      color: #ffffff; }
    .vinbanner-text p, .vinbanner-text i {
      font-size: 16px;
      font-weight: bold;
      line-height: 0.71;
      color: #ffffff; }

.vinlogos {
  height: 67px;
  background-color: #fafafa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .vinlogos a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
    opacity: 0.5; }
    .vinlogos a:hover {
      opacity: 1; }
  .vinlogos img {
    max-height: 40px; }
  @media only screen and (max-width: 767px) {
    .vinlogos {
      height: auto;
      padding-top: 15px;
      padding-bottom: 15px; }
      .vinlogos .container.flex-middle {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: column !important;
                flex-direction: column !important; } }

.vinbooking-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 105px;
  background-color: rgba(56, 63, 69, 0.8); }
  .vinbooking-container.is-sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000; }
  .vinbooking-container.is-optimal {
    height: auto; }
    .vinbooking-container.is-optimal .container-vin {
      padding: 10px 0 5px; }
    @media only screen and (max-width: 767px) {
      .vinbooking-container.is-optimal .container-vin {
        padding: 10px 0 0; } }
    .vinbooking-container.is-optimal .vinbooking-form > div {
      margin-left: 15px; }
    .vinbooking-container.is-optimal .vinbooking-form-item > label {
      display: none; }

.vinbooking-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media only screen and (max-width: 767px) {
    .vinbooking-form {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-right: 15px; } }
  .vinbooking-form > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 30px; }
    .vinbooking-form > div:first-child {
      margin-left: 0; }
  .vinbooking-form label {
    font-family: Helvetica;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.43;
    color: #ffffff;
    text-transform: uppercase; }
  .vinbooking-form input[type="text"] {
    width: 300px;
    height: 40px;
    line-height: 40px;
    opacity: 0.73;
    border-radius: 5px;
    padding: 0 15px 0 40px;
    border: solid 1px rgba(40, 47, 54, 0.15);
    background-color: #ffffff; }
    @media only screen and (max-width: 767px) {
      .vinbooking-form input[type="text"] {
        width: 100%; } }
  .vinbooking-form-item label {
    margin-bottom: 5px; }
    @media only screen and (max-width: 767px) {
      .vinbooking-form-item label {
        width: 100%;
        margin-bottom: 0; } }
  @media only screen and (max-width: 767px) {
    .vinbooking-form-item {
      margin-bottom: 10px; }
      .vinbooking-form-item button {
        width: 100% !important; } }
  .vinbooking-form-field {
    position: relative; }
    .vinbooking-form-field i {
      position: absolute;
      top: 50%;
      left: 15px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      z-index: 100; }
    .vinbooking-form-field .vinselect-field {
      padding-left: 45px; }
      @media only screen and (max-width: 767px) {
        .vinbooking-form-field .vinselect-field {
          width: 100%; } }
    .vinbooking-form-field select {
      top: 0 !important; }
    .vinbooking-form-field * {
      font-family: Helvetica;
      font-size: 14px;
      line-height: 22px;
      color: #383f45; }

.vinswiper-container {
  height: 505px; }
  .vinswiper-container.is-hotel-swiper {
    height: auto;
    padding-bottom: 80px; }
  .vinswiper-container.is-feahotel-swiper {
    height: auto;
    padding-bottom: 60px; }

.vinswiper-slide {
  overflow: hidden; }

.vinswiper-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center; }
  .vinswiper-inner img {
    width: 100%; }

.vinswiper-location-thumb {
  max-width: 210px; }
  .vinswiper-location-thumb img {
    display: block;
    margin: auto; }

.vinswiper-location-logo {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .vinswiper-location-logo img {
    max-height: 80px;
    display: block;
    margin: auto; }

.vinswiper-container .swiper-pagination-bullets {
  bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  #vpFeaturedHotels .vinswiper-container .swiper-pagination-bullets,
  .container-swiper-outer .vinswiper-container .swiper-pagination-bullets {
    bottom: 10px; }

.vinswiper-container .swiper-pagination-bullet {
  background-color: #b5cef3;
  opacity: 0.5;
  width: 8px;
  height: 8px;
  margin: 0 8px;
  cursor: pointer;
  position: relative;
  display: block;
  float: left; }

.vinswiper-container .swiper-pagination-bullet-active {
  opacity: 1;
  display: block;
  position: relative;
  background-color: transparent !important;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
  border: 2px solid #b5cef3; }
  .vinswiper-container .swiper-pagination-bullet-active:before {
    content: "";
    position: absolute;
    width: 8px;
    background-color: #4592ff;
    height: 8px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 50%; }

.vinswiper-container .swiper-pagination.is-white .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.7) !important; }

.vinswiper-container .swiper-pagination.is-white .swiper-pagination-bullet-active {
  opacity: 1;
  display: block;
  position: relative;
  background-color: transparent !important;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border-width: 2px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.5);
  -webkit-animation: spin_white 4s linear infinite;
  animation: spin_white 4s linear infinite; }
  .vinswiper-container .swiper-pagination.is-white .swiper-pagination-bullet-active:before {
    content: "";
    position: absolute;
    width: 8px;
    background-color: #FFF;
    height: 8px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 50%; }

.vinswiper-button-prev, .vinswiper-button-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  opacity: 0.7;
  z-index: 100; }
  .vinswiper-button-prev img, .vinswiper-button-next img {
    display: block;
    width: 18px;
    height: 18px; }
  .vinswiper-button-prev:hover, .vinswiper-button-next:hover {
    opacity: 1; }

.vinswiper-button-prev {
  left: 0;
  width: 60px;
  height: 100px;
  border-radius: 0 10px 10px 0;
  background-color: rgba(208, 208, 208, 0.8); }

.vinswiper-button-next {
  right: 0;
  width: 60px;
  height: 100px;
  border-radius: 10px 0 0 10px;
  background-color: rgba(208, 208, 208, 0.8); }

.vinselect {
  position: relative;
  height: 40px; }
  .vinselect-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    height: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 40px;
    opacity: 0.73;
    border-radius: 5px;
    padding: 0 15px 0 15px;
    border: solid 1px rgba(40, 47, 54, 0.15);
    background-color: #ffffff;
    color: black;
    font-weight: normal;
    text-transform: none; }
  .vinselect select {
    visibility: visible;
    top: -40px;
    left: 10px;
    height: 40px;
    position: absolute;
    width: 300px;
    opacity: 0; }

.vinpost-type1 > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 1.43;
  color: #4592ff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-decoration: none;
  cursor: pointer; }
  .vinpost-type1 > a:hover {
    text-decoration: none; }

.vinpost-type1-body {
  overflow: hidden;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px; }
  .vinpost-type1-body > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 1.43;
    color: #4592ff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-decoration: none;
    cursor: pointer; }
    .vinpost-type1-body > a:hover {
      text-decoration: none; }

.vinpost-type3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff; }
  .vinpost-type3 > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch; }
  .vinpost-type3 div {
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .vinpost-type3 div:first-child {
      padding-left: 0; }
    .vinpost-type3 div p a {
      font-size: 18px;
      font-weight: bold;
      line-height: 1.39;
      color: #282f36 !important; }
    .vinpost-type3 div > a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 14px;
      line-height: 1.43;
      color: #4592ff;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      text-decoration: none;
      cursor: pointer; }
      .vinpost-type3 div > a:hover {
        text-decoration: none; }
  @media only screen and (max-width: 767px) {
    .vinpost-type3 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 15px; }
      .vinpost-type3 .fixed-width {
        width: auto !important; }
        .vinpost-type3 .fixed-width img {
          display: block; }
      .vinpost-type3 > div {
        padding: 15px; } }

.vinpost-type4 {
  position: relative;
  height: 155px;
  border-radius: 10px;
  background-color: #ffffff;
  overflow: hidden;
  font-size: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .vinpost-type4 > div {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 155px; }
    .vinpost-type4 > div:first-child {
      width: 235px;
      height: 155px;
      padding: 0;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 100; }
    .vinpost-type4 > div h3 {
      margin-top: 0; }
    .vinpost-type4 > div a {
      color: black; }
  .vinpost-type4-content {
    position: relative;
    padding: 20px 0;
    margin: 0 15px 0 250px; }
    .vinpost-type4-content h3 {
      height: 78px;
      overflow: hidden; }
      .vinpost-type4-content h3 a {
        display: block; }
    @media only screen and (max-width: 767px) {
      .vinpost-type4-content {
        margin: 0; }
        .vinpost-type4-content h3 {
          height: auto !important; }
        .vinpost-type4-content p {
          height: auto !important; } }
  .vinpost-type4-metas {
    position: absolute;
    bottom: 20px;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .vinpost-type4-metas {
        position: static; } }
  @media only screen and (max-width: 767px) {
    .vinpost-type4 {
      height: auto !important; }
      .vinpost-type4 > div {
        width: 100% !important;
        height: auto;
        padding: 25px 15px; }
        .vinpost-type4 > div:first-child {
          width: 100%;
          height: auto;
          padding: 0;
          position: static;
          top: unset;
          left: unset; }
        .vinpost-type4 > div a {
          color: black; }
        .vinpost-type4 > div img {
          display: block;
          margin: auto; } }
  @media only screen and (max-width: 480px) {
    .vinpost-type4 > div {
      padding: 15px; } }

.vinsitelogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .vinsitelogo a {
    display: block; }
  .vinsitelogo img {
    display: block;
    max-height: 70px; }

@media only screen and (max-width: 767px) {
  .vinslick .slick-slide.slick-current.slick-active.slick-center {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.vinslick-container {
  position: relative;
  padding: 0 50px; }

.vinslick-container-break {
  position: relative;
  padding: 0; }

.vinslick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media only screen and (max-width: 767px) {
    .vinslick-slide {
      height: auto !important; } }

.vinslick-btn-prev, .vinslick-btn-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  z-index: 100; }
  .vinslick-btn-prev i, .vinslick-btn-next i {
    font-size: 40px; }

.vinslick-btn-prev {
  left: 0; }
  .vinslick-container-break .vinslick-btn-prev {
    left: -50px; }

.vinslick-btn-next {
  right: 0; }
  .vinslick-container-break .vinslick-btn-next {
    right: -50px; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(90deg);
    border-top-color: #4592ff; }
  50% {
    -webkit-transform: rotate(180deg);
    border-top-color: #4592ff;
    border-right-color: #4592ff; }
  50% {
    -webkit-transform: rotate(270deg);
    border-top-color: #4592ff;
    border-right-color: #4592ff;
    border-bottom-color: #4592ff; }
  100% {
    -webkit-transform: rotate(360deg);
    border-top-color: #4592ff;
    border-right-color: #4592ff;
    border-bottom-color: #4592ff;
    border-left-color: #4592ff; } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(90deg);
    border-top-color: #4592ff; }
  50% {
    -webkit-transform: rotate(180deg);
    border-top-color: #4592ff;
    border-right-color: #4592ff; }
  50% {
    -webkit-transform: rotate(270deg);
    border-top-color: #4592ff;
    border-right-color: #4592ff;
    border-bottom-color: #4592ff; }
  100% {
    -webkit-transform: rotate(360deg);
    border-top-color: #4592ff;
    border-right-color: #4592ff;
    border-bottom-color: #4592ff;
    border-left-color: #4592ff; } }

@-webkit-keyframes spin_white {
  0% {
    -webkit-transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(90deg);
    border-top-color: #FFFFFF; }
  50% {
    -webkit-transform: rotate(180deg);
    border-top-color: #FFFFFF;
    border-right-color: #FFFFFF; }
  50% {
    -webkit-transform: rotate(270deg);
    border-top-color: #FFFFFF;
    border-right-color: #FFFFFF;
    border-bottom-color: #FFFFFF; }
  100% {
    -webkit-transform: rotate(360deg);
    border-top-color: #FFFFFF;
    border-right-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    border-left-color: #FFFFFF; } }

@keyframes spin_white {
  0% {
    -webkit-transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(90deg);
    border-top-color: #FFFFFF; }
  50% {
    -webkit-transform: rotate(180deg);
    border-top-color: #FFFFFF;
    border-right-color: #FFFFFF; }
  50% {
    -webkit-transform: rotate(270deg);
    border-top-color: #FFFFFF;
    border-right-color: #FFFFFF;
    border-bottom-color: #FFFFFF; }
  100% {
    -webkit-transform: rotate(360deg);
    border-top-color: #FFFFFF;
    border-right-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    border-left-color: #FFFFFF; } }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E") !important;
  opacity: 0.3; }
  .swiper-button-prev:hover, .swiper-container-rtl .swiper-button-next:hover {
    opacity: 1; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E") !important;
  opacity: 0.3; }
  .swiper-button-next:hover, .swiper-container-rtl .swiper-button-prev:hover {
    opacity: 1; }

.slick-images-slider .image-slide {
  padding: 0 5px; }
  .slick-images-slider .image-slide img {
    display: block;
    margin: 15px auto 0;
    width: 170px;
    height: 120px;
    max-width: 100%;
    border-radius: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    #imagesSlider .slick-images-slider .image-slide img {
      -webkit-transform: scale(0.9);
              transform: scale(0.9); }
      #imagesSlider .slick-images-slider .image-slide img:hover {
        -webkit-transform: scale(1);
                transform: scale(1); }

.slick-images-slider .slick-current .image-slide img {
  margin-top: 0;
  width: 225px;
  height: 160px; }

/*--------------------------------------------------------------
## Swiper Page about
--------------------------------------------------------------*/
.about-swiper-container {
  position: relative; }
  .about-swiper-container .swiper-container-show {
    border-radius: 10px;
    overflow: hidden; }
  .about-swiper-container .swiper-slide-thumb-active .image-slide:before {
    display: none; }
  .about-swiper-container .image-slide {
    border-radius: 10px;
    overflow: hidden;
    position: relative; }
    .about-swiper-container .image-slide:before {
      content: "";
      background-color: #000;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 90;
      opacity: 0.6; }
    .about-swiper-container .image-slide-meta {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 5px 10px;
      z-index: 100; }
      .about-swiper-container .image-slide-meta p {
        font-size: 10px;
        color: #ffffff;
        margin-bottom: 0px; }
    .about-swiper-container .image-slide a {
      display: block;
      position: relative; }
  .about-swiper-container .about-gallery-top .image-slide-meta {
    padding: 15px 30px;
    color: #ffffff; }
    .about-swiper-container .about-gallery-top .image-slide-meta p {
      font-size: 16px;
      margin-right: 30px; }
  .about-swiper-container .about-gallery-top img {
    border-radius: 10px;
    overflow: hidden;
    position: relative; }
  .about-swiper-container .about-gallery-thumbs .swiper-slide-thumb-active .image-slide,
  .about-swiper-container .about-gallery-thumbs .swiper-slide-active .image-slide {
    -webkit-transform: scale(1);
            transform: scale(1); }
    .about-swiper-container .about-gallery-thumbs .swiper-slide-thumb-active .image-slide-meta,
    .about-swiper-container .about-gallery-thumbs .swiper-slide-active .image-slide-meta {
      display: none; }
  .about-swiper-container .about-gallery-thumbs .image-slide {
    position: relative;
    -webkit-transform: scale(0.85);
            transform: scale(0.85); }
    .about-swiper-container .about-gallery-thumbs .image-slide:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    .about-swiper-container .about-gallery-thumbs .image-slide:hover {
      -webkit-transform: scale(1);
              transform: scale(1); }
      .about-swiper-container .about-gallery-thumbs .image-slide:hover:before {
        display: none; }
      .about-swiper-container .about-gallery-thumbs .image-slide:hover-meta {
        display: none; }

/*--------------------------------------------------------------
## Offer
--------------------------------------------------------------*/
.offer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.offer-item {
  width: calc(50% - 20px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 30px 10px 0;
  /*height           : 510px;
    max-height       : 510px;*/
  overflow: hidden;
  border-radius: 10px;
  background-color: #ffffff;
  font-weight: 300;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .offer-item {
      width: 100%; } }
  .offer-item h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    color: #282f36;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 75px;
    height: 75px; }
    .offer-item h3 * {
      color: #282f36;
      text-decoration: none; }
    .offer-item h3:hover {
      text-decoration: none; }
      .offer-item h3:hover * {
        text-decoration: none; }
  .offer-item p {
    font-size: 16px;
    line-height: 1.63;
    color: #383f45; }
  .offer-item.is-full {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-height: 440px;
    height: 440px; }
    .offer-item.is-full h3 {
      font-size: 25px;
      line-height: 1.44;
      color: #383f45;
      max-height: none;
      height: auto; }
    .offer-item.is-full img {
      min-height: 440px; }
    @media only screen and (max-width: 767px) {
      .offer-item.is-full {
        height: auto; }
        .offer-item.is-full img {
          height: auto;
          min-height: auto; } }
  .offer-item-body {
    position: relative; }
    @media only screen and (max-width: 767px) {
      .offer-item-body {
        padding-bottom: 20px;
        padding-right: 20px; } }
    .offer-item.is-full .offer-item-body {
      height: 420px; }
      @media only screen and (max-width: 767px) {
        .offer-item.is-full .offer-item-body {
          height: auto;
          padding-left: 20px; } }

.offer-item.is-full .offer-readmore {
  position: absolute;
  left: 0;
  bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .offer-item.is-full .offer-readmore {
      position: static; } }

.offer-related-item {
  /*height           : 365px;*/
  border-radius: 10px;
  overflow: hidden;
  border: none;
  background-color: #fff; }
  .offer-related-item h3 {
    height: 75px;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media only screen and (max-width: 767px) {
      .offer-related-item h3 {
        height: auto; } }
  .offer-related-item img {
    display: block;
    max-height: 180px; }
  @media only screen and (max-width: 767px) {
    .offer-related-item {
      margin-bottom: 15px; } }

/*--------------------------------------------------------------
## Experience
--------------------------------------------------------------*/
.experience-related-item {
  border-radius: 10px;
  border: none;
  background-color: #fff; }
  .experience-related-item h3 {
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis; }
  .experience-related-item img {
    display: block;
    max-height: 180px;
    height: 180px; }
  .experience-related-item .schedule-item-add {
    display: block;
    padding: 0 10px;
    text-align: center; }

/*--------------------------------------------------------------
## Education
--------------------------------------------------------------*/
.edu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.edu-item {
  width: calc(33.33% - 20px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 30px 10px 0;
  /*height           : 415px;*/
  max-height: 415px;
  border-radius: 10px;
  background-color: #ffffff;
  font-weight: 300;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .edu-item {
      width: 100%;
      margin-left: auto;
      margin-right: auto; } }
  .edu-item h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.39;
    color: #282f36;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 75px;
    height: 75px; }
    @media only screen and (max-width: 767px) {
      .edu-item h3 {
        height: auto; } }
    .edu-item h3 * {
      color: #282f36;
      text-decoration: none; }
    .edu-item h3:hover {
      text-decoration: none; }
      .edu-item h3:hover * {
        text-decoration: none; }
  .edu-item p {
    font-size: 16px;
    line-height: 1.63;
    color: #383f45; }
  .edu-item img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    max-height: 235px; }
  .edu-item.is-full {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-height: 440px;
    height: 440px; }
    @media only screen and (max-width: 767px) {
      .edu-item.is-full {
        height: auto;
        max-height: none; } }
    .edu-item.is-full h3 {
      font-size: 25px;
      line-height: 1.44;
      color: #383f45;
      max-height: none;
      height: auto; }
    .edu-item.is-full img {
      min-height: 440px;
      max-height: 440px;
      border-top-left-radius: 10px;
      border-top-right-radius: 0;
      border-bottom-left-radius: 10px; }
      @media only screen and (max-width: 767px) {
        .edu-item.is-full img {
          min-height: auto;
          max-height: none; } }
  .edu-item-body {
    position: relative;
    background: #fff; }
    .edu-item.is-full .edu-item-body {
      height: 420px; }
      @media only screen and (max-width: 767px) {
        .edu-item.is-full .edu-item-body {
          height: auto;
          padding: 0 20px 20px;
          border-bottom-left-radius: 10px;
          border-bottom-right-radius: 10px; } }

.edu-item-alone {
  position: relative;
  height: 440px;
  border-radius: 10px;
  overflow: hidden; }
  .edu-item-alone-img {
    width: 660px;
    display: block; }
    .edu-item-alone-img img {
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px; }
    @media only screen and (max-width: 767px) {
      .edu-item-alone-img {
        width: auto; } }
  .edu-item-alone-body {
    background-color: #fff;
    position: absolute;
    padding: 20px;
    left: 660px;
    top: 0;
    height: 440px; }
    @media only screen and (max-width: 767px) {
      .edu-item-alone-body {
        position: static;
        height: auto;
        padding-top: 0; } }
  .edu-item-alone .edu-item-body {
    height: 100%;
    overflow: hidden;
    position: relative; }
    .edu-item-alone .edu-item-body .edu-readmore {
      position: absolute;
      left: 0;
      bottom: 0; }
  @media only screen and (max-width: 767px) {
    .edu-item-alone {
      height: auto; } }

.edu-item.is-full .edu-readmore {
  position: absolute;
  left: 0;
  bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .edu-item.is-full .edu-readmore {
      position: static; } }

.edu-meta {
  font-size: 16px;
  line-height: 20px; }
  .edu-meta-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .edu-meta-row > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .edu-meta-row > div .svg-icon {
        width: 21px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }

/*--------------------------------------------------------------
## notice-related-list
--------------------------------------------------------------*/
.notice-related-item {
  /*min-height       : 370px;*/
  border-radius: 10px;
  background-color: #ffffff; }
  .notice-related-item h3 {
    display: block;
    overflow: hidden;
    min-height: 56px;
    text-overflow: ellipsis; }
  .notice-related-item img {
    display: block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    max-height: 245px; }

.schedule-heading {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.schedule-box {
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
  padding: 20px; }

.schedule-list-empty {
  font-size: 14px;
  line-height: 20px;
  margin-top: 15px;
  margin-bottom: 0; }

.schedule-item {
  height: 115px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  width: 100%;
  padding: 20px 0;
  border-top: solid 1px rgba(56, 63, 69, 0.15); }
  .schedule-item:first-child {
    border-top: none; }
  .schedule-item *:hover {
    text-decoration: none; }
  .schedule-item img {
    width: 115px;
    height: 75px;
    display: block;
    border-radius: 10px 0 0 10px; }
  .schedule-item-body {
    position: absolute;
    top: 20px;
    left: 135px;
    height: 75px;
    width: calc(100% - 135px); }
    .schedule-item-body h4 {
      font-size: 16px;
      font-weight: bold;
      line-height: 22px;
      height: 50px;
      color: #282f36;
      overflow: hidden;
      margin: 0; }
      .schedule-item-body h4 * {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.25;
        color: #282f36;
        display: block; }
      .schedule-item-body h4:hover * {
        color: #e92826; }
  .offer-related-item .schedule-item-add {
    display: block;
    padding: 0 10px;
    text-align: center; }
  .schedule-item-add .simplefavorite-button {
    display: block; }
  .schedule-item-remove {
    color: #383f45;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 24px;
    line-height: 24px; }
    .schedule-item-remove .simplefavorite-button {
      position: absolute;
      top: 0;
      left: 0;
      white-space: nowrap;
      opacity: 0 !important; }

.spage-list {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.spage-item {
  height: 85px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  width: calc(25% - 20px);
  margin: 20px 10px 0; }
  @media only screen and (max-width: 767px) {
    .spage-item {
      width: 100%;
      margin: 15px 0 0; } }
  @media only screen and (max-width: 480px) {
    .spage-item {
      width: 100%; } }
  .spage-item *:hover {
    text-decoration: none; }
  .spage-item img {
    width: 125px;
    height: 85px;
    display: block; }
  .spage-item-body {
    position: absolute;
    top: 0;
    left: 135px;
    height: 100%; }
    .spage-item-body h4 {
      font-size: 16px;
      font-weight: bold;
      line-height: 1.25;
      height: 40px;
      color: #282f36;
      overflow: hidden;
      margin: 7px 0 7px; }
      .spage-item-body h4 * {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.25;
        color: #282f36; }
      .spage-item-body h4:hover * {
        color: #e92826; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .pagination-title {
    display: none; }
  .pagination ul {
    list-style: none outside none;
    margin: 0;
    padding: 0; }
  .pagination li {
    display: block;
    float: left; }
  .pagination a {
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
    border-radius: 10px;
    border: solid 1px #e4e4e4;
    background-color: #ffffff;
    font-size: 14px;
    color: #c6c6c6;
    margin: 10px 5px; }
    .pagination a.current {
      background-color: #e92826;
      color: #fff; }
    .pagination a.prev, .pagination a.next {
      background-color: transparent;
      border: none;
      opacity: 0.5;
      pointer-events: none; }
      .pagination a.prev:hover, .pagination a.next:hover {
        background-color: transparent;
        opacity: 1; }
    .pagination a:hover {
      text-decoration: none;
      background-color: rgba(233, 40, 38, 0.8);
      color: #fff; }

.experience-list {
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .experience-list {
      padding: 0 10px; } }

.experience-item {
  width: calc(33.33% - 20px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 30px 10px 0;
  border-radius: 10px;
  background-color: #ffffff;
  font-weight: 300;
  position: relative;
  display: block;
  float: left; }
  @media only screen and (max-width: 767px) {
    .experience-item {
      width: 100%;
      margin: 15px auto 0; } }
  .experience-item img {
    display: block;
    border-radius: 10px 10px 0 0;
    width: 100%;
    max-height: 440px; }
  .experience-item h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    color: #282f36;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 20px; }
    .experience-item h3 * {
      color: #282f36;
      text-decoration: none; }
    .experience-item h3:hover {
      text-decoration: none; }
      .experience-item h3:hover * {
        text-decoration: none; }
  .experience-item p {
    font-size: 16px;
    line-height: 1.63;
    color: #383f45; }
  .experience-item.is-full {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-height: 440px;
    height: 440px;
    padding: 0; }
    @media only screen and (max-width: 767px) {
      .experience-item.is-full {
        height: auto;
        max-height: none; } }
    .experience-item.is-full h3 {
      font-size: 25px;
      line-height: 1.44;
      color: #383f45;
      max-height: none;
      height: auto;
      margin-top: 0; }
    .experience-item.is-full img {
      min-height: 440px;
      height: 440px;
      border-top-right-radius: 0;
      border-bottom-left-radius: 10px; }
      @media only screen and (max-width: 767px) {
        .experience-item.is-full img {
          min-height: auto;
          height: auto; } }
  .experience-item-body {
    position: relative;
    padding: 20px; }
    .experience-item.is-full .experience-item-body {
      height: 420px;
      padding: 20px 0;
      width: calc(100% - 40px); }
      @media only screen and (max-width: 767px) {
        .experience-item.is-full .experience-item-body {
          height: auto;
          max-height: none;
          width: 100%;
          padding: 20px; } }

.experience-item.is-full .experience-readmore {
  position: absolute;
  left: 0;
  bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .experience-item.is-full .experience-readmore {
      position: static; } }

/*--------------------------------------------------------------
## Text tabs
--------------------------------------------------------------*/
.txttabs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 30px; }
  .txttabs-list a {
    font-size: 22px;
    line-height: 33px;
    color: #9b9b9b;
    display: block;
    padding: 20px 55px 10px;
    position: relative; }
    .txttabs-list a:before {
      content: '';
      position: absolute;
      bottom: 0;
      width: 100%;
      left: 0;
      height: 3px;
      background-color: #d8d8d8; }
    .txttabs-list a.current, .txttabs-list a.is-active, .txttabs-list a:hover, .txttabs-list a:focus {
      color: #d0021b;
      text-decoration: none; }
      .txttabs-list a.current:before, .txttabs-list a.is-active:before, .txttabs-list a:hover:before, .txttabs-list a:focus:before {
        background-color: #d0021b; }
    @media only screen and (max-width: 767px) {
      .txttabs-list a {
        padding: 20px 15px 10px; } }

/*--------------------------------------------------------------
## Restaurant Gallery
--------------------------------------------------------------*/
.restaurant-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 310px;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .restaurant-gallery {
      display: block;
      height: auto; } }
  .restaurant-gallery img {
    display: block;
    border-radius: 10px;
    overflow: hidden; }
  .restaurant-gallery-main {
    max-width: 50%;
    width: 465px;
    height: 310px; }
    .restaurant-gallery-main a {
      width: 465px;
      height: 310px;
      max-width: 100%;
      overflow: hidden;
      display: block;
      padding-right: 10px; }
    @media only screen and (max-width: 767px) {
      .restaurant-gallery-main {
        max-width: 100%;
        width: 100%;
        height: auto; }
        .restaurant-gallery-main a {
          max-width: 100%;
          width: 100%;
          height: auto;
          padding-right: 0; } }
  .restaurant-gallery-extra {
    max-width: 50%;
    height: 310px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 15px; }
  .restaurant-gallery-thumbs {
    height: 310px;
    padding-right: 15px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media only screen and (max-width: 767px) {
      .restaurant-gallery-thumbs {
        height: auto;
        padding: 0; } }
    .restaurant-gallery-thumbs a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: calc(33.33% - 10px);
      max-width: 33.33%;
      height: 95px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 5px 10px;
      position: relative; }
      .restaurant-gallery-thumbs a.is-current:before, .restaurant-gallery-thumbs a.is-active:before {
        content: "";
        opacity: 0.6;
        background-color: #e92826;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 10px; }

/*--------------------------------------------------------------
## Hotel
--------------------------------------------------------------*/
.hotel-slide {
  width: 560px;
  height: 460px;
  position: relative; }
  .hotel-slide img {
    height: 360px; }
  .hotel-slide h3 {
    margin-top: 5px;
    margin-bottom: 5px; }
    .hotel-slide h3 a {
      font-size: 18px;
      font-weight: bold;
      line-height: 25px;
      color: #282f36; }
  .hotel-slide p {
    font-size: 14px;
    line-height: 22px;
    color: rgba(40, 47, 54, 0.8);
    margin: 0; }

/*--------------------------------------------------------------
## Map infos Settings
--------------------------------------------------------------*/
.vinlogos-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.offer-detail-content * {
  font-size: 14px;
  line-height: 1.43;
  color: #383f45; }

.offer-detail-content p {
  display: block;
  margin-bottom: 10px; }

.offer-detail-content img {
  display: block;
  margin-bottom: 15px; }

.offer-detail-content table {
  border-collapse: collapse; }
  .offer-detail-content table td {
    padding: 5px; }

.offer-detail-content table, .offer-detail-content th, .offer-detail-content td {
  border: 1px solid black; }

.offer-detail-general h1 {
  font-size: 25px;
  line-height: 35px;
  color: #383f45; }

.offer-detail-general p {
  font-size: 18px;
  line-height: 27px;
  color: #383f45; }

.offer-detail-interactive {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (max-width: 767px) {
    .offer-detail-interactive {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .offer-detail-interactive .dropdown.dropdown-time {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
      .offer-detail-interactive .schedule-item-add {
        float: none !important;
        margin-left: 0; }
      .offer-detail-interactive .offer-detail-socials {
        margin-top: 10px; } }

.offer-detail-socials {
  list-style: none outside none;
  padding: 0;
  margin: 0 0 0 30px; }
  @media only screen and (max-width: 767px) {
    .offer-detail-socials {
      margin-bottom: 15px;
      margin-left: 0; }
      .offer-detail-socials li {
        display: block;
        width: 100% !important;
        margin-left: 0 !important;
        margin-bottom: 10px; } }
  .offer-detail-socials li {
    display: block;
    float: left;
    margin-left: 20px; }
    .offer-detail-socials li:first-child {
      margin-left: 0; }
  .offer-detail-socials a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    color: #383f45; }
    .offer-detail-socials a .svg-icon {
      margin-right: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .offer-detail-socials a:hover {
      text-decoration: none;
      color: #383f45; }
  .offer-detail-socials * {
    font-size: 14px;
    line-height: 20px;
    color: #383f45; }

.offer-detail-book {
  position: relative;
  overflow: hidden;
  min-height: 73px; }
  .offer-detail-book .regular-price {
    font-size: 18px;
    line-height: 33px;
    color: #9b9b9b; }
  .offer-detail-book .sale-price {
    font-size: 40px;
    font-weight: bold;
    line-height: 36px;
    color: #e92826;
    margin-bottom: 0; }

.offer-detail-book-bar {
  position: relative; }
  .offer-detail-book-bar .sale-price {
    position: absolute;
    left: 0;
    top: 0; }

.offer-detail-book-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.experience-detail-general {
  background-color: #fff; }

.experience-detail-header, .experience-detail-body, .experience-detail-comment {
  padding: 20px; }

.experience-detail-header {
  font-size: 25px;
  font-weight: bold;
  line-height: 35px;
  color: #383f45;
  padding-top: 10px; }

.experience-detail-body {
  padding-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #383f45; }

.experience-detail-fimage {
  display: block;
  overflow: hidden; }
  .experience-detail-fimage img {
    display: block;
    margin: auto; }

.experience-detail-comment {
  padding-top: 0; }

.experience-detail-interactive {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (max-width: 767px) {
    .experience-detail-interactive {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .experience-detail-interactive .dropdown.dropdown-time {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
      .experience-detail-interactive .schedule-item-add {
        float: none !important;
        margin-left: 0; }
      .experience-detail-interactive .offer-detail-socials {
        margin-top: 10px; } }

.experience-detail-socials {
  list-style: none outside none;
  padding: 0;
  margin: 0; }
  .experience-detail-socials li {
    display: block;
    float: left;
    margin-left: 20px; }
    .experience-detail-socials li:first-child {
      margin-left: 0; }
  .experience-detail-socials a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none; }
    .experience-detail-socials a .svg-icon {
      margin-right: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .experience-detail-socials a:hover {
      text-decoration: none; }
  .experience-detail-socials * {
    font-size: 14px;
    line-height: 20px;
    color: #383f45; }

/*--------------------------------------------------------------
## Restaurant
--------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .restaurant-detail-wrapper {
    margin-top: 0 !important;
    background-image: none; } }

.restaurant-detail-header {
  /*height           : 487px;*/
  padding: 20px 20px 20px;
  background-color: #ffffff;
  border-radius: 10px; }
  .restaurant-detail-header.has-booking {
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1); }

.restaurant-detail-body {
  padding-top: 30px;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #383f45; }

.restaurant-booking-col {
  width: calc(50% - 10px); }
  @media only screen and (max-width: 767px) {
    .restaurant-booking-col {
      width: 100%; } }

.restaurant-booking-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 14px; }
  @media only screen and (max-width: 767px) {
    .restaurant-booking-form {
      display: block; } }
  .restaurant-booking-form * {
    font-size: 14px; }
    .restaurant-booking-form *:hover, .restaurant-booking-form *:focus {
      outline: none; }
  .restaurant-booking-form input[type="text"],
  .restaurant-booking-form input[type="tel"],
  .restaurant-booking-form input[type="email"],
  .restaurant-booking-form select {
    height: 40px;
    line-height: 22px;
    width: 100%;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #ffffff;
    padding: 0 15px;
    border: solid 1px rgba(40, 47, 54, 0.15); }
    .restaurant-booking-form input[type="text"].wpcf7-not-valid,
    .restaurant-booking-form input[type="tel"].wpcf7-not-valid,
    .restaurant-booking-form input[type="email"].wpcf7-not-valid,
    .restaurant-booking-form select.wpcf7-not-valid {
      margin-bottom: 10px; }
  .restaurant-booking-form input[type="text"] {
    line-height: 22px;
    width: 100%;
    border-radius: 5px;
    border: solid 1px rgba(40, 47, 54, 0.15); }
  .restaurant-booking-form input[type="submit"] {
    border-radius: 20px !important;
    border: none;
    float: right; }
  .restaurant-booking-form textarea {
    height: 105px;
    border-radius: 10px;
    border: solid 1px #e1e1e1;
    background-color: #ffffff;
    padding: 5px 15px; }
  .restaurant-booking-form .btn-vinradio .wpcf7-form-control-wrap {
    display: none; }
  .restaurant-booking-form .selectize-input {
    height: 40px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: solid 1px rgba(40, 47, 54, 0.15);
    background: url("images/icons/icon-up-down-opacity.png") calc(100% - 15px) center no-repeat; }
  .restaurant-booking-form .flex-between {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .restaurant-booking-form .wpcf7-form-control-wrap.your-date input {
    background: url("images/icons/icon-calendar@1x.png") calc(100% - 15px) center no-repeat; }
  .restaurant-booking-form .wpcf7-form-control-wrap.your-time input {
    background: url("images/icons/icon-up-down-opacity.png") calc(100% - 15px) center no-repeat; }
  .restaurant-booking-form .wpcf7-form-control-wrap.your-adults-no .selectize-control.single .selectize-input:after,
  .restaurant-booking-form .wpcf7-form-control-wrap.your-children-no .selectize-control.single .selectize-input:after {
    display: none;
    visibility: hidden; }

.restaurant-booking-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px; }

/*--------------------------------------------------------------
## Map Info
--------------------------------------------------------------*/
.map-info-map {
  min-height: 500px; }
  @media only screen and (max-width: 767px) {
    .map-info-map {
      min-height: auto; } }
  .map-info-map img {
    width: 100%; }

.map-info-content {
  /*position         : absolute;
    bottom           : 0;
    left             : 0;*/
  /*height           : 285px;*/
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 30px; }
  @media only screen and (max-width: 767px) {
    .map-info-content {
      padding: 15px; } }

.map-info-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .map-info-header h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    color: #ffffff; }
  .map-info-header form input {
    padding: 0 50px 0 20px;
    width: 280px;
    height: 40px;
    border-radius: 20px;
    border: solid 1px rgba(40, 47, 54, 0.15);
    background-color: #ffffff;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: normal;
    color: #383f45;
    margin-right: -40px; }

.map-info-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .map-info-body a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 15px;
    font-weight: normal;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff;
    /*&:visited*/ }
    @media only screen and (max-width: 767px) {
      .map-info-body a {
        width: 100%; } }
    .map-info-body a .svg-icon {
      display: block; }
    .map-info-body a svg circle {
      opacity: 0.7 !important;
      fill: #fff !important; }
    .map-info-body a:hover, .map-info-body a:focus {
      color: #ffffff; }
      .map-info-body a:hover svg circle, .map-info-body a:focus svg circle {
        opacity: 1 !important;
        fill: #fff !important; }
      .map-info-body a:hover svg path, .map-info-body a:focus svg path {
        fill: #e92826 !important; }
  .map-info-body * {
    font-size: 14px;
    line-height: 22px;
    color: #ffffff; }

.map-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  position: relative;
  cursor: pointer;
  padding-right: 50px; }
  .map-dropdown-container {
    position: relative;
    cursor: pointer;
    width: auto;
    height: auto;
    float: right;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.8); }
  .map-dropdown:before {
    content: '';
    width: 18px;
    height: 18px;
    background: url(images/map/arrow-down-2@2x.png) 0 0 no-repeat;
    background-size: 18px 18px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px; }
  .map-dropdown-redirect {
    width: 100%;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    position: absolute;
    top: calc(100% + 20px);
    padding: 10px 20px;
    display: none; }
    .map-dropdown-redirect.is-active {
      display: block; }
    .map-dropdown-redirect:before {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 15px 16px 15px;
      border-color: transparent transparent #ffffff transparent;
      position: absolute;
      right: 13px;
      top: -15px; }
    .map-dropdown-redirect a {
      display: block;
      font-size: 14px;
      line-height: 22px;
      color: #383f45;
      margin: 15px 0; }
  .map-dropdown-image img {
    max-height: 70px; }

.map-detail-featherlight .featherlight-content {
  padding: 15px;
  border-radius: 10px;
  max-width: 96%;
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
  max-height: calc(100% - 100px);
  border-bottom: 15px solid transparent; }
  @media only screen and (min-width: 1496px) {
    .map-detail-featherlight .featherlight-content {
      max-width: 96%;
      width: 96%;
      margin-left: 2%;
      margin-right: 2%; } }

.map-detail-featherlight .featherlight-close-icon {
  font-size: 18px;
  line-height: normal;
  color: white;
  width: auto;
  background: transparent;
  position: fixed;
  right: 2%;
  top: 20px; }

.map-detail-container {
  max-width: 100%;
  max-height: 100%;
  /*padding         : 20px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #ffffff; }
  .map-detail-container-outer {
    padding: 15px;
    border-radius: 10px;
    background-color: #fff; }

.map-detail-content {
  width: 350px;
  min-width: 350px;
  margin-right: 15px; }
  .map-detail-content-gallery .swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .map-detail-content-gallery .swiper-slide {
    background-size: cover;
    background-position: center; }
  .map-detail-content-gallery .gallery-top-map {
    width: 100%; }
  .map-detail-content-gallery .gallery-top-map .swiper-slide {
    width: 100%; }
  .map-detail-content-gallery .gallery-thumbs {
    margin-top: 10px;
    height: 70px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0; }
  .map-detail-content-gallery .gallery-thumbs .swiper-slide {
    height: 70px;
    width: 95px; }
  .map-detail-content-info {
    font-size: 14px;
    line-height: 20px;
    color: #383f45; }
    .map-detail-content-info h3 {
      font-size: 18px;
      font-weight: bold;
      line-height: 28px;
      color: #282f36; }
    .map-detail-content-info p {
      font-size: 14px;
      line-height: 20px;
      color: #383f45; }
    .map-detail-content-info * {
      font-size: 14px;
      line-height: 20px; }
    .map-detail-content-info .swiper-container {
      width: 100%;
      height: 100%; }
    .map-detail-content-info .swiper-slide {
      font-size: 18px;
      height: auto;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 15px 0 0; }

.map-detail-content-scroll {
  height: 400px;
  overflow: hidden; }

.map-detail-interact {
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden; }
  .map-detail-interact .map-info-container {
    max-height: 100%; }

/*--------------------------------------------------------------
## Hotel
--------------------------------------------------------------*/
.hotel-slider {
  margin-top: 45px; }

.hotel-feature {
  height: 440px;
  width: 970px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .hotel-feature-thumbs {
    width: 50%; }
    .hotel-feature-thumbs img {
      border-radius: 10px 0 0 10px; }
  .hotel-feature-info {
    width: 50%;
    height: 440px;
    border-radius: 0 10px 10px 0;
    background-color: #ffffff;
    padding: 20px 30px;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    color: #383f45;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .hotel-feature-info h3 {
      font-size: 25px;
      font-weight: bold;
      line-height: 36px;
      color: #383f45; }
  .hotel-feature-meta {
    font-size: 14px;
    line-height: 22px;
    color: rgba(40, 47, 54, 0.8); }

.hotel-tag {
  min-width: 130px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  background-color: #fccc18;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  padding: 0 10px; }

/*--------------------------------------------------------------
## Post item with tag and heart
--------------------------------------------------------------*/
.vitem-featured {
  position: relative; }
  .vitem-featured-cate {
    position: absolute;
    top: 20px;
    left: 20px;
    width: auto;
    color: white; }
    .vitem-featured-cate:visited, .vitem-featured-cate:focus, .vitem-featured-cate:hover {
      color: white; }
  .vitem-featured-favorite {
    position: absolute;
    top: 20px;
    right: 20px; }

/*--------------------------------------------------------------
## Mobile
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Register
--------------------------------------------------------------*/
.logreg-container {
  min-height: 300px; }

.forgetmenot {
  display: none;
  visibility: hidden; }

body.page-template-page-login-register-php .wpuf-info {
  background-color: #fff;
  font-size: 14px;
  line-height: 25px; }

.log-form,
#wpuf-login-form,
[class*="wpuf-form"] {
  padding: 20px 0;
  width: 50%; }
  .log-form *,
  #wpuf-login-form *,
  [class*="wpuf-form"] * {
    font-size: 14px; }
  .log-form input[type="text"],
  .log-form input[type="password"],
  .log-form input[type="email"],
  .log-form select,
  #wpuf-login-form input[type="text"],
  #wpuf-login-form input[type="password"],
  #wpuf-login-form input[type="email"],
  #wpuf-login-form select,
  [class*="wpuf-form"] input[type="text"],
  [class*="wpuf-form"] input[type="password"],
  [class*="wpuf-form"] input[type="email"],
  [class*="wpuf-form"] select {
    height: 40px;
    line-height: 22px;
    width: 100%;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #ffffff;
    padding: 0 15px; }
  .log-form input[type="text"],
  .log-form input[type="password"],
  .log-form input[type="email"],
  #wpuf-login-form input[type="text"],
  #wpuf-login-form input[type="password"],
  #wpuf-login-form input[type="email"],
  [class*="wpuf-form"] input[type="text"],
  [class*="wpuf-form"] input[type="password"],
  [class*="wpuf-form"] input[type="email"] {
    line-height: 22px;
    width: 100%;
    border-radius: 5px;
    border: solid 1px rgba(40, 47, 54, 0.15); }
  .log-form textarea,
  #wpuf-login-form textarea,
  [class*="wpuf-form"] textarea {
    height: 105px;
    border-radius: 10px;
    border: solid 1px #e1e1e1;
    background-color: #ffffff;
    padding: 5px 15px; }
  .log-form input[type="submit"],
  #wpuf-login-form input[type="submit"],
  [class*="wpuf-form"] input[type="submit"] {
    padding: 0 30px;
    font-size: 14px;
    border: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
    border-radius: 10px !important; }
  .log-form .anr_captcha_field,
  #wpuf-login-form .anr_captcha_field,
  [class*="wpuf-form"] .anr_captcha_field {
    margin-bottom: 15px; }

/*--------------------------------------------------------------
## Custom Page CSS
--------------------------------------------------------------*/
#contactForm *,
.about-contact * {
  outline: none; }
  #contactForm *:hover,
  .about-contact *:hover {
    outline: none; }

#contactForm-container,
.about-contact-container {
  position: relative;
  border-radius: 10px;
  background-color: #ffffff;
  overflow: hidden;
  padding: 20px; }

#contactForm-form form,
.about-contact-form form {
  width: 100%; }

#contactForm-form .form-row,
.about-contact-form .form-row {
  width: 100%;
  display: block;
  overflow: hidden; }
  #contactForm-form .form-row label,
  .about-contact-form .form-row label {
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    color: #282f36;
    margin-bottom: 0;
    display: block; }

#contactForm-form .form-email,
.about-contact-form .form-email {
  width: calc(50% - 7px);
  float: left; }

#contactForm-form .form-phone,
.about-contact-form .form-phone {
  width: calc(50% - 7px);
  float: right; }

#contactForm-form .form-message,
.about-contact-form .form-message {
  width: 100%;
  margin-top: 15px; }

#contactForm-form .form-submit,
.about-contact-form .form-submit {
  width: 100%;
  overflow: hidden;
  clear: both; }
  #contactForm-form .form-submit input[type="submit"],
  .about-contact-form .form-submit input[type="submit"] {
    float: right; }

#contactForm-form .wpcf7-form-control-wrap,
.about-contact-form .wpcf7-form-control-wrap {
  display: block; }

#contactForm-form br,
.about-contact-form br {
  display: none;
  visibility: hidden; }

#contactForm-form input[type="email"],
#contactForm-form input[type="tel"],
.about-contact-form input[type="email"],
.about-contact-form input[type="tel"] {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border: solid 1px rgba(40, 47, 54, 0.15);
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  margin-top: 5px; }

#contactForm-form textarea,
.about-contact-form textarea {
  width: 100%;
  height: 105px;
  border-radius: 5px;
  border: solid 1px #e1e1e1;
  background-color: #ffffff;
  display: block;
  padding: 10px; }

#contactForm-form input[type="submit"],
.about-contact-form input[type="submit"] {
  margin-top: 15px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase; }

#contactForm-email .wpuf-label, #contactForm-phone .wpuf-label, #contactForm-subject .wpuf-label,
.about-contact-email .wpuf-label,
.about-contact-phone .wpuf-label,
.about-contact-subject .wpuf-label {
  margin-bottom: 0 !important; }
  #contactForm-email .wpuf-label label, #contactForm-phone .wpuf-label label, #contactForm-subject .wpuf-label label,
  .about-contact-email .wpuf-label label,
  .about-contact-phone .wpuf-label label,
  .about-contact-subject .wpuf-label label {
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    color: #282f36; }

#contactForm-email input, #contactForm-phone input, #contactForm-subject input,
.about-contact-email input,
.about-contact-phone input,
.about-contact-subject input {
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  padding: 0 10px;
  border: solid 1px rgba(40, 47, 54, 0.15);
  background-color: #ffffff; }

#contactForm-email,
.about-contact-email {
  padding-right: 7px !important; }

#contactForm-phone,
.about-contact-phone {
  padding-left: 7px !important; }

#contactForm-subject .wpuf-label,
.about-contact-subject .wpuf-label {
  display: none !important; }

#contactForm-subject textarea,
.about-contact-subject textarea {
  height: 110px;
  max-width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: solid 1px #e1e1e1; }

#contactForm ul.wpuf-form li,
.about-contact ul.wpuf-form li {
  padding: 0;
  margin: 0 0 5px; }

#contactForm ul.wpuf-form .wpuf-el,
.about-contact ul.wpuf-form .wpuf-el {
  padding: 0;
  margin: 0 0 5px; }

#contactForm ul.wpuf-form .wpuf-el.recaptcha .wpuf-label,
.about-contact ul.wpuf-form .wpuf-el.recaptcha .wpuf-label {
  display: none; }

#contactForm .wpuf-submit,
.about-contact .wpuf-submit {
  overflow: hidden; }
  #contactForm .wpuf-submit input[type="submit"],
  .about-contact .wpuf-submit input[type="submit"] {
    float: right;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    color: #ffffff !important;
    text-transform: uppercase; }

/*--------------------------------------------------------------
## FAQs
--------------------------------------------------------------*/
.faq-container {
  position: relative;
  border-radius: 10px;
  background-color: #ffffff;
  overflow: hidden;
  padding: 20px; }

.faq-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 10px 50px 10px 0;
  border-top: solid 1px #e4e4e4;
  position: relative; }
  .faq-item:first-child {
    border-top: none; }
  .faq-item:before {
    content: '';
    background: url("images/icons/arrow-down-2@2x.png") 0 0 no-repeat;
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 0;
    top: 12px;
    opacity: 0.6;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .faq-item.is-active:before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .faq-item-body {
    overflow: hidden;
    max-width: 100%; }
  .faq-item-order {
    min-width: 35px;
    max-width: 35px;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    color: #282f36;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .faq-item-question {
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    color: #282f36;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    cursor: pointer; }
  .faq-item-answer {
    border-top: solid 1px #e4e4e4;
    display: none;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    color: #383f45;
    margin-top: 15px;
    padding-top: 20px;
    padding-bottom: 10px; }
    .faq-item-answer ul {
      margin: 0; }

/*--------------------------------------------------------------
## Safari
--------------------------------------------------------------*/
/*# sourceMappingURL=style.css.map */