/* stylelint-disable */
/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}
.flickity-button:hover {
  background: white;
  cursor: pointer;
}
.flickity-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #19f;
          box-shadow: 0 0 0 5px #19f;
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}
.flickity-button-icon {
  fill: currentColor;
}
/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
/* stylelint-enable */
@media (min-width: 768px) {
.cf7form__grid {
    margin: 0 -10px
}
  }
.cf7form__col {
  width: 100%
}
@media (min-width: 768px) {
.cf7form__col {
    width: 50%
}
  }
.cf7form__header {
  margin-top: 2em;
  padding-bottom: 1em;
}
.cf7form__main {
    padding: 2em;
    border: 1px solid #f7d2b5;
    border: 1px solid #f7d2b5;
    border-radius: 4px;
    background: #fff4dd;
}
.cf7form__footer {
  text-align: center;
  margin-top: 1em;
}
.wpcf7-form-control {
  width: 100%;
  font-size: 0.875rem;
  height: 36px;
  padding: 5px 8px;
  border: 1px solid #9ea3a9;
  border: 1px solid var(--gray);
  border-radius: 6px;
  color: #58595b;
  color: var(--gray-3);
}
@media (min-width: 768px) {
.wpcf7-form-control {
    height: 44px;
    padding: 7px 10px;
    font-size: 1rem;
}
  }
.wpcf7-form-control {

  width: 100%;
  padding: 7px 10px;
}
.wpcf7-textarea {
  min-height: 136px;
}
.wpcf7-form-control-wrap {
  display: block;
}
input.wpcf7-not-valid {
  border: 1px solid #e62425;
  border: 1px solid var(--primary);
}
.wpcf7-form label {
    display: block;
    margin-top: 1em;
    margin-bottom: 0.5em;
  }
.wpcf7-form input[type='submit'] {
    display: inline-block;
    height: auto;
    padding: 8px 12px;
    font-size: 1rem;
    text-align: center;
    border-radius: 5px;
  }
@media (min-width: 768px) {
.wpcf7-form input[type='submit'] {
    padding: 8px 15px;
  }
  }
@media (min-width: 1024px) {
.wpcf7-form input[type='submit'] {
    padding: 8px 25px;
  }
  }
.wpcf7-form input[type='submit'] {
    background: #e62425;
    background: var(--primary);
    color: #fff;
    color: var(--white);
    border: 1px solid #e62425;
    border: 1px solid var(--primary);
  }
@media (min-width: 1024px) {
.wpcf7-form input[type='submit']:hover {
      background: rgba(230, 36, 36, 0.75);
      color: #fff;
      color: var(--white)
  }
    }
.wpcf7-form input[type='submit'] {

    display: inline-block;
    width: auto;
  }
.wpcf7-not-valid-tip {
  padding-top: 0.25em;
  font-size: 0.85rem;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  margin: 2em 0 0;
  background: #f9fafc;
  background: var(--light-2);
  border-color: #e62425;
  border-color: var(--primary);
  border-radius: 4px;
}
.form-select-wrapper .wpcf7-form-control-wrap {
    position: relative;
    height: 36px;
    font-size: 0.875rem;
    line-height: 1.3;
    border: 1px solid #9ea3a9;
    border: 1px solid var(--gray);
    border-radius: 6px;
    background-color: #fff;
    background-color: var(--white);
    background-image: url("data:image/svg+xml;utf8,<svg width='12' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 490.688 490.688'><path fill='gray' d='M472.328 120.529L245.213 347.665 18.098 120.529c-4.237-4.093-10.99-3.975-15.083.262-3.992 4.134-3.992 10.687 0 14.82l234.667 234.667c4.165 4.164 10.917 4.164 15.083 0l234.667-234.667c4.237-4.093 4.354-10.845.262-15.083-4.093-4.237-10.845-4.354-15.083-.262-.089.086-.176.173-.262.262l-.021.001z'/><path d='M245.213 373.415a10.663 10.663 0 01-7.552-3.115L2.994 135.633c-4.093-4.237-3.975-10.99.262-15.083 4.134-3.992 10.687-3.992 14.82 0l227.136 227.115 227.115-227.136c4.093-4.237 10.845-4.354 15.083-.262 4.237 4.093 4.354 10.845.262 15.083-.086.089-.173.176-.262.262L252.744 370.279a10.672 10.672 0 01-7.531 3.136z'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 15px;
    background-size: 8px;
  }
@media (min-width: 768px) {
.form-select-wrapper .wpcf7-form-control-wrap {
    height: 44px;
    font-size: 1rem;
    background-size: 12px;
  }
  }
.form-select-wrapper .wpcf7-form-control-wrap > select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    font-size: 0.8rem;
    height: 36px;
    margin: 0;
    padding: 0 20px 0 10px;
    border: 0;
    background: none;
    color: #58595b;
    color: var(--gray-3);
  }
@media (min-width: 768px) {
.form-select-wrapper .wpcf7-form-control-wrap > select {
    height: 44px;
    font-size: 1rem;
  }
  }
.wp_dutoan table {
  width: 100%;
}
/* stylelint-disable */
.aligncenter {
  text-align: center;
}
.alignright {
  text-align: right;
}
.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1em;
  padding: 0;
  list-style-type: none
}
.gallery .gallery-item {
    margin-top: 1em;
    text-align: center;
    width: 100%;
    padding: 0 1em;
  }
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-3 .gallery-item {
  width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery-columns-6 .gallery-item {
  width: 16.66%;
}
.gallery .gallery-caption {
  color: #9ea3a9;
  color: var(--gray);
  font-size: 12px;
  margin: 0 0 12px;
}
.gallery dl,
.gallery dt {
  margin: 0;
}
.gallery br + br {
  display: none;
}
.gallery a {
  position: relative
}
.gallery a::before {
    content: '';
    display: block;
    padding-top: calc(1/1 * 100%);
  }
.gallery a .image__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    z-index: 1;
  }
.gallery a::after {
    content: '';

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: rgba(0, 0, 0, 0.1);
    z-index: 1;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
.gallery a {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  border: 1px solid #c0c6cc;
  border: 1px solid var(--light)
}
.gallery a::after {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
.gallery a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    margin: 0;
    z-index: 1;
    -o-object-fit: cover;
       object-fit: cover;
    pointer-events: none;
  }
.gallery a:hover::after {
      opacity: 0;
    }
.wysiwyg img {
    max-width: 100%;
    height: auto;
  }
.wysiwyg .wp-caption {
    max-width: 800px;
    margin: 1em auto 0;
    padding: 0.5em;
    background: #f9fafc;
    background: var(--light-2)
  }
.wysiwyg .wp-caption img {
      margin: 0;
    }
.wysiwyg .wp-caption-text {
    color: #231f20;
    color: var(--dark);
    font-style: italic;
    font-size: 0.85rem;
    opacity: 0.9;
  }
.wysiwyg .table {
    margin: 1em 0;
    width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    font-size: 1rem
  }
.wysiwyg .table th {
      padding: 0.75rem;
      vertical-align: top;
      border: 1px solid #ddd;
    }
.wysiwyg .table td {
      padding: 0.75rem;
      vertical-align: top;
      border: 1px solid #ddd;
    }
.wysiwyg .table tbody tr:nth-child(2n + 1) td {
            background-color: #f9f9f9;
          }
/* stylelint-enable */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col-sm-6 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}
@media (min-width: 768px) {
.col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%
}
  }
.col-md-6 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}
@media (min-width: 1024px) {
.col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%
}
  }
.col-sm-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}
@media (min-width: 768px) {
.col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%
}
  }
.col-md-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.form_gui_yeu_cau center {
    background-color: #e42222;
    color: #fff;
    font-size: 1.8em;
    font-weight: bold;
    padding: 0.5em 0;
  }
/** Global **/
/* stylelint-disable */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -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;
}
/* stylelint-enable */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
figure {
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
  padding: 0;
}
blockquote {
  margin: 0;
  padding: 0;
  border-left: 0;
}
button,
input[type='submit'] {
  cursor: pointer
}
button:disabled, input[type='submit']:disabled {
    cursor: default;
  }
button:focus, input[type='submit']:focus {
    outline: none;
  }
select:focus {
    outline: none;
  }
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 700;
}
html {
  font-size: 100%;
}
body {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;

  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;

  font-family: var(--font-default);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.is-assets-loaded.body {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-family: var(--font-body);

  & h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: 'Roboto', Arial, Helvetica, san-serif;
    font-family: var(--font-heading);
  }
}
.normal-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 500;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Roboto', Arial, Helvetica, san-serif;
  font-family: var(--font-heading);
}
.h2 {
  font-size: 1.5em;
}
.h3 {
  font-size: 1.17em;
}
a {
  color: #000;
  color: var(--black);
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s
}
a:hover {
    color: #e62425;
    color: var(--primary);
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
.bold-text,
strong {
  font-weight: 700;
}
.uppercase {
  text-transform: uppercase;
}
.list-reset {
  margin: 0;
  padding: 0;
  list-style: none;
}
.default-image {
  max-width: 100%;
  height: auto;
}
.align-l {
  text-align: left;
}
.align-c {
  text-align: center;
}
.align-r {
  text-align: right;
}
.line {
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #9ea3a9;
  border-top: 1px solid var(--gray);
}
.medium-text {
  font-weight: 500;
}
small,
.small-text {
  font-size: 0.9rem;
}
.large-text {
  font-size: 1.15rem;
}
@media (min-width: 1024px) {
.large-text {
    font-size: 1.45rem;
}
  }
.section-title {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
@media (min-width: 1024px) {
.section-title {
    font-size: 2rem;
    margin-bottom: 0;
}
  }
.section-header--has-line .section-title {
    position: relative;
  }
.section-header--has-line .section-title .title-line {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 2px;
    width: 120px;
    background-color: #e62425;
    background-color: var(--primary);
  }
.wysiwyg h1,
.h1 {
  font-size: 2rem;
}
.wysiwyg h2,
.h2 {
  font-size: 1.5rem;
}
.wysiwyg h3,
.h3 {
  font-size: 1.17rem;
}
.wysiwyg h4,
.h4 {
  font-size: 1.05rem;
}
.wysiwyg h5,
.h5 {
  font-size: 1rem;
}
.wysiwyg h6,
.h6 {
  font-weight: 700;
}
.category-sidebar .textwidget h1,
  .category-sidebar .textwidget h2,
  .category-sidebar .textwidget h3,
  .category-sidebar .textwidget h4,
  .category-sidebar .textwidget h5,
  .category-sidebar .textwidget h6,
  .category-sidebar .textwidget p,
  .category-sidebar .textwidget ul,
  .category-sidebar .textwidget ol,
  .category-sidebar .textwidget figure,
  .category-sidebar .textwidget blockquote,
  .wysiwyg h1,
  .wysiwyg h2,
  .wysiwyg h3,
  .wysiwyg h4,
  .wysiwyg h5,
  .wysiwyg h6,
  .wysiwyg p,
  .wysiwyg ul,
  .wysiwyg ol,
  .wysiwyg figure,
  .wysiwyg blockquote {
    margin-top: 1em;
  }
.category-sidebar .textwidget p a, .wysiwyg p a {
      color: #e62425;
      color: var(--primary)
    }
.category-sidebar .textwidget p a:hover, .wysiwyg p a:hover {
        text-decoration: underline;
        -webkit-transition: 0.4s ease;
        transition: 0.4s ease;
      }
.category-sidebar .textwidget a:hover, .wysiwyg a:hover {
      color: #e62425;
      color: var(--primary);
      text-decoration: underline;
      -webkit-transition: 0.4s ease;
      transition: 0.4s ease;
    }
/* 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;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
.primary {
  color: #e62425;
  color: var(--primary);
}
.bg-primary {
  background-color: #e62425;
  background-color: var(--primary);
}
.white {
  color: #fff;
  color: var(--white);
}
.bg-white {
  background-color: #fff;
  background-color: var(--white);
}
.black {
  color: #000;
  color: var(--black);
}
.bg-black {
  background-color: #000;
  background-color: var(--black);
}
.bg-light {
  background-color: #c0c6cc;
  background-color: var(--light);
}
.bg-light-2 {
  background-color: #f9fafc;
  background-color: var(--light-2);
}
.bg-light-3 {
  background-color: #eff1f4;
  background-color: var(--light-3);
}
.bg-dark {
  background-color: #231f20;
  background-color: var(--dark);
}
.gray-2 {
  color: #414042;
  color: var(--gray-2);
}
.gray-3 {
  color: #58595b;
  color: var(--gray-3);
}
.mt-2 {
  margin-top: 2em;
}
.mb-2 {
  margin-bottom: 2em;
}
.mt-15 {
  margin-top: 1.5em;
}
.mb-15 {
  margin-bottom: 1.5em;
}
.mt-1 {
  margin-top: 1em;
}
.mb-1 {
  margin-bottom: 1em;
}
.mt-05 {
  margin-top: 0.5em;
}
.mb-05 {
  margin-bottom: 0.5em;
}
.mt-025 {
  margin-top: 0.25em;
}
.mb-025 {
  margin-bottom: 0.25em;
}
.pt-2 {
  padding-top: 2em;
}
.pb-2 {
  padding-bottom: 2em;
}
.pt-15 {
  padding-top: 1.5em;
}
.pb-15 {
  padding-bottom: 1.5em;
}
.pt-1 {
  padding-top: 1em;
}
.pb-1 {
  padding-bottom: 1em;
}
.pt-05 {
  padding-top: 0.5em;
}
.pb-05 {
  padding-bottom: 0.5em;
}
.pt-025 {
  padding-top: 0.25em;
}
.pb-025 {
  padding-bottom: 0.25em;
}
.pl-2 {
  padding-left: 2em;
}
.pr-2 {
  padding-right: 2em;
}
.pl-15 {
  padding-left: 1.5em;
}
.pr-15 {
  padding-right: 1.5em;
}
.pl-1 {
  padding-left: 1em;
}
.pr-1 {
  padding-right: 1em;
}
.pl-05 {
  padding-left: 0.5em;
}
.pr-05 {
  padding-right: 0.5em;
}
.pl-025 {
  padding-left: 0.25em;
}
.pr-025 {
  padding-right: 0.25em;
}
.mta {
  margin-top: auto;
}
.mba {
  margin-bottom: auto;
}
.mla {
  margin-left: auto;
}
.mra {
  margin-right: auto;
}
.w1 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
.w50 {
  width: 50%;
}
.w33 {
  width: 33.33%;
}
.w25 {
  width: 25%;
}
.space-20 {
  height: 20px;
}
.space-30 {
  height: 30px;
}
.container {
  margin: 0 auto;
  padding: 0 20px;
  padding: 0 var(--container-gutter)
}
@media (min-width: 768px) {
.container {
    padding: 0 40px;
    padding: 0 var(--container-gutter-s)
}
  }
@media (min-width: 1024px) {
.container {
    padding: 0 60px;
    padding: 0 var(--container-gutter-m)
}
  }
@media (min-width: 1280px) {
.container {
    padding: 0 80px;
    padding: 0 var(--container-gutter-ml);
    max-width: 1440px;
    max-width: var(--container-max)
}
  }
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 calc(-1 * 10px);
  margin: 0 calc(-1 * var(--grid-gutter));
}
.grid__col {
  padding: 0 10px;
  padding: 0 var(--grid-gutter);
}
.container--s {
  max-width: 768px;
  max-width: var(--s);
}
.container--m {
  max-width: 1024px;
  max-width: var(--m);
}
.container--ml {
  max-width: 1280px;
  max-width: var(--ml);
}
.container--l {
  max-width: 1440px;
  max-width: var(--l);
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.abs-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.z1 {
  z-index: 1;
}
.d-block {
  display: block;
}
.d-inline-block {
  display: inline-block;
}
.d-none {
  display: none;
}
.d-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fw {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fdc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ais {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.aie {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.jcc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.jcb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.jce {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.fa1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.no-click {
  pointer-events: none;
}
.section {
  margin-top: 1.5em
}
@media (min-width: 768px) {
.section {
    margin-top: 1em
}
  }
.section-bg {
  padding: 1em 0
}
@media (min-width: 768px) {
.section-bg {
    padding: 2em 0
}
  }
@media (min-width: 1024px) {
.section-bg {
    padding: 3em 0
}
  }
@media (min-width: 1280px) {
.section-bg {
    padding: 2em 0
}

.tabs-post-slider .section-bg {
  padding: 0
}
}
.section + .section-bg {
  margin-top: 1em
}
@media (min-width: 768px) {
.section + .section-bg {
    margin-top: 1em
}
  }
.image--cover .image__img {
    -o-object-fit: cover;
       object-fit: cover;
  }
.image--contain .image__img {
    -o-object-fit: contain;
       object-fit: contain;
  }
.image--default .image__img {
    position: static;
    max-width: 100%;
    height: auto;
  }
.group-form .button {
  max-width: 135px;
}
.button {
  background: none;
  border: 0;
  display: inline-block;
  height: auto;
  padding: 8px 12px;
  font-size: 1rem;
  text-align: center;
  border-radius: 5px;
}
@media (min-width: 768px) {
.button {
    padding: 8px 15px;
}
  }
@media (min-width: 1024px) {
.button {
    padding: 8px 25px;
}
  }
.button--primary {
  background: #e62425;
  background: var(--primary);
  color: #fff;
  color: var(--white);
  border: 1px solid #e62425;
  border: 1px solid var(--primary);
}
@media (min-width: 1024px) {
.button--primary:hover {
      background: rgba(230, 36, 36, 0.75);
      color: #fff;
      color: var(--white)
  }
    }
.button--dark {
  background: #231f20;
  background: var(--dark);
  color: #fff;
  color: var(--white);
  border: 1px solid #231f20;
  border: 1px solid var(--dark);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media (min-width: 1024px) {
.button--dark:hover {
      background: #d31a1a;
      background: var(--primary-dark)
  }
    }
.button--outline {
  position: relative;
  background: #fff;
  background: var(--white);
  border: 1px solid #231f20;
  border: 1px solid var(--dark);
  color: #231f20;
  color: var(--dark);
}
.button--outline::after {
    content: '';
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
    background: #231f20;
    background: var(--dark);
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
  }
.button--outline .button__text {
    position: relative;
    z-index: 2;
  }
.button--outline:hover::after {
      height: 100%;
    }
.button--outline:hover .button__text {
      color: #fff;
      color: var(--white);
    }
.widget__title + .textwidget {
  margin-top: 1em;
}
.widget--post {
  margin-top: 1em;
  padding: 1.5em;
  -webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 15px
}
.widget--post:first-child {
    margin-top: 0;
  }
.widget--post .cf7form__main {
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0;
  }
.widget--post .widget__title {
    position: relative;
    border-bottom: 1px solid #c0c6cc;
    border-bottom: 1px solid var(--light);
  }
.widget--post .widget__title-text {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    font-weight: 500;
    text-transform: uppercase
  }
.widget--post .widget__title-text::after {
      content: '';
      position: absolute;
      bottom: -1px;
      left: 0;
      width: 40%;
      min-width: 150px;
      height: 2px;
      background-color: #e62425;
      background-color: var(--primary);
      z-index: 1;
    }
.widget--category-list .textwidget {
    margin-top: 1em
  }
.widget--category-list .textwidget ul {
      margin: 0;
      padding: 0;
      list-style: none;
    }
.widget--category-list .textwidget li {
      position: relative;
      padding: 5px 0 5px 15px;
      border-top: 1px dashed #c0c6cc;
      border-top: 1px dashed var(--light)
    }
.widget--category-list .textwidget li:first-child {
        border-top: 0;
      }
.widget--category-list .textwidget li::before {
        position: absolute;
        top: 8px;
        left: 0;
        width: 6px;
        height: 12px;
        content: '\f105';
        font: normal normal normal 14px/1 FontAwesome;
      }
.widget--category-list .textwidget li a {
        color: #231f20;
        color: var(--dark)
      }
.widget--category-list .textwidget li a:hover {
          color: #e62425;
          color: var(--primary);
        }
.tag-3-columns .custom-html-widget, .tag-4-columns .custom-html-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap
  }
.tag-3-columns .custom-html-widget a, .tag-4-columns .custom-html-widget a {
      display: inline-block;
      margin-top: 0.5em;
      margin-right: 5px;
      padding: 4px 8px;
      text-align: center;
      font-size: 0.9125rem;
      border: 1px solid #c0c6cc;
      border: 1px solid var(--light);
      border-radius: 3px
    }
.tag-3-columns .custom-html-widget a:hover, .tag-4-columns .custom-html-widget a:hover {
        color: #e62425;
        color: var(--primary);
      }
.js-sticky-banner {
  position: -webkit-sticky;
  position: sticky;
  top: 1em;
  padding-top: 1em;
  text-align: center;
}
.mauticform-input {
  width: 100%;
  height: 44px;
  padding: 0.75em 1em;
  border: 1px solid #9ea3a9;
  border: 1px solid var(--gray);
  border-radius: 6px;
  color: #58595b;
  color: var(--gray-3);
  margin-top: 1em;
}
.mauticform-selectbox {
  width: 100%;
  height: 44px;
  padding: 0.75em 1em;
  border: 1px solid #9ea3a9;
  border: 1px solid var(--gray);
  border-radius: 6px;
  color: #58595b;
  color: var(--gray-3);
  margin-top: 1em;
}
.mauticform-button-wrapper {
  text-align: center;
  margin-top: 1em;
}
.mauticform-button {
  background: rgba(230, 36, 36, 0.75);
  color: #fff;
  padding: 0.5em 1.5em;
  border: unset
}
.mauticform-button:hover {
    background: #e62425;
    background: var(--primary);
    -webkit-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
  }
.mauticform-label {
  margin-top: 1em;
  display: inline-block;
}
.video-wrapper {
  position: relative;
  width: 100%;
}
.video-wrapper::before {
    content: '';
    display: block;
    padding-top: 56.25%;
  }
.video-wrapper img,
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 1;
  }
.select-wrapper {
  position: relative;
  height: 36px;
  font-size: 0.875rem;
  line-height: 1.3;
  border: 1px solid #9ea3a9;
  border: 1px solid var(--gray);
  border-radius: 6px;
  background-color: #fff;
  background-color: var(--white);
  background-image: url("data:image/svg+xml;utf8,<svg width='12' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 490.688 490.688'><path fill='gray' d='M472.328 120.529L245.213 347.665 18.098 120.529c-4.237-4.093-10.99-3.975-15.083.262-3.992 4.134-3.992 10.687 0 14.82l234.667 234.667c4.165 4.164 10.917 4.164 15.083 0l234.667-234.667c4.237-4.093 4.354-10.845.262-15.083-4.093-4.237-10.845-4.354-15.083-.262-.089.086-.176.173-.262.262l-.021.001z'/><path d='M245.213 373.415a10.663 10.663 0 01-7.552-3.115L2.994 135.633c-4.093-4.237-3.975-10.99.262-15.083 4.134-3.992 10.687-3.992 14.82 0l227.136 227.115 227.115-227.136c4.093-4.237 10.845-4.354 15.083-.262 4.237 4.093 4.354 10.845.262 15.083-.086.089-.173.176-.262.262L252.744 370.279a10.672 10.672 0 01-7.531 3.136z'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 15px;
  background-size: 8px;
}
@media (min-width: 768px) {
.select-wrapper {
    height: 44px;
    font-size: 1rem;
    background-size: 12px;
}
  }
.select-wrapper > select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    font-size: 0.8rem;
    height: 36px;
    margin: 0;
    padding: 0 20px 0 10px;
    border: 0;
    background: none;
    color: #58595b;
    color: var(--gray-3);
  }
@media (min-width: 768px) {
.select-wrapper > select {
    height: 44px;
    font-size: 1rem;
  }
  }
.input-field {
  width: 100%;
  font-size: 0.875rem;
  height: 36px;
  padding: 5px 8px;
  border: 1px solid #9ea3a9;
  border: 1px solid var(--gray);
  border-radius: 6px;
  color: #58595b;
  color: var(--gray-3);
}
@media (min-width: 768px) {
.input-field {
    height: 44px;
    padding: 7px 10px;
    font-size: 1rem;
}
  }
.input-field {

  display: block;
}
/** Blocks **/
.loader .lds-grid {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px
  }
.loader .lds-grid div {
      position: absolute;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background: #fff;
      background: var(--white);
      -webkit-animation: lds-grid 1.2s linear infinite;
              animation: lds-grid 1.2s linear infinite
    }
.loader .lds-grid div:nth-child(1) {
        top: 8px;
        left: 8px;
        -webkit-animation-delay: 0s;
                animation-delay: 0s;
      }
.loader .lds-grid div:nth-child(2) {
        top: 8px;
        left: 8px;
        -webkit-animation-delay: 0s;
                animation-delay: 0s;
      }
.loader .lds-grid div:nth-child(3) {
        top: 8px;
        left: 56px;
        -webkit-animation-delay: -0.8s;
                animation-delay: -0.8s;
      }
.loader .lds-grid div:nth-child(4) {
        top: 32px;
        left: 8px;
        -webkit-animation-delay: -0.4s;
                animation-delay: -0.4s;
      }
.loader .lds-grid div:nth-child(5) {
        top: 32px;
        left: 32px;
        -webkit-animation-delay: -0.8s;
                animation-delay: -0.8s;
      }
.loader .lds-grid div:nth-child(6) {
        top: 32px;
        left: 56px;
        -webkit-animation-delay: -1.2s;
                animation-delay: -1.2s;
      }
.loader .lds-grid div:nth-child(7) {
        top: 56px;
        left: 8px;
        -webkit-animation-delay: -0.8s;
                animation-delay: -0.8s;
      }
.loader .lds-grid div:nth-child(8) {
        top: 56px;
        left: 32px;
        -webkit-animation-delay: -1.2s;
                animation-delay: -1.2s;
      }
.loader .lds-grid div:nth-child(9) {
        top: 56px;
        left: 56px;
        -webkit-animation-delay: -1.6s;
                animation-delay: -1.6s;
      }
.loader--dark .lds-grid div {
      background: #231f20;
      background: var(--dark);
    }
@-webkit-keyframes lds-grid {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}
@keyframes lds-grid {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}
.topbar {
  display: none;
  border-bottom: 1px solid #eff1f4;
  border-bottom: 1px solid var(--light-3)
}
@media (min-width: 1024px) {
.topbar {
    display: block
}
  }
@media (min-width: 1024px) {
.topbar__col--left {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0
}
  }
.topbar__menu .menu-item {
    margin-left: 0.5em;
    padding-left: 0.5em;
    border-left: 1px solid #eff1f4;
    border-left: 1px solid var(--light-3)
  }
.topbar__menu .menu-item:nth-child(-n + 1) {
      margin-left: 0;
      padding-left: 0;
      border-left: unset;
    }
.topbar__menu a {
    font-size: 0.75rem
  }
@media (min-width: 1280px) {
.topbar__menu a {
    font-size: 0.825rem
  }
  }
.topbar__menu a {

    display: block;
    color: #e62425;
    color: var(--primary)
  }
.topbar__menu a:hover {
      color: #000;
      color: var(--black);
    }
.breadcrumbs {
  display: none;
  border-top: 5px solid #384045
}
@media (min-width: 768px) {
.breadcrumbs {
    display: block
}
  }
.breadcrumbs__list {
  color: #c0c6cc;
  color: var(--light);
}
.breadcrumbs__link {
  color: #e62425;
  color: var(--primary)
}
.breadcrumbs__link:hover {
    color: #fff;
    color: var(--white);
  }
.breadcrumb__item--current {
  color: #fff;
}
.social-links__item {
  margin-right: 1em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s
}
.social-links__item:last-child {
    margin-right: 0;
  }
@media (min-width: 1024px) {
.social-links__item:hover {
      opacity: 0.85
  }
    }
.social-links__svg {
  width: 16px;
  height: 16px
}
.social-links__svg svg {
    width: 16px;
    height: 16px;
  }
.social-links--topbar .social-links__item {
    margin-right: 0.65em
  }
.social-links--topbar .social-links__item:last-child {
      margin-right: 0;
    }
.social-links--topbar .social-links__link {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 24px;
    padding: 5px;
    background: #fff;
    background: var(--white);
    border-radius: 50%;
  }
.social-links--topbar .social-links__svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 14px;
    height: 14px
  }
.social-links--topbar .social-links__svg svg {
      width: 14px;
      height: 14px;
      fill: #e62425;
      fill: var(--primary);
    }
.social-links--footer .social-links__svg {
    width: 40px;
    height: 40px;
    padding: 10px;
    background: #fff;
    background: var(--white);
    border-radius: 50%;
  }
.social-links--footer svg {
    width: 20px;
    height: 20px;
    fill: #e62425;
    fill: var(--primary);
  }
.social-share {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  vertical-align: middle
}
.social-share .social-links__item {
    margin-right: 0.5em;
  }
.social-share .social-links__item--label {
    font-size: 0.75rem;
    display: none
  }
@media (min-width: 768px) {
.social-share .social-links__item--label {
      display: block
  }
    }
.social-share .social-links__link {
    display: block;
    width: 30px;
    height: 30px;
    padding: 7px;
    background-color: #c0c6cc;
    background-color: var(--light);
    border-radius: 50%;
  }
.social-share .social-links__svg {
    width: 16px;
    height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
.social-share .social-links__svg svg {
      width: 16px;
      height: 16px;
      fill: #fff;
      fill: var(--white);
    }
.social-share .social-links__item--facebook .social-links__link {
    background-color: #3b5998;
  }
.social-share .social-links__item--twitter .social-links__link {
    background-color: #1da1f2;
  }
.social-share .social-links__item--pinterest .social-links__link {
    background-color: #e60023;
  }
.header__col--logo {
  width: 160px
}
@media (min-width: 1280px) {
.header__col--logo {
    width: 200px
}
  }
@media (min-width: 1280px) {
.header__col--navigation {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0
}
  }
.header__trigger-button {
  width: 40px;
  height: 40px;
  padding: 8px;
  background: none;
  border: 0
}
@media (min-width: 1280px) {
.header__trigger-button {
    display: none
}
  }
.header__trigger-button svg {
    width: 24px;
    height: 24px;
  }
.header__bottom {
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  background: var(--white);
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  z-index: 9;
}
.scroll-up .header__bottom {
    position: fixed;
    -webkit-transform: none;
            transform: none;
    -webkit-box-shadow: 0 2px 2px 0 #c0c6cc;
            box-shadow: 0 2px 2px 0 #c0c6cc;
    -webkit-box-shadow: 0 2px 2px 0 var(--light);
            box-shadow: 0 2px 2px 0 var(--light);
  }
.scroll-down .header__bottom {
    position: fixed;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
.main-nav--header {
  display: none
}
@media (min-width: 1280px) {
.main-nav--header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
  }
@media (min-width: 1280px) {
.main-nav--header .main-nav__list--primary {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row
  }
    }
.main-nav--header .main-nav__item--secondary {
    border-bottom: 1px solid #d31a1a;
    border-bottom: 1px solid var(--primary-dark)
  }
.main-nav--header .main-nav__item--secondary > .main-nav__text > .main-nav__link {
      font-size: 0.9rem
    }
@media (min-width: 1024px) {
.main-nav--header .main-nav__item--secondary > .main-nav__text > .main-nav__link {
        display: block;
        padding: 0.5em 1em;
        color: #fff;
        color: var(--white)
    }

        .main-nav--header .main-nav__item--secondary > .main-nav__text > .main-nav__link:hover {
          background-color: rgba(255, 255, 255, 0.15);
        }
      }
@media (min-width: 1280px) {
.main-nav--header .main-nav__item--primary {
      margin-top: 1em
  }
    }
.main-nav--header .main-nav__item--primary > .main-nav__text {
      position: relative
    }
.main-nav--header .main-nav__item--primary > .main-nav__text::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0;
        background: #e62425;
        background: var(--primary);
        z-index: 1;
        -webkit-transition: height 0.25s;
        transition: height 0.25s;
      }
.main-nav--header .main-nav__item--primary > .main-nav__text > .main-nav__link {
      font-size: 0.825rem;
      font-weight: 500;
      text-transform: uppercase
    }
@media (min-width: 1024px) {
.main-nav--header .main-nav__item--primary > .main-nav__text > .main-nav__link {
    font-size: 0.9rem
    }
  }
.main-nav--header .main-nav__item--primary > .main-nav__text > .main-nav__link {

      position: relative;
      display: block;
      padding: 0.5em;
      z-index: 2
    }
@media (min-width: 1280px) {
.main-nav--header .main-nav__item--primary > .main-nav__text > .main-nav__link {
        padding: 1em 1em 2em 1em;
        font-size: 0.8rem
    }
      }
@media (min-width: 1440px) {
.main-nav--header .main-nav__item--primary > .main-nav__text > .main-nav__link {
        font-size: 0.9rem
    }
      }
@media (min-width: 1280px) {
        .main-nav--header .main-nav__item--primary:hover > .main-nav__text::before {
          height: 100%;
        }

        .main-nav--header .main-nav__item--primary:hover > .main-nav__text > .main-nav__link {
          color: #fff;
          color: var(--white);
        }
      }
.main-nav--header .main-nav__item--dropdown.main-nav__item--primary > .main-nav__dropdown {
        opacity: 0;
        visibility: hidden;

        position: absolute;
        top: calc(100% - 10px);
        left: 0;
        min-width: 240px;
        background: #e62425;
        background: var(--primary);
        -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
                box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
        z-index: 11;
      }
@media (min-width: 1280px) {
.main-nav--header .main-nav__item--dropdown.main-nav__item--primary:hover > .main-nav__text > .main-nav__link {
            color: #fff;
            color: var(--white)
        }

            .main-nav--header .main-nav__item--dropdown.main-nav__item--primary:hover > .main-nav__text > .main-nav__link::before {
              height: 100%;
            }
          }
@media (min-width: 1280px) {
.main-nav--header .main-nav__item--dropdown.main-nav__item--primary:hover > .main-nav__dropdown {
            opacity: 1;
            visibility: visible
        }
          }
@media (min-width: 1280px) {
.main-nav--header .main-nav__item--dropdown.main-nav__item--primary:last-child > .main-nav__dropdown {
            left: auto;
            right: 0
        }
          }
.main-nav--header .main-nav__item--dropdown.main-nav__item--secondary {
      position: relative
    }
.main-nav--header .main-nav__item--dropdown.main-nav__item--secondary .main-nav__icon {
        width: 20px;
      }
.main-nav--header .main-nav__item--dropdown.main-nav__item--secondary > .main-nav__text {
        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
      }
.main-nav--header .main-nav__item--dropdown.main-nav__item--secondary > .main-nav__text .main-nav__link {
          -webkit-box-flex: 1;
              -ms-flex: 1 1 0px;
                  flex: 1 1 0;
        }
.main-nav--header .main-nav__item--dropdown.main-nav__item--secondary > .main-nav__text .main-nav__button {
          display: inline-block;
          height: 20px;
          padding: 0;
          border: 0
        }
.main-nav--header .main-nav__item--dropdown.main-nav__item--secondary > .main-nav__text .main-nav__button svg {
            -webkit-transform: rotate(-90deg);
                    transform: rotate(-90deg);
            stroke: #fff;
            stroke: var(--white);
          }
.main-nav--header .main-nav__item--dropdown.main-nav__item--secondary > .main-nav__dropdown {
        opacity: 0;
        visibility: hidden;

        position: absolute;
        top: 0;
        left: 100%;
        width: 240px;
        background: #e62425;
        background: var(--primary);
        -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
                box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15)
      }
.main-nav--header .main-nav__item--dropdown.main-nav__item--secondary > .main-nav__dropdown .main-nav__link {
          font-size: 0.9rem
        }
@media (min-width: 1024px) {
.main-nav--header .main-nav__item--dropdown.main-nav__item--secondary > .main-nav__dropdown .main-nav__link {
            padding: 0.5em 1em;
            color: #fff;
            color: var(--white);
            border-bottom: 1px solid #d31a1a;
            border-bottom: 1px solid var(--primary-dark)
        }

            .main-nav--header .main-nav__item--dropdown.main-nav__item--secondary > .main-nav__dropdown .main-nav__link:hover {
              background-color: rgba(255, 255, 255, 0.15);
            }
          }
.main-nav--header .main-nav__item--dropdown.main-nav__item--secondary:hover > .main-nav__link {
          background-color: rgba(255, 255, 255, 0.15);
        }
.main-nav--header .main-nav__item--dropdown.main-nav__item--secondary:hover > .main-nav__dropdown {
          opacity: 1;
          visibility: visible;
        }
.main-nav__megamenu-button {
  display: none;
}
@media (min-width: 1280px) {
.main-nav__col {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0
}
  }
.main-nav__megamenu {
  opacity: 0;
  visibility: hidden;

  position: absolute;
  top: calc(100% - 10px);
  left: 0;
  width: 100%;
  z-index: 10;
}
.main-nav__megamenu-wrapper {
  background: #fff;
  background: var(--white);
  padding: 2em;
  border-top: 2px solid #e62425;
  border-top: 2px solid var(--primary);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
}
.main-nav__button {
  display: none;
  position: relative;
  width: 24px;
  height: 24px;
  padding: 1px;
  background: none;
  border: 1px solid #c0c6cc;
  border: 1px solid var(--light);
  z-index: 2
}
.main-nav__button svg {
    width: 20px;
    height: 20px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
.main-nav__button * {
    pointer-events: none;
  }
@media (min-width: 1280px) {
      .main-nav__item--megamenu:hover > .main-nav__link {
        color: #fff;
        color: var(--white)
      }

        .main-nav__item--megamenu:hover > .main-nav__link::before {
          height: 100%;
        }
    }
@media (min-width: 1280px) {
.main-nav__item--megamenu:hover .main-nav__megamenu {
        opacity: 1;
        visibility: visible
    }
      }
@media (min-width: 1280px) {
.main-nav__item--megamenu:hover .main-nav__megamenu .main-nav__link:hover {
            color: #e62425;
            color: var(--primary)
        }
          }
.main-nav--mobile {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 1em 20px;
  border-top: 1px solid #e62425;
  border-top: 1px solid var(--primary)
}
@media (min-width: 1024px) {
.main-nav--mobile {
    border-top: 0
}
  }
.main-nav--mobile .main-nav__list {
    width: 100%;
  }
.main-nav--mobile .main-nav__button {
    display: inline-block;
  }
.main-nav--mobile .main-nav__item--dropdown > .main-nav__dropdown {
      display: none;
      position: static;
      padding: 0 0 0 0.5em;
      background: #fff;
      background: var(--white);
      -webkit-box-shadow: none;
              box-shadow: none;
    }
.main-nav--mobile .main-nav__item--dropdown.is-active > .main-nav__dropdown {
        opacity: 1;
        visibility: visible;

        display: block;
      }
.main-nav--mobile .main-nav__item--dropdown.is-active > .main-nav__text > .main-nav__link {
        color: #e62425;
        color: var(--primary);
      }
.main-nav--mobile .main-nav__item--dropdown.is-active > .main-nav__text > .main-nav__button svg {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
      }
.main-nav--mobile .main-nav__item--primary > .main-nav__text {
      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;
      padding: 0.75em 0;
      border-bottom: 1px solid #c0c6cc;
      border-bottom: 1px solid var(--light);
    }
.main-nav--mobile .main-nav__item--primary > .main-nav__text > .main-nav__link {
      font-size: 0.825rem;
      font-weight: 500;
      text-transform: uppercase;
    }
@media (min-width: 1024px) {
.main-nav--mobile .main-nav__item--primary > .main-nav__text > .main-nav__link {
    font-size: 0.9rem;
    }
  }
.main-nav--mobile .main-nav__item--secondary > .main-nav__text {
      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;
      position: relative;
      padding: 0.25em 0 0 0
    }
.main-nav--mobile .main-nav__item--secondary > .main-nav__text > .main-nav__button {
        height: 20px;
        padding: 0;
        border: 0;
      }
.main-nav--mobile .main-nav__megamenu {
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    width: 100%;
    height: 100%;
    background: #fff;
    background: var(--white);
    z-index: 1002;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
.main-nav--mobile .main-nav__megamenu-container {
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0;
  }
.main-nav--mobile .main-nav__megamenu-wrapper {
    padding: 80px 20px 20px 20px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-top: 1px solid #e62425;
    border-top: 1px solid var(--primary);
    overflow-y: auto;
    overflow-x: hidden;
  }
.main-nav--mobile .main-nav__megamenu-button {
    background: none;
    border: 0;

    display: inline-block;
    position: absolute;
    top: 1px;
    left: 0;
    width: 40px;
    height: 40px;
    padding: 8px;
    background: #c0c6cc;
    background: var(--light);
    z-index: 1003;
  }
.main-nav--mobile .main-nav__megamenu-button-icon {
    display: block;
    width: 24px;
    height: 24px;
    pointer-events: none
  }
.main-nav--mobile .main-nav__megamenu-button-icon svg {
      width: 24px;
      height: 24px;
    }
.main-nav--mobile .main-nav__col {
    width: 100%;
    margin-top: 1em
  }
.main-nav--mobile .main-nav__col:first-child {
      margin-top: 0;
    }
.main-nav--mobile .main-nav__item--megamenu.is-active .main-nav__megamenu {
        opacity: 1;
        visibility: visible;

        -webkit-transform: translateX(0);

                transform: translateX(0);
      }
.main-nav__list--tertiary > .main-nav__item {
    margin-top: 0.25em
  }
.main-nav__list--tertiary > .main-nav__item:first-child {
      margin-top: 0;
    }
.main-nav__list--tertiary .main-nav__text {
    font-size: 0.75rem;
  }
.main-nav__title--url:hover {
    color: #e62425;
    color: var(--primary);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
.main-nav__item--active > .main-nav__text > .main-nav__link {
      color: #e62425;
      color: var(--primary);
    }
.mobile-menu {
  opacity: 0;
  visibility: hidden;

  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1001;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s
}
@media (min-width: 1280px) {
.mobile-menu {
    display: none
}
  }
.mobile-menu__inner {
  position: relative;
  width: calc(100% - 40px);
  height: 100%;
  padding-top: 40px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: 11
}
@media (min-width: 768px) {
.mobile-menu__inner {
    width: 350px
}
  }
@media (min-width: 1024px) {
.mobile-menu__inner {
    padding-top: 80px
}
  }
.mobile-menu__trigger-button {
  position: fixed;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 8px;
  background: #e62425;
  background: var(--primary);
  border: 0;
  z-index: 12
}
.mobile-menu__trigger-button svg {
    width: 24px;
    height: 24px;
    stroke: #fff;
    stroke: var(--white);
  }
.mobile-menu__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.is-mobile-menu-visible {
  overflow: hidden;
}
body.is-mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible
}
body.is-mobile-menu-visible .mobile-menu .mobile-menu__inner {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
.mobile-menu__loader-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.is-loading .mobile-menu__loader-wrapper {
  opacity: 1;
  visibility: visible;
}
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #231f20;
  border: 4px solid var(--dark);
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
          animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
@-webkit-keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0;
    left: 0;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0;
    left: 0;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
.hero-slider {
  display: none
}
@media (min-width: 768px) {
.hero-slider {
    display: block
}

    .hero-slider + * {
      padding-top: 1em;
    }
  }
.hero-slider__wrapper {
  position: relative;
  overflow: hidden;
}
.hero-slider__item {
  width: 100%;
}
.hero-slider__slider .flickity-page-dots .dot {
      background: #231f20;
      background: var(--dark);
      border-radius: 0
    }
@media (min-width: 1280px) {
.hero-slider__slider .flickity-page-dots .dot {
        display: none
    }
      }
.hero-slider__slider .flickity-page-dots .dot.is-selected {
        background: #231f20;
        background: var(--dark);
      }
.hero-slider__slider .flickity-prev-next-button {
    display: none;
    width: 40px;
    height: 40px;
    background: none;
    border: 0;
    border-radius: 0
  }
@media (min-width: 1280px) {
.hero-slider__slider .flickity-prev-next-button {
      display: inline-block;
      width: 60px;
      height: 60px
  }

      .hero-slider__slider .flickity-prev-next-button.previous {
        left: -80px;
      }

      .hero-slider__slider .flickity-prev-next-button.next {
        right: -80px;
      }
    }
.hero-slider__slider .flickity-prev-next-button:hover {
      background: none;
    }
.hero-slider__slider .flickity-prev-next-button .flickity-button-icon {
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      fill: #fff;
      fill: var(--white);
    }
.hero-slider__slider .flickity-viewport {
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
  }
.hero-slider__video video {
    max-width: 100%;
    height: auto;
  }
.search-section__form {
  padding: 1em;
  border-radius: 6px
}
@media (min-width: 768px) {
.search-section__form {
    padding: 2em
}
  }
.search-section__col {
  width: 50%;
  margin-top: 1em
}
@media (min-width: 768px) {
.search-section__col {
    width: 33.33%
}
  }
@media (min-width: 1024px) {
.search-section__col {
    width: 25%
}
  }
.search-section__col-full {
  width: 100%;
}
.page-header {
  border-bottom: 5px solid #c0c6cc;
  border-bottom: 5px solid var(--light);
  padding-top: 0;
}
.page-header__title {
  color: #fff;
  color: var(--white);
  position: relative;
  display: inline-block
}
.page-header__title::after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    border-bottom: 5px solid #e42222;
    bottom: -5px;
  }
@media (min-width: 1024px) {
.page-right-sidebar__col--main {
    width: 75%
}
  }
.page-right-sidebar__col--sidebar {
  display: none
}
@media (min-width: 1024px) {
.page-right-sidebar__col--sidebar {
    display: block;
    width: 25%
}
  }
.category-header__nav-item {
  margin-top: 0.5em;
}
.category-header__link {
  display: inline-block;
  margin-right: 1em;
  padding: 5px 8px;
  color: #231f20;
  color: var(--dark);
  border: 1px solid #231f20;
  border: 1px solid var(--dark);
  border-radius: 4px
}
@media (min-width: 1024px) {
.category-header__link:hover {
      background-color: #eff1f4;
      background-color: var(--light-3)
  }
    }
.category-header__nav-item--active .category-header__link {
    background: #e62425;
    background: var(--primary);
    color: #fff;
    color: var(--white);
    border-color: #e62425;
    border-color: var(--primary);
    pointer-events: none;
  }
.category-header__footer-title {
  font-size: 1.25rem;
}
.category-sidebar__col {
  width: 100%;
}
@media (min-width: 1024px) {
.category-sidebar__col--left {
    width: 60%
}
  }
@media (min-width: 1024px) {
.category-sidebar__col--right {
    width: 40%
}
  }
.category-sidebar__widget-header {
  margin-bottom: 1em;
}
.category-sidebar__title {
  margin-bottom: 1em;
  color: #e62425;
  color: var(--primary);
  font-weight: 500;
  margin-top: 0;
}
.category-sidebar__widget {
  margin-top: 2em
}
.category-sidebar__widget:first-child {
    margin-top: 0;
  }
.category-sidebar__row {
  padding: 1em 0;
}
.category-sidebar__block .category-sidebar__block-title {
    margin-top: 0;
  }
.category-sidebar__block .cf7form__header {
    margin-bottom: 1em
  }
.category-sidebar__block .cf7form__header h2 {
      margin-top: 0;
      font-weight: 700;
    }
.category-sidebar__block .wpcf7-form-control-wrap > select {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      width: 100%;
      font-size: 0.8rem;
      height: 36px;
      margin: 0;
      padding: 0 20px 0 10px;
      border: 0;
      background: none;
      color: #58595b;
      color: var(--gray-3);
    }
@media (min-width: 768px) {
.category-sidebar__block .wpcf7-form-control-wrap > select {
    height: 44px;
    font-size: 1rem;
    }
  }
.category-sidebar__block input[type='submit'] {
    display: inline-block;
    height: auto;
    padding: 8px 12px;
    font-size: 1rem;
    text-align: center;
    border-radius: 5px;
  }
@media (min-width: 768px) {
.category-sidebar__block input[type='submit'] {
    padding: 8px 15px;
  }
  }
@media (min-width: 1024px) {
.category-sidebar__block input[type='submit'] {
    padding: 8px 25px;
  }
  }
.category-sidebar__block input[type='submit'] {
    background: #e62425;
    background: var(--primary);
    color: #fff;
    color: var(--white);
    border: 1px solid #e62425;
    border: 1px solid var(--primary);
  }
@media (min-width: 1024px) {
.category-sidebar__block input[type='submit']:hover {
      background: rgba(230, 36, 36, 0.75);
      color: #fff;
      color: var(--white)
  }
    }
.category-sidebar__block input[type='submit'] {

    line-height: 1.5;
    cursor: pointer;
  }
.category-sidebar__block .wp_phongthuy_form * {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-family: var(--font-body);
  }
.category-sidebar__block table {
    width: 100%;
  }
.category-sidebar__block .wp_phongthuy_form {
    padding: 1em;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    border-color: #c0c6cc;
    border-color: var(--light)
  }
.category-sidebar__block .wp_phongthuy_form input[type='button'] {
      display: inline-block;
      height: auto;
      padding: 8px 12px;
      font-size: 1rem;
      text-align: center;
      border-radius: 5px;
    }
@media (min-width: 768px) {
.category-sidebar__block .wp_phongthuy_form input[type='button'] {
    padding: 8px 15px;
    }
  }
@media (min-width: 1024px) {
.category-sidebar__block .wp_phongthuy_form input[type='button'] {
    padding: 8px 25px;
    }
  }
.category-sidebar__block .wp_phongthuy_form input[type='button'] {
      background: #e62425;
      background: var(--primary);
      color: #fff;
      color: var(--white);
      border: 1px solid #e62425;
      border: 1px solid var(--primary);
    }
@media (min-width: 1024px) {
.category-sidebar__block .wp_phongthuy_form input[type='button']:hover {
      background: rgba(230, 36, 36, 0.75);
      color: #fff;
      color: var(--white)
  }
    }
.category-sidebar__block .wp_phongthuy_form input[type='button'] {

      line-height: 1.5;
      cursor: pointer;
    }
.category-sidebar__block .wp_phongthuy_form .form-title span {
      text-transform: none;
      font-weight: 400
    }
.category-sidebar__block .wp_phongthuy_form .form-title span::after {
        height: 2px;
      }
.category-sidebar__block .wp_phongthuy_form .label {
      display: block;
      margin-bottom: 0.5em;
    }
.category-sidebar__block .wp_phongthuy_form .form-line td {
        width: 50%;
      }
.category-sidebar__select-wrapper {
  position: relative;
  height: 36px;
  font-size: 0.875rem;
  line-height: 1.3;
  border: 1px solid #9ea3a9;
  border: 1px solid var(--gray);
  border-radius: 6px;
  background-color: #fff;
  background-color: var(--white);
  background-image: url("data:image/svg+xml;utf8,<svg width='12' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 490.688 490.688'><path fill='gray' d='M472.328 120.529L245.213 347.665 18.098 120.529c-4.237-4.093-10.99-3.975-15.083.262-3.992 4.134-3.992 10.687 0 14.82l234.667 234.667c4.165 4.164 10.917 4.164 15.083 0l234.667-234.667c4.237-4.093 4.354-10.845.262-15.083-4.093-4.237-10.845-4.354-15.083-.262-.089.086-.176.173-.262.262l-.021.001z'/><path d='M245.213 373.415a10.663 10.663 0 01-7.552-3.115L2.994 135.633c-4.093-4.237-3.975-10.99.262-15.083 4.134-3.992 10.687-3.992 14.82 0l227.136 227.115 227.115-227.136c4.093-4.237 10.845-4.354 15.083-.262 4.237 4.093 4.354 10.845.262 15.083-.086.089-.173.176-.262.262L252.744 370.279a10.672 10.672 0 01-7.531 3.136z'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 15px;
  background-size: 8px
}
@media (min-width: 768px) {
.category-sidebar__select-wrapper {
    height: 44px;
    font-size: 1rem;
    background-size: 12px
}
  }
.category-sidebar__select-wrapper > select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    font-size: 0.8rem;
    height: 36px;
    margin: 0;
    padding: 0 20px 0 10px;
    border: 0;
    background: none;
    color: #58595b;
    color: var(--gray-3);
  }
@media (min-width: 768px) {
.category-sidebar__select-wrapper > select {
    height: 44px;
    font-size: 1rem;
  }
  }
.category-sidebar__select-wrapper {

  width: 100%;
  padding-right: 28px
}
.category-sidebar__select-wrapper select {
    width: 100%;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 10px !important;
    height: 42px !important;
    line-height: 42px !important;
    border: 0 !important;
  }
.category-sidebar__widget--half {
  width: 100%
}
@media (min-width: 768px) {
.category-sidebar__widget--half {
    width: 50%;
    margin-top: 0
}
  }
.category-sidebar__widget--full {
  width: 100%
}
@media (min-width: 768px) {
.category-sidebar__widget--full {
    margin-top: 2em
}
  }
.category-sidebar__estimation-wrapper {
  padding: 1em;
  background: #e62425;
  background: var(--primary)
}
.category-sidebar__estimation-wrapper .wp_dutoan {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-family: var(--font-body);
    overflow: hidden
  }
.category-sidebar__estimation-wrapper .wp_dutoan * {
      font-family: 'Roboto', Arial, Helvetica, sans-serif;
      font-family: var(--font-body);
    }
.category-sidebar__estimation-wrapper .wp_dutoan input[type='text'] {
      width: 100%;
      font-size: 0.875rem;
      height: 36px;
      padding: 5px 8px;
      border: 1px solid #9ea3a9;
      border: 1px solid var(--gray);
      border-radius: 6px;
      color: #58595b;
      color: var(--gray-3);
    }
@media (min-width: 768px) {
.category-sidebar__estimation-wrapper .wp_dutoan input[type='text'] {
    height: 44px;
    padding: 7px 10px;
    font-size: 1rem;
    }
  }
.category-sidebar__estimation-wrapper .wp_dutoan .content {
      padding: 0;
      background: none;
    }
.category-sidebar__estimation-wrapper .wp_dutoan input[type='submit'] {
      display: inline-block;
      height: auto;
      padding: 8px 12px;
      font-size: 1rem;
      text-align: center;
      border-radius: 5px
    }
@media (min-width: 768px) {
.category-sidebar__estimation-wrapper .wp_dutoan input[type='submit'] {
    padding: 8px 15px
    }
  }
@media (min-width: 1024px) {
.category-sidebar__estimation-wrapper .wp_dutoan input[type='submit'] {
    padding: 8px 25px
    }
  }
.category-sidebar__estimation-wrapper .wp_dutoan input[type='submit'] {
      background: #231f20;
      background: var(--dark);
      color: #fff;
      color: var(--white);
      border: 1px solid #231f20;
      border: 1px solid var(--dark);
      -webkit-transition: background 0.3s;
      transition: background 0.3s
    }
@media (min-width: 1024px) {
.category-sidebar__estimation-wrapper .wp_dutoan input[type='submit']:hover {
      background: #d31a1a;
      background: var(--primary-dark)
  }
    }
.category-sidebar__estimation-wrapper .wp_dutoan input[type='submit'] {

      margin: 1em 0 0 0;
      padding-left: 40px;
      padding-right: 40px;
      border: 0;
      -webkit-transition: all 0.3s;
      transition: all 0.3s
    }
.category-sidebar__estimation-wrapper .wp_dutoan input[type='submit']:hover {
        background-color: #231f20;
        background-color: var(--dark);
        color: #fff;
        color: var(--white);
        border: 0;
      }
#thanhpho {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
#thanhpho li {
    width: 33.33%;
    list-style: none;
  }
#thanhpho .bold {
    font-weight: 700;
  }
.city-tags {
  padding: 2em;
  border: 1px solid #c0c6cc;
  border: 1px solid var(--light);
  border-radius: 4px;
  /* -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15); */
}
.category-sidebar .cf7form__header {
    margin-top: 0
  }
.category-sidebar .cf7form__header h2 {
      margin-top: 0;
    }
.two-up-intro {
  padding-bottom: 0;
}
.two-up-intro__col {
  width: 100%;
  margin-top: 2em
}
.two-up-intro__col:first-child {
    margin-top: 0;
  }
@media (min-width: 1024px) {
.two-up-intro__col {
    margin-top: 0
}
  }
.two-up-intro__col--content {
  text-align: justify
}
@media (min-width: 1024px) {
.two-up-intro__col--content {
    width: 60%
}
  }
@media (min-width: 1024px) {
.two-up-intro__col--image {
    width: 40%
}
  }
.two-up-intro__number {
  font-size: 1.5rem
}
@media (min-width: 768px) {
.two-up-intro__number {
    font-size: 2rem
}
  }
.two-up-intro__stat-text {
  font-size: 0.75rem
}
@media (min-width: 768px) {
.two-up-intro__stat-text {
    font-size: 1rem
}
  }
@media (min-width: 1024px) {
.two-up-intro__stat-text {
    font-size: 0.8125rem
}
  }
@media (min-width: 1280px) {
.two-up-intro__stat-text {
    font-size: 1rem
}
  }
.two-up-intro__grid-block {
  margin: 0 -10px;
}
.two-up-intro__col-block {
  padding: 0 10px
}
@media (min-width: 1024px) {
.two-up-intro__col-block {
    padding: 0 15px
}
  }
.two-up-intro__wysiwyg p {
    line-height: 2.2;
  }
.two-up-intro__header,
.two-up-intro__main {
  position: relative;
  z-index: 2;
}
.two-up-intro__main--grid {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  vertical-align: middle;
}
.two-up-intro__background {
  position: absolute;
  bottom: -20%;
  right: 0;
  width: 50%;
  height: 150%;
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat
}
@media (min-width: 1024px) {
.two-up-intro__background {
    width: calc(100% - 40px)
}
  }
.two-up-intro__footer {
  background: #e62425;
  background: var(--primary);
  padding: 2em 0;
  z-index: 3;
}
.two-up-intro__footer--col {
  width: 100%;
  margin-top: 1em
}
.two-up-intro__footer--col:nth-child(-n + 1) {
    margin-top: 0;
  }
@media (min-width: 768px) {
.two-up-intro__footer--col {
    width: 50%
}

    .two-up-intro__footer--col:nth-child(-n + 2) {
      margin-top: 0;
    }
  }
@media (min-width: 1024px) {
.two-up-intro__footer--col {
    width: 20%;
    margin-top: 0
}
  }
.two-up-intro__image .image__img {
    max-width: 100%;
    height: auto;
  }
.post-layout__wysiwyg {
  overflow: hidden
}
@media (min-width: 480px) {
.post-layout__wysiwyg p,
  .post-layout__wysiwyg ul li {
      font-size: 1rem
  }
    }
.post-layout__bottom-contact {
  padding: 10px;
  border: 0.2rem dotted #ccc;
  background: #fefef6;
  font-size: 0.75rem;
  line-height: 1.5
}
@media (min-width: 480px) {
.post-layout__bottom-contact {
    font-size: 1.125rem;
    line-height: 30px
}
  }
.post-layout__bottom-contact > p {
    margin-top: 0;
  }
.post-layout__bottom-contact .post-layout__sub-title {
    font-size: 16px;
    font-style: italic;
    line-height: 50px;
    text-decoration: underline;
  }
.post-layout__bottom-contact .post-layout__title {
    font-size: 18px;
    text-transform: uppercase;
  }
@media (min-width: 1024px) {
.post-layout__grid {
    margin: 0 -20px
}
  }
.post-layout__col {
  width: 100%
}
@media (min-width: 1024px) {
.post-layout__col {
    padding: 0 20px
}
  }
@media (min-width: 1024px) {
.post-layout__col--sidebar {
    width: 350px
}
  }
@media (min-width: 1024px) {
.post-layout__col--main {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0
}
  }
.post-layout__meta {
  margin-top: 1em;
  padding: 10px 0;
  border-top: 1px solid #c0c6cc;
  border-top: 1px solid var(--light);
  border-bottom: 1px solid #c0c6cc;
  border-bottom: 1px solid var(--light)
}
.post-layout__meta .kk-star-ratings.kksr-top {
      margin-bottom: 0;
    }
.post-layout__meta-grid {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  vertical-align: middle;
  -ms-flex-wrap: unset;
      flex-wrap: unset
}
@media (min-width: 768px) {
.post-layout__meta-grid {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
}
  }
.post-layout__meta-col {
  width: 100%
}
.post-layout__meta-col:first-child {
    margin-top: 0;
  }
@media (min-width: 1024px) {
.post-layout__meta-col {
    width: 50%;
    margin-top: 0
}

    .post-layout__meta-col:last-child {
      text-align: right;
    }
  }
.post-layout__meta-col .kk-star-ratings {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    float: right
  }
@media (min-width: 768px) {
.post-layout__meta-col .kk-star-ratings {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row
  }
    }
.post-layout__meta-col .kk-star-ratings .kksr-stars {
      margin-bottom: 0.5em
    }
@media (min-width: 768px) {
.post-layout__meta-col .kk-star-ratings .kksr-stars {
        margin-bottom: 0
    }
      }
.post-layout__meta-inner {
  -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
}
@media (min-width: 768px) {
.post-layout__meta-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset
}
  }
.post-layout__meta--footer {
  margin-top: 2em
}
.post-layout__meta--footer .post-layout__meta-col:last-child {
      text-align: right;
      font-size: 13px;
      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
    }
@media (min-width: 1024px) {
.post-layout__meta--footer .post-layout__meta-col:last-child {
        text-align: left;
        font-size: 16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end
    }
      }
.post-layout__meta--footer .post-layout__meta-col:last-child .shac_post_view_count {
        font-size: 15px !important;
        margin-right: 0.25em
      }
@media (min-width: 768px) {
.post-layout__meta--footer .post-layout__meta-col:last-child .shac_post_view_count {
          font-size: 18px !important;
          margin-right: 0
      }
        }
.post-layout__main #toc_container {
    width: 100%;
    border-color: #c0c6cc;
    border-color: var(--light)
  }
.post-layout__main #toc_container .toc_title {
      color: #231f20;
      color: var(--dark);
      text-transform: uppercase
    }
.post-layout__main #toc_container .toc_title > span > a {
        text-transform: none;
      }
.post-layout__main #toc_container .toc_list a {
      color: #e62425;
      color: var(--primary);
      font-size: 0.875rem;
    }
.post-layout__main #toc_container ul li {
      padding: 0.15em 0;
    }
.post-layout__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0.5em;
  color: #767676;
  font-size: 13px
}
@media (min-width: 768px) {
.post-layout__date {
    margin-left: 1em;
    margin-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row
}
  }
.post-layout__tools {
  margin-top: 2em;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15)
}
@media (min-width: 1024px) {
.post-layout__tools {
    padding: 2em;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px
}
  }
.post-layout__tools .category-sidebar__estimation-wrapper {
    border-radius: 10px;
  }
.post-layout__tools .category-sidebar__select-wrapper {
    padding-right: 30px;
  }
.post-layout__tools .wp_phongthuy_form {
    border-radius: 10px;
  }
.post-layout__tag-label {
  font-weight: 700;
}
.post-layout__tag-item {
  margin-right: 3px;
}
.post-layout__tag-link {
  display: inline-block;
  color: #1c75bc
}
.post-layout__tag-link::after {
    content: ',';
  }
.post-layout__date--title {
  bottom: 110%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #000;
  background: var(--black);
  color: #fff;
  color: var(--white);
  min-width: 100px;
  padding: 0.25em;
  display: none;
  font-size: 0.75rem;
  text-align: center;
  -webkit-transition: 2s ease;
  transition: 2s ease
}
.post-layout__date--title .icon {
    position: absolute;
    width: 5px;
    height: 5px;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    border-top: 5px solid var(--black);
  }
.post-layout__date--create:hover .post-layout__date--title {
      display: block;
    }
@media (min-width: 768px) {
.post-layout__date--modified {
    margin-left: 1em
}
  }
.post-layout__date--modified:hover .post-layout__date--title {
      display: block;
    }



.page-404 h1 {
  font-size: 4rem;
}

.home h1 {
  font-size: 1.5rem;
  display: inline;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .home h1 {
    font-size: 2rem;
  }
}

.home p {
  display: inline;
}

.ff-btn-submit {
  background-color: #e42222 !important;
}

.tag-page-header .post-intro__main {
  height: 200px;
  overflow: hidden;
}

.post-intro-new .post-intro__footer {
  display: block !important;
}