@charset "UTF-8";
/** */
/** */
/** */
/** */
/** */
/** */
/** */
/** */
/** */
/** media */
/** breakpoint */
/** */
/** */
/** */
/** media shorthand */
/** */
/** */
/** */
/** */
/** */
/** */
/** */
/** $gutter: padding or margin */
/** $gutter: padding or margin */
/** $gutter: padding or margin */
/** */
/** */
/** padding-left, padding-right, left, right ... */
/** */
/** */
/** */
/** */
/** */
/** */
/** Button hover effect*/
/** */
/** functions to urlencode the svg string*/
/** $string - svg */
/** add unique id image url */
/** https://github.com/pentzzsolt/sass-is-int/blob/master/_is-int.scss */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** size */
/** */
:root {
  --color1: #204982;
  --color2: #F22525;
  --color3: #8AD9FD;
  --color-red: #EC1E24;
  --gray: #9a9a9a;
  --light-gray: #e6e6e6;
  --medium-gray: #cacaca;
  --dark-gray: #8a8a8a;
  --black: #000000;
  --white: #ffffff;
  --body-background: #FFF;
  --header-color: #323433;
  --anchor-color: #323433;
  --body-font-color: #323433;
  --header-font-family: Poppins, -apple-system, BlinkMacSystemFont, Segoe UI, Ubuntu, Arial, cursive, sans-serif;
  --body-font-family: Poppins, -apple-system, BlinkMacSystemFont, Segoe UI, Ubuntu, Arial, cursive, sans-serif;
  --body-font-size: 1.25rem;
  --font-awesome: Font Awesome 6 Pro, Font Awesome 6 Brands, Font Awesome 6 Free, sans-serif;
  --scrollbar-with: 0.25rem;
  --scrollbar-height: 0.25rem;
  --header-line-height: 1.5;
  --paragraph-line-height: 1.8;
  --global-screen-extra: 85.375rem;
  --global-screen: 80rem;
  --global-screen-medium: 73.75rem;
  --global-screen-small: 60rem;
  --gutter: 15;
  --gutter-mobile: 10;
  --unique-id: u3ste24;
}

/** */
::-webkit-input-placeholder {
  color: #9a9a9a;
}
::-moz-placeholder {
  color: #9a9a9a;
}
::-ms-input-placeholder {
  color: #9a9a9a;
}
::placeholder {
  color: #9a9a9a;
}

@media only screen and (min-width: 64rem) {
  ::-webkit-scrollbar-track {
    background-color: #e6e6e6;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #9a9a9a;
  }
  ::-webkit-scrollbar {
    height: 0.25rem;
    width: 0.25rem;
  }
}
/** reset */
html {
  font-family: sans-serif;
  font-variant-ligatures: no-common-ligatures;
  -webkit-tap-highlight-color: transparent;
  /*user-select: none;*/
  -webkit-text-size-adjust: 100%;
  -webkit-touch-callout: none;
  scroll-behavior: smooth;
}

body {
  background: #FFF;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.2px;
  position: unset !important;
  line-height: 1.6;
}

input:focus, textarea:focus, button:focus, main:focus {
  outline: none;
}

a, area, button, [role=button], input, label, select, summary, textarea {
  touch-action: manipulation;
}

* > p:last-child {
  margin-bottom: 0;
}

a {
  display: inline-block;
}

img {
  display: inline-block;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
img[alt] {
  font-size: 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 700;
  line-height: 1.5;
}
h1 *, h2 *, h3 *, h4 *, h5 *, h6 *, .h1 *, .h2 *, .h3 *, .h4 *, .h5 *, .h6 * {
  font-size: inherit;
  font-weight: inherit;
  /*color: currentColor;*/
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  display: block;
}
h1 p, h2 p, h3 p, h4 p, h5 p, h6 p, .h1 p, .h2 p, .h3 p, .h4 p, .h5 p, .h6 p {
  color: currentColor;
  line-height: inherit;
  margin-bottom: 0;
}

.screen-reader-text, .submenu-toggle-text {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: -10000em;
}

.skip-link {
  height: 0 !important;
  overflow: hidden;
  position: absolute;
}

video {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
}

button[type=submit], button[type=reset], button[type=button] {
  cursor: pointer;
}

.draggable, .o-draggable {
  touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.hide, .hidden {
  display: none !important;
}

.hide-text, .hidden-text {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: -10000em;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
  -webkit-flex-basis: 0;
          flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
          order: 1;
}
.clearfix::after {
  clear: both;
}

/** */
.flex-shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
}

.flex-auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  min-width: 0;
}

/** */
.uppercase {
  text-transform: uppercase;
}

.o-hidden {
  overflow: hidden !important;
}

.p-relative {
  position: relative !important;
}

.p-absolute {
  position: absolute !important;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: inline-flex !important;
}

.d-inline {
  display: inline !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}

.h-auto {
  height: auto;
}

.underline {
  position: relative;
  display: inline-block;
}
.underline::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #9a9a9a;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(1, 0, 0, 1);
  transition: -webkit-transform 0.2s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.2s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.2s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.2s cubic-bezier(1, 0, 0, 1);
}
.underline:hover::before {
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.mx-auto, .ml-auto {
  margin-left: auto;
}

.mx-auto, .mr-auto {
  margin-right: auto;
}

.text-left {
  text-align: left !important;
}

/** */
.header-font {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Ubuntu", Arial, cursive, sans-serif;
}

.body-font {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Ubuntu", Arial, cursive, sans-serif;
}

.white {
  color: #ffffff !important;
}

.black {
  color: #000000 !important;
}

.color1 {
  color: #204982 !important;
}

.color2 {
  color: #F22525 !important;
}

.color3 {
  color: #8AD9FD !important;
}

.header-color {
  color: #323433 !important;
}

.anchor-color {
  color: #323433 !important;
}

.light, .f-light {
  font-weight: 300 !important;
}

.regular, .f-regular {
  font-weight: 400 !important;
}

.medium, .f-medium {
  font-weight: 500 !important;
}

.semi-bold, .f-semi-bold {
  font-weight: 600 !important;
}

.bold, .f-bold {
  font-weight: 700 !important;
}

/** */
.w-20 {
  width: 20% !important;
}

/** */
.mt-0 {
  margin-top: 0 !important;
}

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

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

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

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

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

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

.mb-0 {
  margin-bottom: 0 !important;
}

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

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

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

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

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

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

.pt-0 {
  padding-top: 0 !important;
}

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

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

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

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

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

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

.pb-0 {
  padding-bottom: 0 !important;
}

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

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

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

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

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

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

.fs-0 {
  font-size: 0 !important;
}

.fs-13 {
  font-size: 0.8125rem !important;
}

.fs-14 {
  font-size: 0.875rem !important;
}

.fs-15 {
  font-size: 0.9375rem !important;
}

.fs-16 {
  font-size: 1rem !important;
}

.fs-17 {
  font-size: 1.0625rem !important;
}

.fs-18 {
  font-size: 1.125rem !important;
}

.fs-19 {
  font-size: 1.1875rem !important;
}

.fs-20 {
  font-size: 1.25rem !important;
}

.fs-21 {
  font-size: 1.3125rem !important;
}

.fs-22 {
  font-size: 1.375rem !important;
}

.fs-23 {
  font-size: 1.4375rem !important;
}

.fs-24 {
  font-size: 1.5rem !important;
}

/** */
.line-height-1 {
  line-height: 1 !important;
}

.line-height-1-1 {
  line-height: 1.1 !important;
}

.line-height-1-2 {
  line-height: 1.2 !important;
}

.line-height-1-3 {
  line-height: 1.3 !important;
}

.line-height-1-4 {
  line-height: 1.4 !important;
}

.line-height-1-5 {
  line-height: 1.5 !important;
}

.line-height-1-6 {
  line-height: 1.6 !important;
}

.line-height-1-7 {
  line-height: 1.7 !important;
}

.line-height-1-8 {
  line-height: 1.8 !important;
}

/** */
[data-glyph]::before {
  content: attr(data-glyph);
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
}

[data-glyph-after]::after {
  content: attr(data-glyph-after);
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
}

/** */
figure.wp-caption, figure.caption {
  max-width: 100% !important;
}
figure.wp-caption img, figure.caption img {
  display: inline-block;
}
figure.wp-caption .wp-caption-text, figure.wp-caption .caption-text, figure.caption .wp-caption-text, figure.caption .caption-text {
  padding-top: 10px;
  color: #323433;
}
figure.wp-caption.aligncenter, figure.caption.aligncenter {
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.vertical.nested.menu {
  display: none;
}

.tabs-panel {
  display: none;
  padding: 0;
}

[data-tab-content] {
  display: none;
}

.grid-container {
  max-width: 80rem;
}
@media only screen and (min-width: 90rem) {
  .grid-container.width-extra, .grid-container.grid-extra {
    max-width: 85.375rem;
  }
}
@media only screen and (min-width: 97.5rem) {
  .grid-container.widescreen {
    max-width: 100%;
    padding-left: -webkit-calc(180px + 15px);
    padding-left: calc(180px + 15px);
    padding-right: -webkit-calc(180px + 15px);
    padding-right: calc(180px + 15px);
  }
}
@media only screen and (min-width: 97.5rem) {
  .grid-container.full {
    max-width: 100%;
  }
}
.grid-container.no-padding {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 89.96875rem) {
  .grid-container {
    max-width: 73.75rem;
  }
}

@media only screen and (min-width: 90rem) {
  .section.width-extra .grid-container, .section.grid-extra .grid-container {
    max-width: 85.375rem;
  }
}

@media only screen and (min-width: 97.5rem) {
  .section.widescreen .grid-container {
    max-width: 100%;
    padding-left: -webkit-calc(180px + 15px);
    padding-left: calc(180px + 15px);
    padding-right: -webkit-calc(180px + 15px);
    padding-right: calc(180px + 15px);
  }
}

@media only screen and (min-width: 97.5rem) {
  .section.full .grid-container {
    max-width: 100%;
  }
}

/** */
.px-gutter {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media only screen and (max-width: 39.96875rem) {
  .px-gutter {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

.mx-gutter {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
@media only screen and (max-width: 39.96875rem) {
  .mx-gutter {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}

.button-arrow {
  overflow-wrap: break-word;
}
.button-arrow::after {
  content: "";
  display: inline-block;
  margin: 0 0 0 10px;
  width: 1rem;
  height: 1rem;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20style%3D%22fill%3A%23fff%3B%22%3E%3Cpath%20d%3D%22m11.293%2017.293%201.414%201.414L19.414%2012l-6.707-6.707-1.414%201.414L15.586%2011H6v2h9.586z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  vertical-align: -10%;
}

/** */
.overlay {
  position: relative;
}
.overlay .link-overlay {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: transparent;
}

.cover {
  display: block;
  overflow: hidden;
  position: relative;
}
.cover .link-cover, .cover .cover-trigger {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: transparent;
}

.res {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.res > img {
  display: block;
  height: 100% !important;
  /*width: auto;*/
  width: 100%;
  max-width: unset;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.res.auto > img {
  height: auto !important;
  width: auto !important;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
.res.scale {
  -webkit-transform: scale(1.0001);
          transform: scale(1.0001);
  will-change: transform;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s, -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s, -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.res.scale:hover {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
  opacity: 1;
}
@media only screen and (max-width: 39.96875rem) {
  .res.scale:hover {
    -webkit-transform: unset;
            transform: unset;
    opacity: 1;
  }
}
.res.res-map {
  height: 0;
  padding-bottom: 33.3333333333%;
  width: 100%;
}
@supports (aspect-ratio: 3/2) {
  .res.res-map {
    aspect-ratio: 3 / 1;
  }
}
.res iframe, .res embed, .res object, .res video {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  border: 0;
  width: 100%;
  height: 100%;
}

.ar-1, .ar-1-1 {
  height: 0;
  padding-bottom: 100%;
  width: 100%;
}
@supports (aspect-ratio: 3/2) {
  .ar-1, .ar-1-1 {
    aspect-ratio: 1 / 1;
  }
}

.ar-3-2 {
  height: 0;
  padding-bottom: 66.6666666667%;
  width: 100%;
}
@supports (aspect-ratio: 3/2) {
  .ar-3-2 {
    aspect-ratio: 3 / 2;
  }
}

.ar-2-3 {
  height: 0;
  padding-bottom: 150%;
  width: 100%;
}
@supports (aspect-ratio: 3/2) {
  .ar-2-3 {
    aspect-ratio: 2 / 3;
  }
}

.ar-4-3 {
  height: 0;
  padding-bottom: 75%;
  width: 100%;
}
@supports (aspect-ratio: 3/2) {
  .ar-4-3 {
    aspect-ratio: 4 / 3;
  }
}

.ar-3-4 {
  height: 0;
  padding-bottom: 133.3333333333%;
  width: 100%;
}
@supports (aspect-ratio: 3/2) {
  .ar-3-4 {
    aspect-ratio: 3 / 4;
  }
}

.ar-16-9 {
  height: 0;
  padding-bottom: 56.25%;
  width: 100%;
}
@supports (aspect-ratio: 3/2) {
  .ar-16-9 {
    aspect-ratio: 16 / 9;
  }
}

.ar-21-9 {
  height: 0;
  padding-bottom: 42.8571428571%;
  width: 100%;
}
@supports (aspect-ratio: 3/2) {
  .ar-21-9 {
    aspect-ratio: 21 / 9;
  }
}

.ar-2-1 {
  height: 0;
  padding-bottom: 50%;
  width: 100%;
}
@supports (aspect-ratio: 3/2) {
  .ar-2-1 {
    aspect-ratio: 2 / 1;
  }
}

.ar-3-1 {
  height: 0;
  padding-bottom: 33.3333333333%;
  width: 100%;
}
@supports (aspect-ratio: 3/2) {
  .ar-3-1 {
    aspect-ratio: 3 / 1;
  }
}

/** */
@media only screen and (max-width: 63.96875rem) {
  .art-1, .art-1-1 {
    height: 0;
    padding-bottom: 100%;
    width: 100%;
  }
  @supports (aspect-ratio: 3/2) {
    .art-1, .art-1-1 {
      aspect-ratio: 1 / 1;
    }
  }
}

@media only screen and (max-width: 63.96875rem) {
  .art-3-2 {
    height: 0;
    padding-bottom: 66.6666666667%;
    width: 100%;
  }
  @supports (aspect-ratio: 3/2) {
    .art-3-2 {
      aspect-ratio: 3 / 2;
    }
  }
}

@media only screen and (max-width: 63.96875rem) {
  .art-4-3 {
    height: 0;
    padding-bottom: 75%;
    width: 100%;
  }
  @supports (aspect-ratio: 3/2) {
    .art-4-3 {
      aspect-ratio: 4 / 3;
    }
  }
}

@media only screen and (max-width: 63.96875rem) {
  .art-16-9 {
    height: 0;
    padding-bottom: 56.25%;
    width: 100%;
  }
  @supports (aspect-ratio: 3/2) {
    .art-16-9 {
      aspect-ratio: 16 / 9;
    }
  }
}

/** */
@media only screen and (max-width: 39.96875rem) {
  .arm-1, .arm-1-1 {
    height: 0;
    padding-bottom: 100%;
    width: 100%;
  }
  @supports (aspect-ratio: 3/2) {
    .arm-1, .arm-1-1 {
      aspect-ratio: 1 / 1;
    }
  }
}

@media only screen and (max-width: 39.96875rem) {
  .arm-3-2 {
    height: 0;
    padding-bottom: 66.6666666667%;
    width: 100%;
  }
  @supports (aspect-ratio: 3/2) {
    .arm-3-2 {
      aspect-ratio: 3 / 2;
    }
  }
}

@media only screen and (max-width: 39.96875rem) {
  .arm-4-3 {
    height: 0;
    padding-bottom: 75%;
    width: 100%;
  }
  @supports (aspect-ratio: 3/2) {
    .arm-4-3 {
      aspect-ratio: 4 / 3;
    }
  }
}

@media only screen and (max-width: 39.96875rem) {
  .arm-16-9 {
    height: 0;
    padding-bottom: 56.25%;
    width: 100%;
  }
  @supports (aspect-ratio: 3/2) {
    .arm-16-9 {
      aspect-ratio: 16 / 9;
    }
  }
}

/** */
/** default layout */
/** */
.section-padding {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section-padding {
    padding-top: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section-padding {
    padding-top: 1.875rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section-padding {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section-padding {
    padding-bottom: 1.875rem;
  }
}

/** */
.section, .sidebar, .widget {
  /** */
  /** */
}
.section._h1, .sidebar._h1, .widget._h1 {
  margin-bottom: 0;
}
.section._h1 .heading-title, .section._h1 .sidebar-title, .section._h1 .widget-title, .sidebar._h1 .heading-title, .sidebar._h1 .sidebar-title, .sidebar._h1 .widget-title, .widget._h1 .heading-title, .widget._h1 .sidebar-title, .widget._h1 .widget-title {
  font-size: 2.375rem;
  line-height: 1.5;
}
@media only screen and (min-width: 40rem) {
  .section._h1 .heading-title, .section._h1 .sidebar-title, .section._h1 .widget-title, .sidebar._h1 .heading-title, .sidebar._h1 .sidebar-title, .sidebar._h1 .widget-title, .widget._h1 .heading-title, .widget._h1 .sidebar-title, .widget._h1 .widget-title {
    font-size: 2.9375rem;
  }
}
.section._h2, .sidebar._h2, .widget._h2 {
  margin-bottom: 0;
}
.section._h2 .heading-title, .section._h2 .sidebar-title, .section._h2 .widget-title, .sidebar._h2 .heading-title, .sidebar._h2 .sidebar-title, .sidebar._h2 .widget-title, .widget._h2 .heading-title, .widget._h2 .sidebar-title, .widget._h2 .widget-title {
  font-size: 2rem;
  line-height: 1.5;
}
@media only screen and (min-width: 40rem) {
  .section._h2 .heading-title, .section._h2 .sidebar-title, .section._h2 .widget-title, .sidebar._h2 .heading-title, .sidebar._h2 .sidebar-title, .sidebar._h2 .widget-title, .widget._h2 .heading-title, .widget._h2 .sidebar-title, .widget._h2 .widget-title {
    font-size: 2.3125rem;
  }
}
.section._h3, .sidebar._h3, .widget._h3 {
  margin-bottom: 0;
}
.section._h3 .heading-title, .section._h3 .sidebar-title, .section._h3 .widget-title, .sidebar._h3 .heading-title, .sidebar._h3 .sidebar-title, .sidebar._h3 .widget-title, .widget._h3 .heading-title, .widget._h3 .sidebar-title, .widget._h3 .widget-title {
  font-size: 1.5625rem;
  line-height: 1.5;
}
@media only screen and (min-width: 40rem) {
  .section._h3 .heading-title, .section._h3 .sidebar-title, .section._h3 .widget-title, .sidebar._h3 .heading-title, .sidebar._h3 .sidebar-title, .sidebar._h3 .widget-title, .widget._h3 .heading-title, .widget._h3 .sidebar-title, .widget._h3 .widget-title {
    font-size: 1.8125rem;
  }
}
.section._h4, .sidebar._h4, .widget._h4 {
  margin-bottom: 0;
}
.section._h4 .heading-title, .section._h4 .sidebar-title, .section._h4 .widget-title, .sidebar._h4 .heading-title, .sidebar._h4 .sidebar-title, .sidebar._h4 .widget-title, .widget._h4 .heading-title, .widget._h4 .sidebar-title, .widget._h4 .widget-title {
  font-size: 1.3125rem;
  line-height: 1.5;
}
@media only screen and (min-width: 40rem) {
  .section._h4 .heading-title, .section._h4 .sidebar-title, .section._h4 .widget-title, .sidebar._h4 .heading-title, .sidebar._h4 .sidebar-title, .sidebar._h4 .widget-title, .widget._h4 .heading-title, .widget._h4 .sidebar-title, .widget._h4 .widget-title {
    font-size: 1.5rem;
  }
}
.section._h5, .sidebar._h5, .widget._h5 {
  margin-bottom: 0;
}
.section._h5 .heading-title, .section._h5 .sidebar-title, .section._h5 .widget-title, .sidebar._h5 .heading-title, .sidebar._h5 .sidebar-title, .sidebar._h5 .widget-title, .widget._h5 .heading-title, .widget._h5 .sidebar-title, .widget._h5 .widget-title {
  font-size: 1.125rem;
  line-height: 1.5;
}
@media only screen and (min-width: 40rem) {
  .section._h5 .heading-title, .section._h5 .sidebar-title, .section._h5 .widget-title, .sidebar._h5 .heading-title, .sidebar._h5 .sidebar-title, .sidebar._h5 .widget-title, .widget._h5 .heading-title, .widget._h5 .sidebar-title, .widget._h5 .widget-title {
    font-size: 1.25rem;
  }
}
.section._h6, .sidebar._h6, .widget._h6 {
  margin-bottom: 0;
}
.section._h6 .heading-title, .section._h6 .sidebar-title, .section._h6 .widget-title, .sidebar._h6 .heading-title, .sidebar._h6 .sidebar-title, .sidebar._h6 .widget-title, .widget._h6 .heading-title, .widget._h6 .sidebar-title, .widget._h6 .widget-title {
  font-size: 1rem;
  line-height: 1.5;
}
@media only screen and (min-width: 40rem) {
  .section._h6 .heading-title, .section._h6 .sidebar-title, .section._h6 .widget-title, .sidebar._h6 .heading-title, .sidebar._h6 .sidebar-title, .sidebar._h6 .widget-title, .widget._h6 .heading-title, .widget._h6 .sidebar-title, .widget._h6 .widget-title {
    font-size: 1.0625rem;
  }
}
.section._light .heading-title, .section._light .sidebar-title, .section._light .widget-title, .sidebar._light .heading-title, .sidebar._light .sidebar-title, .sidebar._light .widget-title, .widget._light .heading-title, .widget._light .sidebar-title, .widget._light .widget-title {
  font-weight: 300;
}
.section._regular .heading-title, .section._regular .sidebar-title, .section._regular .widget-title, .sidebar._regular .heading-title, .sidebar._regular .sidebar-title, .sidebar._regular .widget-title, .widget._regular .heading-title, .widget._regular .sidebar-title, .widget._regular .widget-title {
  font-weight: 400;
}
.section._medium .heading-title, .section._medium .sidebar-title, .section._medium .widget-title, .sidebar._medium .heading-title, .sidebar._medium .sidebar-title, .sidebar._medium .widget-title, .widget._medium .heading-title, .widget._medium .sidebar-title, .widget._medium .widget-title {
  font-weight: 500;
}
.section._semi-bold .heading-title, .section._semi-bold .sidebar-title, .section._semi-bold .widget-title, .sidebar._semi-bold .heading-title, .sidebar._semi-bold .sidebar-title, .sidebar._semi-bold .widget-title, .widget._semi-bold .heading-title, .widget._semi-bold .sidebar-title, .widget._semi-bold .widget-title {
  font-weight: 600;
}
.section._bold .heading-title, .section._bold .sidebar-title, .section._bold .widget-title, .sidebar._bold .heading-title, .sidebar._bold .sidebar-title, .sidebar._bold .widget-title, .widget._bold .heading-title, .widget._bold .sidebar-title, .widget._bold .widget-title {
  font-weight: 700;
}
.section._black .heading-title, .section._black .sidebar-title, .section._black .widget-title, .sidebar._black .heading-title, .sidebar._black .sidebar-title, .sidebar._black .widget-title, .widget._black .heading-title, .widget._black .sidebar-title, .widget._black .widget-title {
  color: #000000;
}
.section._white .heading-title, .section._white .sidebar-title, .section._white .widget-title, .sidebar._white .heading-title, .sidebar._white .sidebar-title, .sidebar._white .widget-title, .widget._white .heading-title, .widget._white .sidebar-title, .widget._white .widget-title {
  color: #ffffff;
}
.section._medium-black .heading-title, .section._medium-black .sidebar-title, .section._medium-black .widget-title, .sidebar._medium-black .heading-title, .sidebar._medium-black .sidebar-title, .sidebar._medium-black .widget-title, .widget._medium-black .heading-title, .widget._medium-black .sidebar-title, .widget._medium-black .widget-title {
  color: #323433;
}
.section._color1 .heading-title, .section._color1 .sidebar-title, .section._color1 .widget-title, .sidebar._color1 .heading-title, .sidebar._color1 .sidebar-title, .sidebar._color1 .widget-title, .widget._color1 .heading-title, .widget._color1 .sidebar-title, .widget._color1 .widget-title {
  color: #204982;
}
.section._color2 .heading-title, .section._color2 .sidebar-title, .section._color2 .widget-title, .sidebar._color2 .heading-title, .sidebar._color2 .sidebar-title, .sidebar._color2 .widget-title, .widget._color2 .heading-title, .widget._color2 .sidebar-title, .widget._color2 .widget-title {
  color: #F22525;
}
.section._color3 .heading-title, .section._color3 .sidebar-title, .section._color3 .widget-title, .sidebar._color3 .heading-title, .sidebar._color3 .sidebar-title, .sidebar._color3 .widget-title, .widget._color3 .heading-title, .widget._color3 .sidebar-title, .widget._color3 .widget-title {
  color: #8AD9FD;
}

/** gallery */
[id^=gallery-] {
  margin: -1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
}
[id^=gallery-] > .gallery-item {
  padding: 1px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
[id^=gallery-] > .gallery-item a {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  width: 100%;
}
[id^=gallery-] > .gallery-item a > img {
  display: block;
  height: 100% !important;
  /*width: auto;*/
  width: 100%;
  max-width: unset;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@supports (aspect-ratio: 3/2) {
  [id^=gallery-] > .gallery-item a {
    aspect-ratio: 4 / 3;
  }
}
[id^=gallery-] > .gallery-item a::before, [id^=gallery-] > .gallery-item a::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
[id^=gallery-] > .gallery-item a::before {
  content: "\f03e";
  font-family: "Font Awesome 6 Pro";
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  font-size: 35px;
  color: #fff;
  z-index: 1;
  font-weight: 300;
}
[id^=gallery-] > .gallery-item a::after {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5019607843);
}
[id^=gallery-] > .gallery-item a:hover::before, [id^=gallery-] > .gallery-item a:hover::after {
  opacity: 1;
}
[id^=gallery-].gallery-columns-1 > .gallery-item {
  width: 100%;
}
[id^=gallery-].gallery-columns-2 > .gallery-item {
  width: 50%;
}
[id^=gallery-].gallery-columns-3 > .gallery-item {
  width: 33.3333333333%;
}
@media only screen and (max-width: 39.96875rem) {
  [id^=gallery-].gallery-columns-3 > .gallery-item {
    width: 50%;
  }
}
[id^=gallery-].gallery-columns-4 > .gallery-item {
  width: 25%;
}
@media only screen and (max-width: 39.96875rem) {
  [id^=gallery-].gallery-columns-4 > .gallery-item {
    width: 50%;
  }
}
@media only screen and (max-width: 63.96875rem) {
  [id^=gallery-].gallery-columns-4 > .gallery-item {
    width: 33.3333333333%;
  }
}
[id^=gallery-].gallery-columns-5 > .gallery-item {
  width: 20%;
}
@media only screen and (max-width: 39.96875rem) {
  [id^=gallery-].gallery-columns-5 > .gallery-item {
    width: 50%;
  }
}
@media only screen and (max-width: 63.96875rem) {
  [id^=gallery-].gallery-columns-5 > .gallery-item {
    width: 33.3333333333%;
  }
}
[id^=gallery-].gallery-columns-6 > .gallery-item {
  width: 16.6666666667%;
}
@media only screen and (max-width: 39.96875rem) {
  [id^=gallery-].gallery-columns-6 > .gallery-item {
    width: 50%;
  }
}
@media only screen and (max-width: 63.96875rem) {
  [id^=gallery-].gallery-columns-6 > .gallery-item {
    width: 33.3333333333%;
  }
}
[id^=gallery-].gallery-columns-7 > .gallery-item {
  width: 14.2857142857%;
}
@media only screen and (max-width: 39.96875rem) {
  [id^=gallery-].gallery-columns-7 > .gallery-item {
    width: 50%;
  }
}
@media only screen and (max-width: 63.96875rem) {
  [id^=gallery-].gallery-columns-7 > .gallery-item {
    width: 33.3333333333%;
  }
}
[id^=gallery-].gallery-columns-8 > .gallery-item {
  width: 12.5%;
}
@media only screen and (max-width: 39.96875rem) {
  [id^=gallery-].gallery-columns-8 > .gallery-item {
    width: 50%;
  }
}
@media only screen and (max-width: 63.96875rem) {
  [id^=gallery-].gallery-columns-8 > .gallery-item {
    width: 33.3333333333%;
  }
}
[id^=gallery-].gallery-columns-9 > .gallery-item {
  width: 11.1111111111%;
}
@media only screen and (max-width: 39.96875rem) {
  [id^=gallery-].gallery-columns-9 > .gallery-item {
    width: 50%;
  }
}
@media only screen and (max-width: 63.96875rem) {
  [id^=gallery-].gallery-columns-9 > .gallery-item {
    width: 33.3333333333%;
  }
}

/* @todo pagination */
.pagination {
  text-align: center;
  border: 0;
  padding: 0;
  margin: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.pagination::before, .pagination::after {
  display: none;
}
.pagination li {
  display: block;
  margin-right: 0;
}
.pagination li.current {
  font-weight: 500;
  color: #ffffff;
  background-color: #F22525;
  border: none;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 2.25rem;
  height: 2.25rem;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  padding: 0;
  font-size: 0.875rem;
}
.pagination li:not(:last-child) {
  margin-right: 10px;
}
.pagination span.current {
  font-weight: 500;
  color: #ffffff;
  background-color: #F22525;
  border: none;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 2.25rem;
  height: 2.25rem;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  padding: 0;
  font-size: 0.875rem;
}
.pagination a, .pagination button {
  font-weight: 400;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  padding: 0;
  font-size: 15px;
  position: relative;
  width: 2.25rem;
  height: 2.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  color: #000000;
}
.pagination a:hover, .pagination button:hover {
  opacity: 1;
  color: #ffffff;
  text-decoration: none;
}
.pagination a i, .pagination button i {
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
}
.pagination a:hover, .pagination button:hover {
  background-color: #F22525;
  border: none;
}
.pagination a:hover i, .pagination button:hover i {
  color: #ffffff;
}

/** */
/* @todo .hotline-mobile*/
.hotline-mobile {
  position: fixed;
  background-color: transparent;
  cursor: pointer;
  z-index: 99999;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: visibility 0.5s;
  transition: visibility 0.5s;
  bottom: 60px;
  left: 20px;
  width: 5.375rem;
  height: 5.375rem;
  opacity: 0 !important;
  -webkit-animation: fadeIn ease-in-out 8s;
          animation: fadeIn ease-in-out 8s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.hotline-mobile .hl-circle {
  width: 5.375rem;
  height: 5.375rem;
  background-color: transparent;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  border: 2px solid #EC1E24;
  -webkit-animation: ng-circle-anim 1.2s infinite ease-in-out;
          animation: ng-circle-anim 1.2s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.hotline-mobile .hl-circle-fill {
  width: 3.25rem;
  height: 3.25rem;
  top: 17px;
  left: 17px;
  position: absolute;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: ng-circle-fill-anim 2.3s infinite ease-in-out;
          animation: ng-circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(#EC1E24), to(#ec3a1e));
  background-image: linear-gradient(90deg, #EC1E24 0%, #ec3a1e 100%);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.hotline-mobile .hl-circle-icon {
  width: 2.625rem;
  height: 2.625rem;
  -webkit-animation: ng-circle-icon-anim 1s infinite ease-in-out;
          animation: ng-circle-icon-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(#EC1E24), to(#ec3a1e));
  background-image: linear-gradient(90deg, #EC1E24 0%, #ec3a1e 100%);
  position: absolute;
  top: 22px;
  left: 22px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.hotline-mobile .hl-circle-icon::before {
  font-weight: 900;
  color: #ffffff;
  font-size: 1.375rem;
  opacity: 0.9;
}
.hotline-mobile .has-tip {
  cursor: default;
  border-bottom: none;
  font-weight: inherit;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes ng-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
            transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
            transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.4;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
            transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@-moz-keyframes ng-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.4;
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@keyframes ng-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
            transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
            transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.4;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
            transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@-webkit-keyframes ng-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
            transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
            transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
            transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-moz-keyframes ng-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes ng-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
            transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
            transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
            transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes ng-circle-icon-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
            transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
            transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
            transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
            transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
            transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
            transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
            transform: rotate(0) scale(1) skew(1deg);
  }
}
@-moz-keyframes ng-circle-icon-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes ng-circle-icon-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
            transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
            transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
            transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
            transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
            transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
            transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
            transform: rotate(0) scale(1) skew(1deg);
  }
}
/** */
/* @todo .up-seo-list*/
.up-seo-list {
  list-style: none;
  margin: 0 1% 30px 1%;
  color: #000000;
}
.up-seo-list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 8px;
  padding-top: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
          align-items: baseline;
}
.up-seo-list li:last-child {
  border-bottom: none;
}
.up-seo-list li .txt .post-title {
  color: currentColor;
  font-size: 0.875rem;
  color: currentColor;
}
.up-seo-list li .txt .post-title:hover {
  opacity: 1;
  color: #F22525;
  text-decoration: none;
}
/** */
/* @todo .toTop*/
.toTop {
  width: 2rem;
  height: 2rem;
  font-size: 1.0625rem;
  position: fixed;
  right: 10px;
  bottom: 65px;
  z-index: 9998;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
@media only screen and (max-width: 39.96875rem) {
  .toTop {
    bottom: 10px;
  }
}
.toTop::before {
  font-weight: 300;
  width: 1.875rem;
  height: 1.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  color: #000000;
}
.toTop::after {
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  border: 1px solid #eee;
  outline: 1px solid #9a9a9a;
  background-color: rgba(255, 255, 255, 0.5);
}
.toTop > #toTopHover {
  display: none;
}
.toTop:hover, .toTop:focus {
  color: #204982;
}
.toTop:hover::after, .toTop:focus::after {
  outline: 1px solid #204982;
  background-color: rgba(230, 230, 230, 0.5);
}

/** */
/* @todo .inline-share */
.inline-share {
  /*border: 1px solid rgba(0, 0, 0, 0.1);*/
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
          align-items: baseline;
  font-size: 0.75rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  /*@include media-padding(15, false, 10);*/
}
@media only screen and (max-width: 39.96875rem) {
  .inline-share {
    margin-top: 1.875rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .inline-share {
    margin-bottom: 1.875rem;
  }
}
.inline-share .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-size: inherit;
  font-weight: 500;
  margin-right: 15px;
  position: relative;
  top: 3px;
}
.inline-share .title::before {
  height: auto;
  margin-right: 10px;
  font-size: 0.875rem;
  font-weight: 300;
}
.inline-share .inline-share-groups {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.inline-share .inline-share-groups > * {
  margin-left: 10px;
}
.inline-share .inline-share-groups .zalo-follow-only-button {
  max-height: 20px;
}

/** */
/* @todo .share-icon */
.share-icon {
  background: rgba(240, 240, 240, 0.1);
  border: 1px solid rgba(50, 52, 51, 0.6);
  width: 2.125rem;
  height: 2.125rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: block;
  padding: 0;
  position: relative;
}
.share-icon::before {
  margin: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: -webkit-calc(50% - 0.5rem);
  top: calc(50% - 0.5rem);
  left: -webkit-calc(50% - 0.5rem);
  left: calc(50% - 0.5rem);
  /*filter: brightness(0) invert(0.9);*/
}
.share-icon.icon-facebook::before {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20fill%3D%22`%23323433`%22%20d%3D%22M279.14%20288l14.22-92.66h-88.91v-60.13c0-25.35%2012.42-50.06%2052.24-50.06h40.42V6.26S260.43%200%20225.36%200c-73.22%200-121.08%2044.38-121.08%20124.72v70.62H22.89V288h81.39v224h100.17V288z%22%2F%3E%3C%2Fsvg%3E");
}
.share-icon.icon-twitter::before {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22`%23323433`%22%20d%3D%22M459.37%20151.716c.325%204.548.325%209.097.325%2013.645%200%20138.72-105.583%20298.558-298.558%20298.558-59.452%200-114.68-17.219-161.137-47.106%208.447.974%2016.568%201.299%2025.34%201.299%2049.055%200%2094.213-16.568%20130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772%206.498.974%2012.995%201.624%2019.818%201.624%209.421%200%2018.843-1.3%2027.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969%207.797%2030.214%2012.67%2047.431%2013.319-28.264-18.843-46.781-51.005-46.781-87.391%200-19.492%205.197-37.36%2014.294-52.954%2051.655%2063.675%20129.3%20105.258%20216.365%20109.807-1.624-7.797-2.599-15.918-2.599-24.04%200-57.828%2046.782-104.934%20104.934-104.934%2030.213%200%2057.502%2012.67%2076.67%2033.137%2023.715-4.548%2046.456-13.32%2066.599-25.34-7.798%2024.366-24.366%2044.833-46.132%2057.827%2021.117-2.273%2041.584-8.122%2060.426-16.243-14.292%2020.791-32.161%2039.308-52.628%2054.253z%22%2F%3E%3C%2Fsvg%3E");
}
.share-icon.icon-telegram::before {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20fill%3D%22`%23323433`%22%20d%3D%22M446.7%2098.6l-67.6%20318.8c-5.1%2022.5-18.4%2028.1-37.3%2017.5l-103-75.9-49.7%2047.8c-5.5%205.5-10.1%2010.1-20.7%2010.1l7.4-104.9%20190.9-172.5c8.3-7.4-1.8-11.5-12.9-4.1L117.8%20284%2016.2%20252.2c-22.1-6.9-22.5-22.1%204.6-32.7L418.2%2066.4c18.4-6.9%2034.5%204.1%2028.5%2032.2z%22%2F%3E%3C%2Fsvg%3E");
}
.share-icon.icon-send-email::before, .share-icon.icon-mail::before {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22`%23323433`%22%20d%3D%22M464%2064H48C21.49%2064%200%2085.49%200%20112v288c0%2026.51%2021.49%2048%2048%2048h416c26.51%200%2048-21.49%2048-48V112c0-26.51-21.49-48-48-48zm0%2048v40.805c-22.422%2018.259-58.168%2046.651-134.587%20106.49-16.841%2013.247-50.201%2045.072-73.413%2044.701-23.208.375-56.579-31.459-73.413-44.701C106.18%20199.465%2070.425%20171.067%2048%20152.805V112h416zM48%20400V214.398c22.914%2018.251%2055.409%2043.862%20104.938%2082.646%2021.857%2017.205%2060.134%2055.186%20103.062%2054.955%2042.717.231%2080.509-37.199%20103.053-54.947%2049.528-38.783%2082.032-64.401%20104.947-82.653V400H48z%22%2F%3E%3C%2Fsvg%3E");
}
.share-icon.icon-web-share::before, .share-icon.icon-share::before {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20fill%3D%22`%23323433`%22%20d%3D%22M352%20320c-25.6%200-48.9%2010-66.1%2026.4l-98.3-61.5c5.9-18.8%205.9-39.1%200-57.8l98.3-61.5C303.1%20182%20326.4%20192%20352%20192c53%200%2096-43%2096-96S405%200%20352%200s-96%2043-96%2096c0%209.8%201.5%2019.6%204.4%2028.9l-98.3%2061.5C144.9%20170%20121.6%20160%2096%20160c-53%200-96%2043-96%2096s43%2096%2096%2096c25.6%200%2048.9-10%2066.1-26.4l98.3%2061.5c-2.9%209.4-4.4%2019.1-4.4%2028.9%200%2053%2043%2096%2096%2096s96-43%2096-96-43-96-96-96zm0-272c26.5%200%2048%2021.5%2048%2048s-21.5%2048-48%2048-48-21.5-48-48%2021.5-48%2048-48zM96%20304c-26.5%200-48-21.5-48-48s21.5-48%2048-48%2048%2021.5%2048%2048-21.5%2048-48%2048zm256%20160c-26.5%200-48-21.5-48-48s21.5-48%2048-48%2048%2021.5%2048%2048-21.5%2048-48%2048z%22%2F%3E%3C%2Fsvg%3E");
}

/** */
/* @todo .sharing_toolbox */
.sharing_toolbox .share-title {
  bottom: 35px;
  color: #323433;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-size: 13px;
  font-weight: 400;
  position: relative;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  white-space: nowrap;
}
.sharing_toolbox .share-title::before {
  background: #ccc;
  content: "";
  height: 1px;
  margin-right: 3px;
  width: 10px;
}
.sharing_toolbox .social-share > .share-label {
  display: none;
}
.sharing_toolbox .social-share ul.share-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  list-style: none;
  margin: 0;
}
.sharing_toolbox .social-share ul.share-actions > li.share-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 15px;
}
.sharing_toolbox .social-share ul.share-actions > li.share-action > button.share-button {
  cursor: pointer;
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sharing_toolbox .social-share ul.share-actions > li.share-action > button.share-button:hover {
  opacity: 1;
}

/** */
/* @todo off-canvas */
.position-top {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.position-bottom {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.js-off-canvas-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.2s ease-in-out, z-index 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, z-index 0.2s ease-in-out;
}
.js-off-canvas-overlay.is-visible {
  z-index: 10000 !important;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/** */
.menu-lines {
  background: none;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  outline: none;
  padding: 0;
  position: relative;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  width: 2.5rem;
  height: 2.5rem;
}
.menu-lines::before {
  font-weight: 300;
  font-size: 23px;
  color: #000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1;
}
.menu-lines .menu-txt {
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: none;
}
.menu-lines .hamburger {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 22px;
  cursor: pointer;
}
.menu-lines .hamburger::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #323433;
  -webkit-box-shadow: 0 10px 0 #323433, 0 20px 0 #323433;
          box-shadow: 0 10px 0 #323433, 0 20px 0 #323433;
  content: "";
}
.menu-lines .hamburger:hover::after {
  background: #323433;
  -webkit-box-shadow: 0 10px 0 #323433, 0 20px 0 #323433;
          box-shadow: 0 10px 0 #323433, 0 20px 0 #323433;
}
.menu-lines .line {
  background-color: currentColor;
  -webkit-border-radius: 0;
          border-radius: 0;
  height: 1px;
  left: 10px;
  position: absolute;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  width: 100%;
  display: none;
}
.menu-lines .line-1 {
  top: 10px;
  width: 20.8px;
}
.menu-lines .line-2 {
  top: -webkit-calc(50% - 1px);
  top: calc(50% - 1px);
  width: 20.8px;
}
.menu-lines .line-3 {
  bottom: 10px;
  width: 20.8px;
}
.menu-lines:hover, .menu-lines:focus {
  background: none;
  outline: none;
  color: #204982;
}
.menu-lines:hover .line {
  width: 20.8px;
}
.menu-lines:hover::before {
  color: #000000;
}
@media only screen and (max-width: 39.96875rem) {
  .menu-lines {
    width: 2.1875rem;
    height: 2.1875rem;
  }
}

/** */
.off-canvas {
  background-color: rgba(0, 0, 0, 0.8);
}
.off-canvas.is-open {
  -webkit-transform: translate(0) translateZ(3px);
          transform: translate(0) translateZ(3px);
}
.off-canvas .menu-outer .inside-search.inline-search .frm-search {
  border: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  background: none;
}
.off-canvas .menu-outer .inside-search.inline-search .frm-search button[type=submit] {
  position: absolute;
  background: none;
  left: 2px;
}
.off-canvas .menu-outer .inside-search.inline-search .frm-search button[type=submit] span {
  display: none;
}
.off-canvas ul.vertical.menu {
  position: relative;
  z-index: 9998;
  height: 100%;
  overflow: hidden;
  -webkit-transform: translateZ(3px);
          transform: translateZ(3px);
}
.off-canvas.is-transition-overlap {
  z-index: 1000001 !important;
}
.off-canvas.is-transition-overlap.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap.is-open {
  visibility: visible;
  -webkit-box-shadow: -3px 0 3px rgba(50, 52, 51, 0.1);
          box-shadow: -3px 0 3px rgba(50, 52, 51, 0.1);
}
.off-canvas .menu-lines {
  color: #fff;
  position: absolute;
  top: 16px;
  right: 16px;
  display: block;
  z-index: 9999;
  height: 32px;
  width: 32px;
  opacity: 0;
  -webkit-transition: 0.6s 0.5s ease-in-out;
  transition: 0.6s 0.5s ease-in-out;
  -webkit-transform: translateZ(3px);
          transform: translateZ(3px);
  padding: 0;
}
.off-canvas .menu-lines .menu-txt {
  color: currentColor;
  -webkit-transition: 0.6s 0.5s ease-in-out;
  transition: 0.6s 0.5s ease-in-out;
}
.off-canvas .menu-lines .line {
  position: absolute;
  top: 16px;
  left: 4px;
  height: 1px;
  background-color: currentColor;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-transition: 0.6s 0.5s ease-in-out;
  transition: 0.6s 0.5s ease-in-out;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 24px;
  display: block;
}
.off-canvas.is-open .menu-lines {
  opacity: 1;
  -webkit-transform: translateZ(3px);
          transform: translateZ(3px);
}
.off-canvas.is-open .menu-lines .line-1 {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.off-canvas.is-open .menu-lines .line-2 {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.off-canvas.position-top.is-open, .off-canvas.position-bottom.is-open {
  -webkit-transform: translateY(0) translateZ(3px);
          transform: translateY(0) translateZ(3px);
}
.off-canvas .title-bar-title {
  font-weight: 500;
  position: absolute;
  top: 16px;
  z-index: 9999;
  /*transform: translateZ(3px) translateX(-50%);*/
  left: 20px;
  -webkit-transform: translateZ(3px);
          transform: translateZ(3px);
}
.off-canvas .title-bar-title > a {
  color: #fff;
  display: block;
  font-size: 1rem;
}
@media only screen and (min-width: 40rem) {
  .off-canvas .title-bar-title > a {
    font-size: 1.0625rem;
  }
}
.off-canvas .title-bar-title > a > img {
  display: block;
  max-height: 50px;
  width: auto;
}
.off-canvas .title-bar-title > a > img + span {
  display: none;
}
.off-canvas .title-bar-title > a > span {
  display: block;
  font-size: 20px;
  font-weight: 500;
}

/** */
/** @todo swipers controls */
.swiper-controls .swiper-button {
  opacity: 0.8;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 2.8125rem;
  height: 2.8125rem;
  margin-top: 0;
}
@media only screen and (max-width: 39.96875rem) {
  .swiper-controls .swiper-button {
    width: 2.1875rem;
    height: 2.1875rem;
  }
}
.swiper-controls .swiper-button::before {
  color: #204982;
  font-size: 24px;
  font-weight: 400;
}
@media only screen and (max-width: 39.96875rem) {
  .swiper-controls .swiper-button::before {
    font-size: 20px;
  }
}
.swiper-controls .swiper-button svg {
  fill: #323433;
  color: #323433;
  font-size: 18px;
}
.swiper-controls .swiper-button:focus, .swiper-controls .swiper-button:hover {
  outline: none;
  opacity: 1;
}
.swiper-controls .swiper-button:focus::before, .swiper-controls .swiper-button:hover::before {
  opacity: 0.9;
}
.swiper-controls .swiper-pagination {
  position: relative;
  white-space: nowrap;
  margin-top: 20px;
  /*custom*/
}
.swiper-controls .swiper-pagination.swiper-pagination-fraction {
  padding: 0;
}
.swiper-controls .swiper-pagination.swiper-pagination-bullets {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
.swiper-controls .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  -webkit-border-radius: 2px;
          border-radius: 2px;
  opacity: 0.6;
  margin: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #262726;
  -webkit-box-shadow: 0 0 0 2px #262726;
          box-shadow: 0 0 0 2px #262726;
  width: 0.3125rem;
  height: 0.3125rem;
}
@media only screen and (max-width: 39.96875rem) {
  .swiper-controls .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 0.25rem;
    height: 0.25rem;
  }
}
.swiper-controls .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:focus {
  outline: none;
}
.swiper-controls .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover {
  background-color: #323433;
  -webkit-box-shadow: 0 0 0 2px #323433;
          box-shadow: 0 0 0 2px #323433;
}
.swiper-controls .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 15px;
  background-color: #2b2c2b;
  -webkit-box-shadow: 0 0 0 2px #2b2c2b;
          box-shadow: 0 0 0 2px #2b2c2b;
}
.swiper-controls .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:hover {
  background-color: #323433;
  -webkit-box-shadow: 0 0 0 2px #323433;
          box-shadow: 0 0 0 2px #323433;
}
.swiper-controls .swiper-pagination.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  opacity: 0.3;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.swiper-controls .swiper-pagination.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 5px;
  opacity: 1;
}
.swiper-controls .swiper-pagination.swiper-pagination-progressbar {
  padding: 0;
  position: absolute;
  bottom: 0;
  top: auto;
  right: auto;
  left: 50%;
  width: 300px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 90vw;
  height: 2px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background: #eee;
}
.swiper-controls .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(#2a60ab), to(#f55555));
  background-image: linear-gradient(90deg, #2a60ab 0%, #f55555 100%);
}
.swiper-controls .swiper-pagination.swiper-pagination-custom {
  /*left: 0;
  transform: translateX(0);*/
  text-align: left;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
@media only screen and (max-width: 89.96875rem) {
  .swiper-controls .swiper-pagination.swiper-pagination-custom {
    max-width: 73.75rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .swiper-controls .swiper-pagination.swiper-pagination-custom {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
.swiper-controls .swiper-pagination.swiper-pagination-custom .swiper-pagination-bullet {
  border: 1px solid #323433;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 2rem;
  height: 2rem;
  color: #323433;
  -webkit-transition: background-color 0.4s, color 0.3s;
  transition: background-color 0.4s, color 0.3s;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 600;
  font-size: 15px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.swiper-controls .swiper-pagination.swiper-pagination-custom .swiper-pagination-bullet:hover {
  color: #eee;
  background-color: rgba(50, 52, 51, 0.8) !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.swiper-controls .swiper-pagination.swiper-pagination-custom .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 2rem;
  height: 2rem;
  color: #fff;
  background-color: rgba(50, 52, 51, 0.9) !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
@media only screen and (max-width: 39.96875rem) {
  .swiper-controls .swiper-pagination.swiper-pagination-custom .swiper-pagination-bullet {
    width: 1.875rem;
    height: 1.875rem;
    font-weight: 500;
  }
  .swiper-controls .swiper-pagination.swiper-pagination-custom .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.swiper-controls .swiper-progress {
  height: 2px;
  background-color: #ffffff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.swiper-controls .swiper-progress::after {
  content: "";
  width: 0;
  -webkit-transition: width 0s;
  transition: width 0s;
  background-image: -webkit-gradient(linear, left top, right top, from(#2a60ab), to(#f55555));
  background-image: linear-gradient(90deg, #2a60ab 0%, #f55555 100%);
  height: 2px;
  position: absolute;
}
.swiper-controls .swiper-progress.progress::after {
  width: 100%;
  -webkit-transition: width 6s linear;
  transition: width 6s linear;
}
.swiper-controls.normal-controls .swiper-button {
  opacity: 1;
  border: none !important;
  width: 0.75rem;
  height: 0.75rem;
}
.swiper-controls.normal-controls .swiper-button::before, .swiper-controls.normal-controls .swiper-button::after {
  display: none;
}

/** */
.grid-container.swiper-container {
  overflow: visible;
}

.swiper-section {
  position: relative;
}
.swiper-marquee .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
  touch-action: manipulation;
}

/** swiper */
.swiper .swiper-slide {
  height: auto;
  overflow: unset;
  opacity: 0;
  -webkit-transition: opacity 100ms;
  transition: opacity 100ms;
}
.swiper .swiper-slide .item {
  position: relative;
  width: 100%;
  height: 100%;
}
.swiper .swiper-slide .item .overlay, .swiper .swiper-slide .item img {
  width: 100%;
  height: 100%;
}
.swiper.swiper-initialized {
  z-index: 3;
}
.swiper.swiper-initialized .swiper-slide {
  opacity: 1;
}
.swiper.swiper-initialized ~ .swiper-controls .swiper-button {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  background: #ffffff;
  border: 1px solid #204982;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  z-index: 99;
}
.swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-prev {
  left: 10px;
}
.swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-next {
  right: 10px;
}
.swiper.swiper-initialized ~ .swiper-controls .swiper-button:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.9);
}
.swiper.swiper-initialized ~ .swiper-controls .swiper-button:hover::before {
  color: #000;
}
.swiper.swiper-initialized ~ .swiper-controls .swiper-button:after {
  display: none;
}
.swiper.swiper-initialized:hover ~ .swiper-controls .swiper-button {
  opacity: 0.8;
}

/** */
.horizontal-menu.menu > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
}
.horizontal-menu.menu > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  line-height: normal;
  padding: 0;
  position: relative;
}
.horizontal-menu.menu > li > a:hover {
  background-color: unset;
}
.horizontal-menu.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 22px;
}
.horizontal-menu.menu > li.is-dropdown-submenu-parent > a::after {
  border: solid #204982;
  border-width: 0 2px 2px 0;
  margin-top: -5px;
  padding: 3px;
  right: 5px;
  -webkit-transform: rotate(45deg) translateY(-2px);
          transform: rotate(45deg) translateY(-2px);
  width: 8px;
  font-weight: 600;
  opacity: 1;
}
.horizontal-menu.menu > li > .menu.is-dropdown-submenu {
  top: 100%;
}
.horizontal-menu.menu > li .menu.vertical {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.horizontal-menu.menu > li .menu.is-dropdown-submenu {
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
  min-width: 240px;
  width: auto;
  padding: 0;
  z-index: 3;
}
.horizontal-menu.menu > li .menu li {
  position: relative;
}
.horizontal-menu.menu > li .menu li > a {
  background: none;
  position: relative;
}
.horizontal-menu.menu > li .menu li > a:hover {
  color: #204982;
  /*backdrop-filter: blur(10px);*/
}
.horizontal-menu.menu > li .menu li:hover, .horizontal-menu.menu > li .menu li.is-active {
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.horizontal-menu.menu > li .menu li:hover > .menu.is-dropdown-submenu, .horizontal-menu.menu > li .menu li.is-active > .menu.is-dropdown-submenu {
  opacity: 1;
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  visibility: visible;
  height: auto;
}
.horizontal-menu.menu > li .menu .is-active, .horizontal-menu.menu > li .menu .active {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.horizontal-menu.menu > li .menu .is-active > a, .horizontal-menu.menu > li .menu .active > a {
  background: none;
}
.horizontal-menu.menu > li:hover > .menu.is-dropdown-submenu, .horizontal-menu.menu > li.is-active > .menu.is-dropdown-submenu {
  opacity: 1;
  /* transition: all 0.2s ease 0s;*/
  visibility: visible;
  height: auto;
}
.horizontal-menu.menu > li:hover > a, .horizontal-menu.menu > li.is-active > a {
  background-color: unset;
}
.horizontal-menu.menu > li.is-active > a, .horizontal-menu.menu > li.active > a {
  background-color: unset;
}
.horizontal-menu .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  border: none;
  width: 0.375rem;
  height: 0.375rem;
  border-right: 1px solid currentColor;
  border-top: 1px solid currentColor;
  margin-top: 0;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.horizontal-menu .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  border: none;
  border-right: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  width: 0.4375rem;
  height: 0.4375rem;
  left: auto;
  margin-top: 0;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(225deg);
          transform: translateY(-50%) rotate(225deg);
}

/** */
.terms-menu.menu {
  padding: 5px 0;
}
@media only screen and (max-width: 63.96875rem) {
  .terms-menu.menu {
    padding: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
}
.terms-menu.menu > li > a {
  color: currentColor;
  line-height: normal;
  padding: 0 10px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  border-right: 1px solid #ffffff;
}
.terms-menu.menu > li > a img {
  width: 30px;
  height: 30px;
}
.terms-menu.menu > li > a span {
  display: none;
}
.terms-menu.menu > li > a:hover {
  opacity: 0.7;
}
.terms-menu.menu > li:last-child a {
  border-right: none;
}

/** */
.mobile-menu.menu {
  padding-bottom: 40px;
  padding-top: 0;
}
.mobile-menu.menu .active > a, .mobile-menu.menu a:hover {
  background: none;
  color: #ccc;
}
.mobile-menu.menu .submenu-toggle {
  border-color: #e6e6e6;
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  right: 10px;
  top: 15px;
}
.mobile-menu.menu .submenu-toggle::after {
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  padding: 3px;
  position: absolute;
  -webkit-transform: rotate(45deg) translateY(-7px) translateX(4px);
          transform: rotate(45deg) translateY(-7px) translateX(4px);
  width: 7px;
}
.mobile-menu.menu .submenu-toggle[aria-expanded=true]::after {
  -webkit-transform: rotate(225deg) translateY(4px) translateX(-7px);
          transform: rotate(225deg) translateY(4px) translateX(-7px);
}
.mobile-menu.menu > li {
  position: relative;
}
.mobile-menu.menu > li.lang-item a {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 0;
  padding-top: 0;
}
.mobile-menu.menu > li.lang-item a img {
  display: block;
}
.mobile-menu.menu > li.lang-item a span {
  display: block;
}
.mobile-menu.menu > li > a {
  color: #ffffff;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
  /*text-transform: uppercase;*/
  /* letter-spacing: 0.5px;*/
  padding: 10px 20px;
}
.mobile-menu.menu li > a {
  font-size: 0.9375rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.mobile-menu.menu li > a > img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.625rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (max-width: 39.96875rem) {
  .mobile-menu.menu li > a > img {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.mobile-menu.menu li > a > span {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
}
.mobile-menu.menu li.is-accordion-submenu-parent > a {
  position: relative;
}
.mobile-menu.menu li.is-accordion-submenu-parent > a::after {
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  content: "\f107";
  position: absolute;
  right: 20px;
  font-weight: 300;
  font-size: 18px;
}
.mobile-menu.menu .submenu.nested {
  padding-left: 15px;
  background: none;
}
.mobile-menu.menu .submenu > li > a {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #eee;
}
.mobile-menu.menu .submenu > li > a:hover {
  opacity: 1;
  color: #fff;
  text-decoration: none;
}
.mobile-menu.menu .submenu > li.active a {
  color: #fff;
}

/** */
.desktop-menu.menu {
  height: 50px;
  position: static;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.desktop-menu.menu > li {
  padding: 0;
  /** */
  /** */
}
.desktop-menu.menu > li:not(:last-child) {
  margin-right: 10px;
}
.desktop-menu.menu > li:last-child::after {
  display: none;
}
.desktop-menu.menu > li.hide-text > a {
  text-indent: -999999px;
}
.desktop-menu.menu > li.home-icon {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.desktop-menu.menu > li.home-icon > a {
  width: 0.9375rem;
  height: 0.9375rem;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  position: relative;
  font-size: 0;
  text-indent: -999999px;
  opacity: 0.9;
}
@media only screen and (max-width: 63.96875rem) {
  .desktop-menu.menu > li.home-icon > a {
    margin-right: 10px;
  }
}
.desktop-menu.menu > li.home-icon > a::after {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20576%20512%22%3E%3Cpath%20fill%3D%22%23F22525%22%20d%3D%22M575.8%20255.5C575.8%20273.5%20560.8%20287.6%20543.8%20287.6H511.8L512.5%20447.7C512.5%20450.5%20512.3%20453.1%20512%20455.8V472C512%20494.1%20494.1%20512%20472%20512H456C454.9%20512%20453.8%20511.1%20452.7%20511.9C451.3%20511.1%20449.9%20512%20448.5%20512H392C369.9%20512%20352%20494.1%20352%20472V384C352%20366.3%20337.7%20352%20320%20352H256C238.3%20352%20224%20366.3%20224%20384V472C224%20494.1%20206.1%20512%20184%20512H128.1C126.6%20512%20125.1%20511.9%20123.6%20511.8C122.4%20511.9%20121.2%20512%20120%20512H104C81.91%20512%2064%20494.1%2064%20472V360C64%20359.1%2064.03%20358.1%2064.09%20357.2V287.6H32.05C14.02%20287.6%200%20273.5%200%20255.5C0%20246.5%203.004%20238.5%2010.01%20231.5L266.4%208.016C273.4%201.002%20281.4%200%20288.4%200C295.4%200%20303.4%202.004%20309.5%207.014L564.8%20231.5C572.8%20238.5%20576.9%20246.5%20575.8%20255.5L575.8%20255.5z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  -webkit-filter: drop-shadow(1px 1px 2px #9a9a9a);
          filter: drop-shadow(1px 1px 2px #9a9a9a);
}
.desktop-menu.menu > li.home-icon > a:hover::after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20576%20512%22%3E%3Cpath%20fill%3D%22%23F22525%22%20d%3D%22M575.8%20255.5C575.8%20273.5%20560.8%20287.6%20543.8%20287.6H511.8L512.5%20447.7C512.5%20450.5%20512.3%20453.1%20512%20455.8V472C512%20494.1%20494.1%20512%20472%20512H456C454.9%20512%20453.8%20511.1%20452.7%20511.9C451.3%20511.1%20449.9%20512%20448.5%20512H392C369.9%20512%20352%20494.1%20352%20472V384C352%20366.3%20337.7%20352%20320%20352H256C238.3%20352%20224%20366.3%20224%20384V472C224%20494.1%20206.1%20512%20184%20512H128.1C126.6%20512%20125.1%20511.9%20123.6%20511.8C122.4%20511.9%20121.2%20512%20120%20512H104C81.91%20512%2064%20494.1%2064%20472V360C64%20359.1%2064.03%20358.1%2064.09%20357.2V287.6H32.05C14.02%20287.6%200%20273.5%200%20255.5C0%20246.5%203.004%20238.5%2010.01%20231.5L266.4%208.016C273.4%201.002%20281.4%200%20288.4%200C295.4%200%20303.4%202.004%20309.5%207.014L564.8%20231.5C572.8%20238.5%20576.9%20246.5%20575.8%20255.5L575.8%20255.5z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}
.desktop-menu.menu > li.home-icon.is-active > a::after, .desktop-menu.menu > li.home-icon.active > a::after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20576%20512%22%3E%3Cpath%20fill%3D%22%23F22525%22%20d%3D%22M575.8%20255.5C575.8%20273.5%20560.8%20287.6%20543.8%20287.6H511.8L512.5%20447.7C512.5%20450.5%20512.3%20453.1%20512%20455.8V472C512%20494.1%20494.1%20512%20472%20512H456C454.9%20512%20453.8%20511.1%20452.7%20511.9C451.3%20511.1%20449.9%20512%20448.5%20512H392C369.9%20512%20352%20494.1%20352%20472V384C352%20366.3%20337.7%20352%20320%20352H256C238.3%20352%20224%20366.3%20224%20384V472C224%20494.1%20206.1%20512%20184%20512H128.1C126.6%20512%20125.1%20511.9%20123.6%20511.8C122.4%20511.9%20121.2%20512%20120%20512H104C81.91%20512%2064%20494.1%2064%20472V360C64%20359.1%2064.03%20358.1%2064.09%20357.2V287.6H32.05C14.02%20287.6%200%20273.5%200%20255.5C0%20246.5%203.004%20238.5%2010.01%20231.5L266.4%208.016C273.4%201.002%20281.4%200%20288.4%200C295.4%200%20303.4%202.004%20309.5%207.014L564.8%20231.5C572.8%20238.5%20576.9%20246.5%20575.8%20255.5L575.8%20255.5z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}
.desktop-menu.menu > li > a {
  font-weight: 600;
  color: #204982;
  font-size: 16px;
  line-height: 16px;
  padding: 5px 8px;
  position: relative;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  letter-spacing: 0.5px;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  text-transform: uppercase;
}
@media only screen and (max-width: 74.96875rem) {
  .desktop-menu.menu > li > a {
    padding: 6px 15px;
  }
}
.desktop-menu.menu > li > a:hover, .desktop-menu.menu > li > a:active {
  color: #F22525;
}
.desktop-menu.menu > li > a:hover::before, .desktop-menu.menu > li > a:active::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.desktop-menu.menu > li.is-active > a, .desktop-menu.menu > li.active > a {
  color: #F22525;
}
.desktop-menu.menu > li.is-active > a::before, .desktop-menu.menu > li.active > a::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.desktop-menu.menu > li:first-child a {
  padding-left: 0;
}
.desktop-menu.menu > li.support-menu a, .desktop-menu.menu > li.contact-menu a {
  -webkit-border-radius: 25px;
          border-radius: 25px;
  color: #ffffff;
  font-family: inherit;
  font-size: 1.25rem;
  font-weight: 500;
  height: 45px;
  padding: 0 20px;
  white-space: nowrap;
}
.desktop-menu.menu > li.support-menu a:hover, .desktop-menu.menu > li.contact-menu a:hover {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), 0 2px 2px rgba(0, 0, 0, 0.05), 0 4px 4px rgba(0, 0, 0, 0.05), 0 8px 8px rgba(0, 0, 0, 0.05), 0 16px 16px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), 0 2px 2px rgba(0, 0, 0, 0.05), 0 4px 4px rgba(0, 0, 0, 0.05), 0 8px 8px rgba(0, 0, 0, 0.05), 0 16px 16px rgba(0, 0, 0, 0.05);
  color: #ffffff;
  text-decoration: none;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.desktop-menu.menu > li.support-menu a::before, .desktop-menu.menu > li.contact-menu a::before {
  height: 0 !important;
}
@media only screen and (max-width: 63.96875rem) {
  .desktop-menu.menu > li.support-menu a, .desktop-menu.menu > li.contact-menu a {
    font-size: 13px;
    font-weight: 500;
  }
}
.desktop-menu.menu > li.support-menu a {
  -webkit-box-shadow: inset 0 0 0 1px rgba(32, 73, 130, 0.2);
          box-shadow: inset 0 0 0 1px rgba(32, 73, 130, 0.2);
  background-image: linear-gradient(135deg, rgba(32, 73, 130, 0.8) 0%, rgba(32, 57, 130, 0.8) 100%);
}
@media only screen and (max-width: 39.96875rem) {
  .desktop-menu.menu > li.support-menu a {
    display: none;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .desktop-menu.menu > li.contact-menu a {
    display: none;
  }
}
.desktop-menu.menu > li.contact-menu a:hover {
  -webkit-box-shadow: 0 1px 1px rgba(242, 37, 37, 0.05), 0 2px 2px rgba(242, 37, 37, 0.05), 0 4px 4px rgba(242, 37, 37, 0.05), 0 8px 8px rgba(242, 37, 37, 0.05), 0 16px 16px rgba(242, 37, 37, 0.05);
          box-shadow: 0 1px 1px rgba(242, 37, 37, 0.05), 0 2px 2px rgba(242, 37, 37, 0.05), 0 4px 4px rgba(242, 37, 37, 0.05), 0 8px 8px rgba(242, 37, 37, 0.05), 0 16px 16px rgba(242, 37, 37, 0.05);
}
.desktop-menu.menu > li .menu > li {
  position: relative;
}
.desktop-menu.menu > li .menu > li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.desktop-menu.menu > li .menu > li > a {
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  overflow: hidden;
  padding: 15px 10px;
  text-transform: uppercase;
}
.desktop-menu.menu > li.grid-menu {
  position: static !important;
}
.desktop-menu.menu > li.grid-menu > ul.menu {
  overflow: hidden;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
}
.desktop-menu.menu > li.grid-menu > ul.menu > li {
  width: 33.3333333333%;
  padding: 0;
}
.desktop-menu.menu > li.grid-menu > ul.menu > li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.05);
}
.desktop-menu.menu > li.grid-menu:hover > ul.menu.is-dropdown-submenu, .desktop-menu.menu > li.grid-menu.is-active > ul.menu.is-dropdown-submenu {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  background-color: rgba(254, 254, 254, 0.99);
  left: -webkit-calc(50vw - 40rem + 0.9375rem);
  left: calc(50vw - 40rem + 0.9375rem);
  /** */
  /** */
  /** */
  right: -webkit-calc(50vw - 40rem + 0.9375rem);
  right: calc(50vw - 40rem + 0.9375rem);
  /** */
  /** */
  /** */
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 89.96875rem) {
  .desktop-menu.menu > li.grid-menu:hover > ul.menu.is-dropdown-submenu, .desktop-menu.menu > li.grid-menu.is-active > ul.menu.is-dropdown-submenu {
    left: -webkit-calc(50vw - 36.875rem + 0.9375rem);
    left: calc(50vw - 36.875rem + 0.9375rem);
  }
}
@media only screen and (max-width: 39.96875rem) {
  .desktop-menu.menu > li.grid-menu:hover > ul.menu.is-dropdown-submenu, .desktop-menu.menu > li.grid-menu.is-active > ul.menu.is-dropdown-submenu {
    left: 0.625rem;
  }
}
@media only screen and (max-width: 89.96875rem) {
  .desktop-menu.menu > li.grid-menu:hover > ul.menu.is-dropdown-submenu, .desktop-menu.menu > li.grid-menu.is-active > ul.menu.is-dropdown-submenu {
    right: -webkit-calc(50vw - 36.875rem + 0.9375rem);
    right: calc(50vw - 36.875rem + 0.9375rem);
  }
}
@media only screen and (max-width: 39.96875rem) {
  .desktop-menu.menu > li.grid-menu:hover > ul.menu.is-dropdown-submenu, .desktop-menu.menu > li.grid-menu.is-active > ul.menu.is-dropdown-submenu {
    right: 0.625rem;
  }
}
.desktop-menu.menu > li.mega-menu {
  position: static !important;
}
.desktop-menu.menu > li.mega-menu > ul.menu {
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  overflow: hidden;
}
.desktop-menu.menu > li.mega-menu > ul.menu > li {
  padding: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 0;
  border-bottom: none;
  width: 33.3333333333%;
}
.desktop-menu.menu > li.mega-menu > ul.menu > li > a {
  padding: 0 0 10px 0;
  font-weight: 500 !important;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
  font-size: 16px;
  color: #323433;
}
.desktop-menu.menu > li.mega-menu > ul.menu > li > a:hover {
  opacity: 1;
  color: #000000;
  text-decoration: none;
}
.desktop-menu.menu > li.mega-menu > ul.menu > li > a::after {
  opacity: 0;
}
.desktop-menu.menu > li.mega-menu > ul.menu > li .menu > li:first-child, .desktop-menu.menu > li.mega-menu > ul.menu > li .menu > li:last-child {
  padding-top: 0;
  padding-bottom: 0;
}
.desktop-menu.menu > li.mega-menu > ul.menu > li .menu > li:not(:last-child) {
  border-bottom: none;
}
.desktop-menu.menu > li.mega-menu > ul.menu > li .menu > li a {
  padding: 6px 0;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}
.desktop-menu.menu > li.mega-menu > ul.menu > li .menu > li a:hover {
  opacity: 1;
  color: #fff;
  text-decoration: none;
}
.desktop-menu.menu > li.mega-menu > ul.menu > li > ul {
  left: 0;
  min-width: auto;
  display: block;
  position: relative;
  background: none;
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.desktop-menu.menu > li.mega-menu:hover > ul.menu.is-dropdown-submenu, .desktop-menu.menu > li.mega-menu.is-active > ul.menu.is-dropdown-submenu {
  background-color: rgba(138, 217, 253, 0.9);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  left: -webkit-calc(50vw - 40rem + 0.9375rem);
  left: calc(50vw - 40rem + 0.9375rem);
  /** */
  /** */
  /** */
  right: -webkit-calc(50vw - 40rem + 0.9375rem);
  right: calc(50vw - 40rem + 0.9375rem);
  /** */
  /** */
  /** */
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 89.96875rem) {
  .desktop-menu.menu > li.mega-menu:hover > ul.menu.is-dropdown-submenu, .desktop-menu.menu > li.mega-menu.is-active > ul.menu.is-dropdown-submenu {
    left: -webkit-calc(50vw - 36.875rem + 0.9375rem);
    left: calc(50vw - 36.875rem + 0.9375rem);
  }
}
@media only screen and (max-width: 39.96875rem) {
  .desktop-menu.menu > li.mega-menu:hover > ul.menu.is-dropdown-submenu, .desktop-menu.menu > li.mega-menu.is-active > ul.menu.is-dropdown-submenu {
    left: 0.625rem;
  }
}
@media only screen and (max-width: 89.96875rem) {
  .desktop-menu.menu > li.mega-menu:hover > ul.menu.is-dropdown-submenu, .desktop-menu.menu > li.mega-menu.is-active > ul.menu.is-dropdown-submenu {
    right: -webkit-calc(50vw - 36.875rem + 0.9375rem);
    right: calc(50vw - 36.875rem + 0.9375rem);
  }
}
@media only screen and (max-width: 39.96875rem) {
  .desktop-menu.menu > li.mega-menu:hover > ul.menu.is-dropdown-submenu, .desktop-menu.menu > li.mega-menu.is-active > ul.menu.is-dropdown-submenu {
    right: 0.625rem;
  }
}

/** */
.social-menu.menu {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.social-menu.menu li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  padding: 0;
}
.social-menu.menu li a::before {
  font-size: 1.25rem;
}
.social-menu.menu li a:hover svg, .social-menu.menu li a:hover path {
  opacity: 0.9;
}
.social-menu.menu li svg, .social-menu.menu li path {
  color: #eee;
  fill: #eee;
  width: 1.25rem;
  height: 1.25rem;
}

/** */
.is-invalid-input {
  color: #EC1E24 !important;
}
.is-invalid-input::-webkit-input-placeholder {
  color: #EC1E24 !important;
}
.is-invalid-input::-moz-placeholder {
  color: #EC1E24 !important;
}
.is-invalid-input::-ms-input-placeholder {
  color: #EC1E24 !important;
}
.is-invalid-input::placeholder {
  color: #EC1E24 !important;
}

/** */
.fancybox-container {
  z-index: 100000;
}

/** */
.bct {
  margin-top: 10px;
}
.bct a {
  display: inline-block;
}
.bct img {
  width: 150px;
  max-width: 100%;
}

/** */
.menu-fallback {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.menu-fallback a {
  color: #204982;
  position: relative;
  display: inline-block;
}
.menu-fallback a:hover {
  opacity: 1;
  color: #F22525;
  text-decoration: none;
}
.menu-fallback a::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #F22525;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(1, 0, 0, 1);
  transition: -webkit-transform 0.2s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.2s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.2s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.2s cubic-bezier(1, 0, 0, 1);
}
.menu-fallback a:hover::before {
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

/** */
.dropdown.menu li > ul {
  display: block;
  /*height: 0;*/
  z-index: -9999;
}

/** */
.fancybox__viewport #desc-inner {
  overflow: visible;
  max-height: unset !important;
}
.fancybox__viewport #desc-inner .viewmore-wrapper {
  display: none !important;
}

/** */
.zalo-chat-widget {
  position: fixed;
  background-color: transparent;
  cursor: pointer;
  z-index: 9998;
  width: 3.9375rem;
  height: 3.9375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  right: 24px;
  bottom: 175px;
}
.zalo-chat-widget a, .zalo-chat-widget img {
  display: block;
}

.messenger-chat-widget {
  position: fixed;
  background-color: transparent;
  cursor: pointer;
  right: 31px;
  bottom: 115px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  z-index: 9998;
}
.messenger-chat-widget a {
  display: block;
  opacity: 0.8;
  width: auto;
  height: auto;
}
.messenger-chat-widget a svg {
  width: 3rem;
  height: 3rem;
  display: block;
}

/** */
.ajax-loading {
  position: relative;
}
.ajax-loading::before {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 9998;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
}
.ajax-loading::after {
  content: "";
  width: 1.875rem;
  height: 1.875rem;
  position: absolute;
  top: -webkit-calc(50% - 0.9375rem);
  top: calc(50% - 0.9375rem);
  left: -webkit-calc(50% - 0.9375rem);
  left: calc(50% - 0.9375rem);
  z-index: 9999;
  border-left: 3px solid #f3f3f3;
  border-right: 3px solid #f3f3f3;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border-top: 3px solid #323433;
  border-bottom: 3px solid #323433;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
}

/** */
.pagination-single {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 39.96875rem) {
  .pagination-single {
    margin-top: 15px;
    margin-bottom: 30px;
  }
}

.pagination-single-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  grid-gap: 1.875rem;
  gap: 1.875rem;
}
@media only screen and (max-width: 39.96875rem) {
  .pagination-single-inner {
    grid-gap: 1.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .pagination-single-inner {
    gap: 1.25rem;
  }
}
.pagination-single-inner > a {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: -webkit-calc(50% - 0.9375rem);
  width: calc(50% - 0.9375rem);
}
.pagination-single-inner > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.pagination-single-inner > a.previous-post .arrow, .pagination-single-inner > a.next-post .arrow {
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: -webkit-calc(50% - 1.5rem);
  top: calc(50% - 1.5rem);
  left: -webkit-calc(50% - 1.5rem);
  left: calc(50% - 1.5rem);
}
.pagination-single-inner > a.previous-post .arrow::before, .pagination-single-inner > a.next-post .arrow::before {
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: brightness(1) invert(1);
          filter: brightness(1) invert(1);
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 39.96875rem) {
  .pagination-single-inner > a.previous-post .arrow, .pagination-single-inner > a.next-post .arrow {
    width: 2.1875rem;
    height: 2.1875rem;
    position: absolute;
    top: -webkit-calc(50% - 1.09375rem);
    top: calc(50% - 1.09375rem);
    left: -webkit-calc(50% - 1.09375rem);
    left: calc(50% - 1.09375rem);
  }
}
.pagination-single-inner > a.previous-post .title, .pagination-single-inner > a.next-post .title {
  display: block;
  color: #323433;
  /*text-align: center;*/
  /*box-shadow: inset 0 0 0 1px rgb(0 0 0 / 5%);*/
  padding-top: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
}
.pagination-single-inner > a.previous-post .title .title-inner, .pagination-single-inner > a.next-post .title .title-inner {
  font-weight: 500;
}
@media only screen and (max-width: 39.96875rem) {
  .pagination-single-inner > a.previous-post .title, .pagination-single-inner > a.next-post .title {
    padding-top: 10px;
    font-size: 13px;
    line-height: 20px;
  }
}
.pagination-single-inner > a.previous-post:hover .res > img, .pagination-single-inner > a.next-post:hover .res > img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
.pagination-single-inner > a.previous-post:hover .arrow::before, .pagination-single-inner > a.next-post:hover .arrow::before {
  opacity: 1;
}
.pagination-single-inner > a.previous-post .arrow::before {
  background-image: url(../img/svg/chevron-circle-left.svg);
}
.pagination-single-inner > a.next-post .arrow::before {
  background-image: url(../img/svg/chevron-circle-right.svg);
}

/** */
.section.images_carousel {
  position: relative;
}
.section.images_carousel .swiper .swiper-slide {
  height: auto;
}
.section.images_carousel .swiper .swiper-slide article.item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.section.images_carousel .swiper .swiper-slide article.item .overlay {
  position: relative;
}
.section.images_carousel .swiper .swiper-slide article.item .overlay img {
  -o-object-fit: cover;
     object-fit: cover;
}
.section.images_carousel .swiper .swiper-slide article.item .content-wrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  background: rgba(0, 0, 0, 0.6509803922);
  -webkit-border-radius: 23px;
          border-radius: 23px;
}
@media only screen and (max-width: 39.96875rem) {
  .section.images_carousel .swiper .swiper-slide article.item .content-wrap {
    width: 90%;
    display: none;
  }
}
.section.images_carousel .swiper .swiper-slide article.item .content-inner {
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
  padding: 70px 50px;
}
@media only screen and (max-width: 63.96875rem) {
  .section.images_carousel .swiper .swiper-slide article.item .content-inner {
    padding: 15px 20px;
  }
}
.section.images_carousel .swiper .swiper-slide article.item .content-inner .inner {
  width: 70vw;
  max-width: 700px;
}
@media only screen and (max-width: 39.96875rem) {
  .section.images_carousel .swiper .swiper-slide article.item .content-inner .inner {
    max-width: 100%;
    width: 100%;
  }
}
.section.images_carousel .swiper .swiper-slide article.item .content-inner .sub-title {
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  text-transform: inherit;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 63.96875rem) {
  .section.images_carousel .swiper .swiper-slide article.item .content-inner .sub-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.section.images_carousel .swiper .swiper-slide article.item .content-inner .sub-title::before {
  content: "";
  width: 100%;
  height: 0;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  margin-bottom: 10px;
  display: none;
}
.section.images_carousel .swiper .swiper-slide article.item .content-inner .html-title {
  font-weight: 600;
  opacity: 0;
  font-size: 40px;
  line-height: 46px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  color: #ffffff;
  text-transform: uppercase;
  /*text-shadow: 1px 0 0 rgb(24 27 49 / 10%), -1px 0 0 rgb(24 27 49 / 10%), 0 1px 0 rgb(24 27 49 / 10%), 0 -1px 0 rgb(24 27 49 / 10%), 1px 1px rgb(24 27 49 / 10%), -1px -1px 0 rgb(24 27 49 / 10%), 1px -1px 0 rgb(24 27 49 / 10%), -1px 1px 0 rgb(24 27 49 / 10%);*/
}
@media only screen and (max-width: 63.96875rem) {
  .section.images_carousel .swiper .swiper-slide article.item .content-inner .html-title {
    font-size: 20px;
    line-height: 30px;
  }
}
.section.images_carousel .swiper .swiper-slide article.item .content-inner .html-desc {
  margin-top: 10px;
  opacity: 0;
  /*@include fs-heading(h2);*/
  /*text-shadow: 1px 0 0 rgb(24 27 49 / 10%), -1px 0 0 rgb(24 27 49 / 10%), 0 1px 0 rgb(24 27 49 / 10%), 0 -1px 0 rgb(24 27 49 / 10%), 1px 1px rgb(24 27 49 / 10%), -1px -1px 0 rgb(24 27 49 / 10%), 1px -1px 0 rgb(24 27 49 / 10%), -1px 1px 0 rgb(24 27 49 / 10%);*/
  font-size: 14px;
  font-weight: 300;
  /*color: #eee;*/
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.section.images_carousel .swiper .swiper-slide article.item .content-inner .html-desc p {
  line-height: 20px;
}
@media only screen and (max-width: 63.96875rem) {
  .section.images_carousel .swiper .swiper-slide article.item .content-inner .html-desc {
    margin-top: 0;
    font-size: 14px;
  }
}
.section.images_carousel .swiper .swiper-slide article.item .content-inner .btn-link {
  /*margin-top: 25px;*/
}
.section.images_carousel .swiper .swiper-slide article.item .content-inner .btn-link a {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  opacity: 0;
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
  -webkit-transition: all 1.2s, background-color 0.1s;
  transition: all 1.2s, background-color 0.1s;
  color: #ffffff;
}
.section.images_carousel .swiper .swiper-slide.swiper-slide-active article.item .content-inner {
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.section.images_carousel .swiper .swiper-slide.swiper-slide-active article.item .content-inner .inner .html-title, .section.images_carousel .swiper .swiper-slide.swiper-slide-active article.item .content-inner .inner .html-desc {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 1.2s, background-color 0.1s;
  transition: all 1.2s, background-color 0.1s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.section.images_carousel .swiper .swiper-slide.swiper-slide-active article.item .content-inner .inner .html-desc {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.section.images_carousel .swiper .swiper-slide.swiper-slide-active article.item .content-inner .inner .btn-link a {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.section.images_carousel .swiper-controls .swiper-button {
  opacity: 1;
  border: 2px solid #8AD9FD;
  background: transparent;
}
.section.images_carousel .swiper-controls .swiper-button::before {
  color: #8AD9FD;
}
.section.images_carousel .swiper-controls .swiper-button.swiper-button-prev {
  left: 100px;
}
.section.images_carousel .swiper-controls .swiper-button.swiper-button-prev:hover {
  -webkit-filter: drop-shadow(1px 1px 6px rgba(153, 153, 153, 0.3));
          filter: drop-shadow(1px 1px 6px rgba(153, 153, 153, 0.3));
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(50, 52, 51, 0.45) !important;
}
@media only screen and (max-width: 39.96875rem) {
  .section.images_carousel .swiper-controls .swiper-button.swiper-button-prev {
    left: 10px;
  }
}
.section.images_carousel .swiper-controls .swiper-button.swiper-button-next {
  right: 100px;
}
.section.images_carousel .swiper-controls .swiper-button.swiper-button-next:hover {
  -webkit-filter: drop-shadow(1px 1px 6px rgba(153, 153, 153, 0.3));
          filter: drop-shadow(1px 1px 6px rgba(153, 153, 153, 0.3));
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(50, 52, 51, 0.45) !important;
}
@media only screen and (max-width: 39.96875rem) {
  .section.images_carousel .swiper-controls .swiper-button.swiper-button-next {
    right: 10px;
  }
}
.section.images_carousel.show-control .swiper-controls .swiper-button {
  opacity: 0.6;
}
.section.images_carousel.is-banner .swiper-controls .swiper-pagination {
  position: absolute;
  bottom: 25px;
  margin-top: 0;
}
.section.images_carousel.full-banner article.item .overlay {
  width: 100%;
  height: 100%;
}
.section.images_carousel.full-banner article.item .overlay picture {
  display: block;
  width: 100%;
  height: 100%;
}
.section.images_carousel.full-banner article.item .overlay img {
  width: 100%;
  height: 100%;
  display: block;
}
@media only screen and (max-width: 63.96875rem) {
  .section.images_carousel.full-banner article.item .overlay img {
    min-height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/** */
.section.media_carousel article.item.has-video .overlay {
  cursor: pointer;
}
.section.media_carousel article.item.has-video .overlay::before {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: -webkit-calc(50% - 1.40625rem);
  top: calc(50% - 1.40625rem);
  left: -webkit-calc(50% - 1.40625rem);
  left: calc(50% - 1.40625rem);
  z-index: 2;
  font-size: 2.5rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  pointer-events: none;
}
.section.media_carousel article.item.has-video .overlay::after {
  width: 3.75rem;
  height: 3.75rem;
  position: absolute;
  top: -webkit-calc(50% - 1.875rem);
  top: calc(50% - 1.875rem);
  left: -webkit-calc(50% - 1.875rem);
  left: calc(50% - 1.875rem);
  z-index: 1;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: rgba(32, 73, 130, 0.1);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  content: "";
  pointer-events: none;
}
.section.media_carousel article.item.has-video .content-wrap {
  opacity: 1;
  z-index: 2;
}
.section.media_carousel article.item.has-video .content-wrap .content-inner {
  margin: 0;
  padding: 0;
  max-width: 100%;
}
.section.media_carousel article.item.has-video .content-wrap .content-inner .inner {
  max-width: 100%;
  /*.btn-link {
      margin: 0;
  }*/
}

/** */
.section.carousels-section {
  position: relative;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section.carousels-section {
    padding-top: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.carousels-section {
    padding-top: 1.875rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.carousels-section {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.carousels-section {
    padding-bottom: 1.875rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.carousels-section {
    background-size: cover !important;
  }
}
.section.carousels-section .title-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
.section.carousels-section .swiper-section {
  margin: -10px -6px;
}
.section.carousels-section .swiper-section .swiper {
  padding: 10px;
}
.section.carousels-section .swiper-section .swiper.swiper-initialized ~ .swiper-controls .swiper-button {
  background-color: transparent;
  border: 1px solid #204982;
  color: #204982;
}
.section.carousels-section .swiper-section .swiper.swiper-initialized ~ .swiper-controls .swiper-button::before {
  font-size: 24px;
}
@media only screen and (max-width: 39.96875rem) {
  .section.carousels-section .swiper-section .swiper.swiper-initialized ~ .swiper-controls .swiper-button::before {
    font-size: 20px;
  }
}
.section.carousels-section .swiper-section .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-prev {
  left: 30px;
}
@media only screen and (max-width: 39.96875rem) {
  .section.carousels-section .swiper-section .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-prev {
    left: 10px;
  }
}
.section.carousels-section .swiper-section .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-next {
  right: 30px;
}
@media only screen and (max-width: 39.96875rem) {
  .section.carousels-section .swiper-section .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-next {
    right: 10px;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.carousels-section .swiper-section .swiper.swiper-initialized ~ .swiper-controls .swiper-button {
    -webkit-filter: drop-shadow(1px 1px 6px rgba(153, 153, 153, 0.3));
            filter: drop-shadow(1px 1px 6px rgba(153, 153, 153, 0.3));
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    border: 1px solid rgba(50, 52, 51, 0.45);
  }
}
.section.carousels-section .swiper-section .swiper.swiper-initialized ~ .swiper-controls .swiper-button:hover {
  -webkit-filter: drop-shadow(1px 1px 6px rgba(153, 153, 153, 0.3));
          filter: drop-shadow(1px 1px 6px rgba(153, 153, 153, 0.3));
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border: 1px solid rgba(50, 52, 51, 0.45);
}
.section.carousels-section.is-banner .swiper-controls .swiper-pagination {
  position: absolute;
  bottom: 30px;
}
.section.carousels-section article.item .overlay img {
  width: 100%;
}

/** */
.section.filter-posts.hide-meta .item .cover-content .meta, .section.filter-productcat.hide-meta .item .cover-content .meta {
  display: none;
}
.section.filter-posts.hide-meta .item .cover-content h6, .section.filter-productcat.hide-meta .item .cover-content h6 {
  padding-top: 20px;
}
.section.filter-posts.hide-time .item .cover-content .meta .time, .section.filter-productcat.hide-time .item .cover-content .meta .time {
  display: none;
}
.section.filter-posts.hide-terms .item .cover-content .meta .terms, .section.filter-productcat.hide-terms .item .cover-content .meta .terms {
  display: none;
}
.section.filter-posts.hide-excerpt .item .cover-content .excerpt, .section.filter-posts.hide-excerpt .item .cover-content .desc, .section.filter-productcat.hide-excerpt .item .cover-content .excerpt, .section.filter-productcat.hide-excerpt .item .cover-content .desc {
  display: none;
}
.section.filter-posts.hide-view .item .cover-content .view-detail, .section.filter-posts.hide-view .item .cover-content .view-more, .section.filter-productcat.hide-view .item .cover-content .view-detail, .section.filter-productcat.hide-view .item .cover-content .view-more {
  display: none;
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 15px transparent;
            box-shadow: 0 0 0 15px transparent;
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-box-shadow: 0 0 0 0 transparent;
            box-shadow: 0 0 0 0 transparent;
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 15px transparent;
            box-shadow: 0 0 0 15px transparent;
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-box-shadow: 0 0 0 0 transparent;
            box-shadow: 0 0 0 0 transparent;
  }
}
@-webkit-keyframes phone-vr-circle-fill {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
/** */
.section.add_this-section {
  z-index: 999999;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
}
@media only screen and (max-width: 63.96875rem) {
  .section.add_this-section {
    top: 65%;
    -webkit-transform: translateY(-65%);
            transform: translateY(-65%);
  }
}
.section.add_this-section ul.add_this {
  list-style: none;
  margin: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.section.add_this-section ul.add_this li:not(:first-child) {
  margin-top: 30px;
}
.section.add_this-section ul.add_this li .add_this-inner {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45px;
          flex: 0 0 45px;
  max-width: 45px;
  width: 2.8125rem;
  height: 2.8125rem;
  max-height: 45px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  display: block;
}
.section.add_this-section ul.add_this li .add_this-inner > svg {
  width: 100%;
  height: 100%;
  opacity: 0.9;
  -webkit-animation: phone-vr-circle-fill 1s infinite ease-in-out;
          animation: phone-vr-circle-fill 1s infinite ease-in-out;
}
.section.add_this-section ul.add_this li .add_this-inner > img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-animation: phone-vr-circle-fill 1s infinite ease-in-out;
          animation: phone-vr-circle-fill 1s infinite ease-in-out;
}
.section.add_this-section ul.add_this li .add_this-inner > .title {
  font-weight: 300;
  position: absolute;
  top: 4px;
  right: 55px;
  z-index: 9;
  line-height: normal;
  padding: 5px 10px;
  width: auto;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  font-size: 11px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  display: none;
}
.section.add_this-section ul.add_this li .add_this-inner > .title::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.section.add_this-section ul.add_this li .add_this-inner figure {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  height: 100%;
}
.section.add_this-section ul.add_this li .add_this-inner figure img {
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-animation: phone-vr-circle-fill 1s infinite ease-in-out;
          animation: phone-vr-circle-fill 1s infinite ease-in-out;
}
.section.add_this-section ul.add_this li .add_this-inner figure::after {
  content: "";
  width: 55px;
  height: 55px;
  top: -5px;
  left: -5px;
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(17, 130, 252, 0.45);
          box-shadow: 0 0 0 0 rgba(17, 130, 252, 0.45);
  background-color: rgba(17, 130, 252, 0.45);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 1px solid transparent;
  -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
  animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animuiion: zoom 1.3s infinite;
  -webkit-animation: zoom 1.3s infinite;
          animation: zoom 1.3s infinite;
  z-index: -1;
}
.section.add_this-section ul.add_this li .add_this-inner:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13);
}
.section.add_this-section ul.add_this li .add_this-inner:hover > .title {
  visibility: visible;
  opacity: 1;
}
.section.add_this-section ul.add_this li .add_this-inner:hover > img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.section.add_this-section ul.add_this li:first-child .add_this-inner figure::after {
  -webkit-box-shadow: 0 0 0 0 #10b1fc;
          box-shadow: 0 0 0 0 #10b1fc;
  background-color: #10b1fc;
}
.section.add_this-section ul.add_this li:nth-child(2) .add_this-inner figure::after {
  -webkit-box-shadow: 0 0 0 0 #035ce2;
          box-shadow: 0 0 0 0 #035ce2;
  background-color: #035ce2;
}
.section.add_this-section ul.add_this li:nth-child(3) .add_this-inner figure::after {
  -webkit-box-shadow: 0 0 0 0 #dd3333;
          box-shadow: 0 0 0 0 #dd3333;
  background-color: #dd3333;
}
.w-bottom .section.add_this-section {
  display: none;
}

/** */
.section .heading-title {
  font-weight: 700;
  font-size: 35px;
  line-height: 41px;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  color: #204982;
}
@media only screen and (max-width: 63.96875rem) {
  .section .heading-title {
    margin-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section .heading-title {
    margin-bottom: 0.9375rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section .heading-title {
    font-size: 22px;
    line-height: 30px;
  }
}
.section .heading-title strong {
  font-size: 48px;
  line-height: 57px;
  color: #F22525;
}
@media only screen and (max-width: 63.96875rem) {
  .section .heading-title strong {
    font-size: 32px;
    line-height: 42px;
  }
}
.section .sub-title {
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  font-style: italic;
  color: #F22525;
  text-align: center;
}
@media only screen and (max-width: 63.96875rem) {
  .section .sub-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.section .html-desc {
  max-width: 64rem;
  font-size: 0.875rem;
  font-weight: 300;
  margin: 0 auto 15px;
  text-align: justify;
}
@media only screen and (max-width: 63.96875rem) {
  .section .html-desc {
    font-size: 0.8125rem;
  }
}
.section .html-desc p {
  line-height: 24px;
}
.section.title-center .heading-title, .section.title-center .html-desc, .section.title-center .sub-title {
  text-align: center;
}
.section.title-center .html-desc {
  margin-left: auto;
  margin-right: auto;
}
.section.title-center .viewmore.button, .section.title-center .viewmore.viewmore-button {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: relative;
}
.section.viewmore-center .viewmore.button, .section.viewmore-center .viewmore.viewmore-button {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: relative;
}

/** */
.viewmore.viewmore-button {
  font-size: 20px;
  color: #204982;
  background: transparent;
  margin-bottom: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  padding: 13px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin-top: 25px;
  z-index: 1;
  font-weight: 500;
  line-height: 25px;
  border: 1.5px solid #204982;
  -webkit-transition: all 0.3s, background-color 0.1s;
  transition: all 0.3s, background-color 0.1s;
  position: relative;
  -webkit-border-radius: 6.25rem;
          border-radius: 6.25rem;
}
.viewmore.viewmore-button::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  content: "";
  background-color: #F22525;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  -webkit-border-radius: 6.25rem;
          border-radius: 6.25rem;
}
.viewmore.viewmore-button:hover::before {
  width: 100%;
  opacity: 1;
}
@media only screen and (max-width: 39.96875rem) {
  .viewmore.viewmore-button {
    margin-top: 20px;
    font-size: 16px;
    padding: 10px 24px 5px;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .viewmore.viewmore-button {
    margin-top: 15px;
  }
}
.viewmore.viewmore-button::before {
  z-index: -1;
}
.viewmore.viewmore-button::after {
  margin-left: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  font-size: 16px;
}
.viewmore.viewmore-button:hover, .viewmore.viewmore-button.is-active {
  color: #ffffff;
}
.viewmore.viewmore-button:hover::after, .viewmore.viewmore-button.is-active::after {
  z-index: 9;
}

/** */
.wpcf7-form-control-wrap {
  position: relative;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  font-size: 0.75rem;
  top: 15px;
  right: 10px;
}

/** */
.contact-form {
  background-color: rgba(32, 73, 130, 0.8);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  -webkit-border-radius: 15px;
          border-radius: 15px;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media only screen and (max-width: 63.96875rem) {
  .contact-form {
    padding-top: 1.25rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .contact-form {
    padding-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .contact-form {
    padding-left: 1.25rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .contact-form {
    padding-right: 1.25rem;
  }
}
.contact-form .wpcf7-form-control-wrap input {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 0 20px;
  height: 42px;
  line-height: normal;
  -webkit-border-radius: 21px;
          border-radius: 21px;
  margin-bottom: 1.875rem;
}
@media only screen and (max-width: 63.96875rem) {
  .contact-form .wpcf7-form-control-wrap input {
    margin-bottom: 0.9375rem;
  }
}
.contact-form .wpcf7-form-control-wrap textarea {
  -webkit-border-radius: 21px;
          border-radius: 21px;
  padding: 10px 20px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.3);
  line-height: normal;
  margin-bottom: 1.875rem;
}
@media only screen and (max-width: 63.96875rem) {
  .contact-form .wpcf7-form-control-wrap textarea {
    margin-bottom: 0.9375rem;
  }
}
.contact-form button.wpcf7-submit {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  border: 1px solid #fff;
  color: #fff;
  padding: 0 30px;
  height: 50px;
  -webkit-border-radius: 25px;
          border-radius: 25px;
  margin-top: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  /*@include _effect2(25px, $color2);*/
}
.contact-form button.wpcf7-submit::after {
  display: none;
}

/** */
.select2-container {
  display: block;
}
.select2-container .selection .select2-selection--single {
  height: 38px;
  line-height: normal;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.select2-container .selection .select2-selection--single .select2-selection__rendered {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  line-height: normal;
  height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  color: #000000;
  padding-left: 15px;
  padding-right: 50px;
}
.select2-container .selection .select2-selection--single .select2-selection__rendered .select2-selection__clear {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
          order: 2;
  color: #F22525;
  opacity: 0;
  font-size: 0;
  width: 0;
}
.select2-container .selection .select2-selection--single .select2-selection__placeholder {
  color: #000000;
}
.select2-container .selection .select2-selection--single .select2-selection__arrow {
  width: 2.25rem;
  height: 2.25rem;
}
.select2-container .selection .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
}
.select2-container.select2-container--open .select2-dropdown {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.select2-container.select2-container--open .select2-dropdown .select2-search--dropdown {
  padding: 8px;
}
.select2-container.select2-container--open .select2-dropdown .select2-search--dropdown .select2-search__field {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.select2-container.select2-container--open .select2-dropdown .select2-results ul.select2-results__options li.select2-results__option {
  padding: 4px 15px;
  font-size: 0.875rem;
}
.select2-container.select2-container--open .select2-dropdown .select2-results ul.select2-results__options li.select2-results__option[data-selected=true] {
  background-color: #f7f7f7;
}
.select2-container.select2-container--open .select2-dropdown .select2-results ul.select2-results__options li.select2-results__option.select2-results__option--highlighted[data-selected] {
  background-color: rgba(242, 37, 37, 0.6);
  color: #fff;
}

/** */
.inside-search .frm-search {
  overflow: hidden;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  min-width: 0;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.inside-search .frm-search input {
  background: #fff;
  font-weight: 400;
  color: #323433;
  margin-bottom: 0;
  height: 40px;
  padding: 0 15px 0 15px;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
  border: none;
}
.inside-search .frm-search input::-webkit-input-placeholder {
  color: #323433;
}
.inside-search .frm-search input::-moz-placeholder {
  color: #323433;
}
.inside-search .frm-search input::-ms-input-placeholder {
  color: #323433;
}
.inside-search .frm-search input::placeholder {
  color: #323433;
}
.inside-search .frm-search button[type=submit] {
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /*position: absolute;*/
  cursor: pointer;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 2.375rem;
  height: 2.375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  background-color: #F22525;
  color: #fff;
  margin-right: 1px;
}
.inside-search .frm-search button[type=submit]:hover {
  /*background-color: $color2;*/
}
.inside-search .frm-search button[type=submit]:hover::before {
  /*color: #fff;*/
}
.inside-search .frm-search button[type=submit]::before {
  font-size: 14px;
  font-weight: 400;
  /*color: #fff;*/
}
.inside-search .frm-search button[type=submit] span {
  display: none;
  /*font-weight: 400;
  white-space: nowrap;
  font-size: 14px;
  margin-left: 5px;*/
}

/** */
.inline-search-section {
  background-color: #fff;
  padding-bottom: 10px;
  padding-top: 10px;
}
.inline-search-section .inline-search .inside-search {
  margin-top: 0;
}

/** */
.search-dropdown--wrap {
  width: 1.875rem;
  height: 1.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-border-radius: 100%;
          border-radius: 100%;
}
@media only screen and (min-width: 40rem) {
  .search-dropdown--wrap {
    position: static;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .search-dropdown--wrap {
    width: 1.8125rem;
    height: 1.8125rem;
    border: none;
  }
}
.search-dropdown--wrap .trigger-s {
  width: 1.8125rem;
  height: 1.8125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /*border-radius: 50%;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  cursor: pointer;
  border: none;
  outline: none;
  outline-offset: 0;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  /*color: $color2;*/
  /*@include box(30);*/
}
@media only screen and (max-width: 39.96875rem) {
  .search-dropdown--wrap .trigger-s {
    outline: none;
    outline-offset: 0;
    /* @include box(30);*/
  }
}
.search-dropdown--wrap .trigger-s::before {
  color: #204982;
  font-size: 16px;
  padding: 0;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /*color: $color3;*/
  line-height: 1;
}
.search-dropdown--wrap .trigger-s > span {
  display: none;
}
.search-dropdown--wrap .trigger-s:hover {
  /*outline-color: $color-red;*/
}
.search-dropdown--wrap .trigger-s:hover::before {
  color: #8AD9FD;
}
.search-dropdown--wrap .dropdown-pane {
  background-color: transparent;
  border: none;
  bottom: auto;
  opacity: 0;
  padding: 10px 0;
  position: absolute;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  z-index: 10001;
  left: auto !important;
  right: 0 !important;
}
@media only screen and (max-width: 39.96875rem) {
  .search-dropdown--wrap .dropdown-pane {
    right: 10px !important;
    left: 10px !important;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }
}
.search-dropdown--wrap .dropdown-pane.is-open {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.search-dropdown--wrap .dropdown-pane .frm-container {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: auto;
  margin-right: 0;
  width: 380px;
  max-width: 100%;
  position: relative;
}
@media only screen and (max-width: 39.96875rem) {
  .search-dropdown--wrap .dropdown-pane .frm-container {
    width: 100%;
  }
}
.search-dropdown--wrap .dropdown-pane .frm-container::before {
  border-color: transparent transparent rgba(32, 73, 130, 0.6) transparent;
  border-style: solid;
  border-width: 0 6px 8px;
  content: "";
  right: 30px;
  position: absolute;
  top: -8px;
  opacity: 0;
}
.search-dropdown--wrap .dropdown-pane .frm-container input[type=search] {
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  margin-bottom: 0;
  outline: none;
  padding: 0 30px 0 15px;
  /*max-width: 100%;*/
  width: 100%;
  background: #EDEDED;
  border-color: #ddd;
}
.search-dropdown--wrap .dropdown-pane .frm-container input[type=search]:focus {
  border-color: #eee;
}
.search-dropdown--wrap .dropdown-pane .frm-container input[type=search]::-webkit-input-placeholder {
  color: #8AD9FD;
}
.search-dropdown--wrap .dropdown-pane .frm-container input[type=search]::-moz-placeholder {
  color: #8AD9FD;
}
.search-dropdown--wrap .dropdown-pane .frm-container input[type=search]::-ms-input-placeholder {
  color: #8AD9FD;
}
.search-dropdown--wrap .dropdown-pane .frm-container input[type=search]::placeholder {
  color: #8AD9FD;
}
.search-dropdown--wrap .dropdown-pane .frm-container .btn-s {
  background-color: #F22525;
  width: 2.125rem;
  height: 2.125rem;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  cursor: pointer;
  outline: none;
  padding: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.search-dropdown--wrap .dropdown-pane .frm-container .btn-s > span {
  display: none;
}
.search-dropdown--wrap .dropdown-pane .frm-container .btn-s svg {
  width: 1rem;
  height: 1rem;
  fill: #ffffff;
}
.search-dropdown--wrap .dropdown-pane .frm-container .btn-s::before {
  color: #ffffff;
}
.search-dropdown--wrap .dropdown-pane .frm-container .trigger-s-close {
  display: none;
}

/** */
.title-container {
  z-index: 9;
  position: relative;
}
.title-container > .subtitle {
  color: #F22525;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
}
@media only screen and (min-width: 40rem) {
  .title-container > .subtitle {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .title-container > .subtitle {
    margin-bottom: 0.3125rem;
  }
}
.title-container > .heading-title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 20px;
}
@media only screen and (max-width: 39.96875rem) {
  .title-container > .heading-title {
    margin-bottom: 15px;
  }
}
.title-container > .heading-title::before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  width: -webkit-calc(100% - 5px);
  width: calc(100% - 5px);
  left: 5px;
  display: none;
}
.title-container > .heading-title::after {
  content: "";
  bottom: 0;
  left: 5px;
  position: absolute;
  height: 1px;
  background-color: #204982;
  width: 120px;
  max-width: 80vw;
  display: none;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.title-container > .desc {
  color: #323433;
  font-size: 1.25rem;
  font-weight: 300;
  margin-bottom: 0.5rem;
  opacity: 0.95;
}

/** */
.section.quotes .heading-title {
  position: relative;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
}
.section.quotes .heading-title::before {
  background-image: url("../img/quote.png?v=u3ste24");
  width: 1.625rem;
  height: 1.625rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 15px;
  position: relative;
  top: -20px;
}
@media only screen and (max-width: 39.96875rem) {
  .section.quotes .heading-title::before {
    margin-right: 10px;
    width: 1.375rem;
    height: 1.375rem;
  }
}

/** */
.site-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 0;
}
.site-logo .site-alt-logo {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  padding-left: 20px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  /*.alt-logo-inner {}*/
}
@media only screen and (max-width: 48.84375rem) {
  .site-logo .site-alt-logo {
    display: none;
  }
}
.site-logo .site-alt-logo .cover {
  display: block;
  overflow: hidden;
  padding-top: 12px;
}
.site-logo .site-alt-logo .cover img {
  display: block;
  height: 65px;
}
.site-logo .logo {
  margin-bottom: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-bottom: 20px;
  padding-top: 20px;
}
@media only screen and (max-width: 39.96875rem) {
  .site-logo .logo {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
.site-logo .logo-title a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.site-logo .site-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  /*text-align: center;*/
  padding-left: 10px;
  margin-left: 10px;
  /*border-left: 1px solid rgba(0, 0, 0, 0.25);*/
}
@media only screen and (max-width: 39.96875rem) {
  .site-logo .site-title {
    padding-left: 14px;
    margin-left: 0;
    border-left: none;
  }
}
.site-logo .site-title .site-title-inner {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
  /*&::before {
      content: '';
      left: 3px;
      top: 0;
      width: calc(100% - 6px);
      height: calc(100% - 3px);
      position: absolute;
      overflow: hidden;
  }*/
}
.site-logo .site-title .logo-title {
  position: relative;
}
.site-logo .site-title .logo-title .txt-logo {
  font-weight: 700;
  display: block;
  color: #323433;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: normal;
}
@media only screen and (min-width: 40rem) {
  .site-logo .site-title .logo-title .txt-logo {
    font-size: 1.0625rem;
  }
}
.site-logo .site-title .logo-slogan {
  position: relative;
}
.site-logo .site-title .logo-slogan .txt-slogan {
  font-weight: 400;
  display: block;
  color: #323433;
  /*text-transform: uppercase;*/
  font-size: 14px;
  /*letter-spacing: -0.5px;*/
  /*text-shadow: -1px 0 #f2bf6b, 0 1px #976a0b, 1px 0 #f2bf6b, 0 -1px #976a0b;*/
}
.site-logo a, .site-logo img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.site-logo img {
  max-width: 100%;
  height: 100px;
}
@media only screen and (max-width: 39.96875rem) {
  .site-logo img {
    height: 55px;
  }
}

/** */
.reveal-wrapper {
  display: none;
  /*@include absolute-full;*/
}
.reveal-wrapper::before {
  background-color: rgba(0, 0, 0, 0.8);
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.reveal-wrapper.open {
  display: block;
}
.reveal-wrapper .reveal-inner {
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(1px);
          transform: translateX(-50%) translateY(-50%) translateZ(1px);
  width: 680px;
  max-width: 90%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  position: relative;
}
.reveal-wrapper .close-button {
  position: absolute;
  top: 0;
  right: 15px;
  font-weight: 300;
  font-size: 48px;
  display: block;
  line-height: 1;
  color: #323433;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.reveal-wrapper .close-button:hover {
  opacity: 1;
  color: #204982;
  text-decoration: none;
}

/** */
.newsletter {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}
.newsletter .wpcf7-form-control-wrap {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  min-width: 0;
}
.newsletter .wpcf7-form-control-wrap input {
  padding: 0 20px 0 0;
  height: 40px;
  line-height: normal;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-right: none;
  margin-bottom: 0;
  background: none;
  font-weight: 400;
  font-size: 14px;
}
.newsletter .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  font-size: 13px;
  font-weight: 300;
}
.newsletter button[type=submit] {
  padding: 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 2.5rem;
  height: 2.5rem;
  color: #fff;
  text-transform: uppercase;
}
.newsletter button[type=submit]:hover {
  opacity: 0.6;
}
.newsletter button[type=submit] span {
  /*display: none;*/
}

/** */
.sidebar--wrap {
  position: static;
  top: 50px;
}
.sidebar--wrap .sidebar {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.sidebar--wrap .sidebar:not(:last-child) {
  margin-bottom: 1.875rem;
}
@media only screen and (max-width: 39.96875rem) {
  .sidebar--wrap .sidebar:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.sidebar--wrap .sidebar.widget_nav_menu .sidebar-title {
  border-top: 3px solid #F22525;
  /*color: #fff;
  background-color: $color1;*/
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 40rem) {
  .sidebar--wrap .sidebar.widget_nav_menu .sidebar-title {
    font-size: 1.25rem;
  }
}
.sidebar--wrap .sidebar.widget_nav_menu ul.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
          flex-flow: column nowrap;
  padding-top: 10px;
  padding-bottom: 10px;
  /*background-color: #f7f7f7;*/
  /** */
}
.sidebar--wrap .sidebar.widget_nav_menu ul.menu > li > a {
  font-size: 0.9375rem;
  line-height: normal;
  padding: 5px 20px;
  font-weight: 400;
}
.sidebar--wrap .sidebar.widget_nav_menu ul.menu > li.active > a, .sidebar--wrap .sidebar.widget_nav_menu ul.menu > li:hover > a {
  background: none;
  color: #F22525;
}
.sidebar--wrap .sidebar.widget_nav_menu ul.menu > li:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.sidebar--wrap .sidebar.widget_nav_menu ul.menu ul.sub-menu {
  list-style: none;
  margin: 0 0 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
          flex-flow: column nowrap;
  /*background-color: #f7f7f7;*/
}
.sidebar--wrap .sidebar.widget_nav_menu ul.menu ul.sub-menu > li > a {
  font-size: 0.9375rem;
  line-height: normal;
  padding: 5px 20px;
  font-weight: 400;
}
.sidebar--wrap .sidebar.widget_nav_menu ul.menu ul.sub-menu > li.active > a, .sidebar--wrap .sidebar.widget_nav_menu ul.menu ul.sub-menu > li:hover > a {
  background: none;
  color: #F22525;
}
.sidebar--wrap .sidebar.widget_nav_menu ul.menu ul.sub-menu > li:not(:last-child) {
  border-bottom: 1px solid #fff;
}

/** */
.menu-heading-outer .language-widgets.widget_gtranslate {
  position: absolute;
  left: 20px;
  top: 16px;
  z-index: 9999;
  -webkit-transform: translateZ(2px);
  transform: translateZ(2px);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.menu-heading-outer .language-widgets.widget_gtranslate a {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
  color: #ccc;
  font-size: 16px;
  font-weight: 400;
}
.menu-heading-outer .language-widgets.widget_gtranslate a:hover {
  opacity: 1;
  color: #8AD9FD;
  text-decoration: none;
}
.menu-heading-outer .language-widgets.widget_gtranslate a[title=Vietnamese] {
  border: 1px solid rgba(138, 217, 253, 0.4);
}
@media only screen and (max-width: 48.84375rem) {
  .menu-heading-outer .language-widgets.widget_gtranslate a {
    font-size: 14px;
    font-weight: 500;
  }
}
.menu-heading-outer .language-widgets.widget_polylang {
  position: absolute;
  left: 20px;
  top: 16px;
  z-index: 9999;
  -webkit-transform: translateZ(2px);
  transform: translateZ(2px);
  /** */
  /** */
}
.menu-heading-outer .language-widgets.widget_polylang::after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  position: absolute;
  top: 1px;
  right: 0;
  font-size: 0;
  opacity: 0;
  color: #eee;
}
.menu-heading-outer .language-widgets.widget_polylang select.pll-switcher-select {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  color: #fff;
  letter-spacing: 1px;
  height: auto;
  margin-bottom: 0;
  padding-left: 9px;
  display: block;
  cursor: pointer;
  padding-right: 18px;
  font-size: 15px;
  font-weight: 400;
}
.menu-heading-outer .language-widgets.widget_polylang select.pll-switcher-select option {
  color: #000000;
  font-size: 14px;
}
.menu-heading-outer .language-widgets.widget_polylang select.pll-switcher-select option:hover, .menu-heading-outer .language-widgets.widget_polylang select.pll-switcher-select option:focus, .menu-heading-outer .language-widgets.widget_polylang select.pll-switcher-select option:active, .menu-heading-outer .language-widgets.widget_polylang select.pll-switcher-select option:checked {
  color: #fff;
  background-color: #204982;
}
.menu-heading-outer .language-widgets.widget_polylang ul {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.menu-heading-outer .language-widgets.widget_polylang ul li {
  /*padding-left: 12px;*/
}
.menu-heading-outer .language-widgets.widget_polylang ul li a {
  display: block;
  color: #eee;
  font-size: 15px;
  border-bottom: 1px solid transparent;
}
.menu-heading-outer .language-widgets.widget_polylang ul li a:hover {
  color: #fff;
}
.menu-heading-outer .language-widgets.widget_polylang ul li img {
  display: block;
  width: 16px;
}
.menu-heading-outer .language-widgets.widget_polylang ul li.current-lang a {
  color: #fff;
  /*border-bottom-color: rgba(238, 238, 238, 0.5);*/
}
.menu-heading-outer .language-widgets.widget_polylang ul li:not(:last-child) {
  position: relative;
}
.menu-heading-outer .language-widgets.widget_polylang ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -6px;
  height: 49%;
  width: 1px;
  top: 7px;
  background-color: #eee;
}

/** */
.menu-outer .inside-search .frm-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 70px 0 10px;
  margin-left: 20px;
  margin-right: 20px;
}
.menu-outer .inside-search .frm-search input {
  min-width: unset;
  width: 100%;
  background: rgba(255, 255, 255, 0.02);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.05);
  -webkit-box-shadow: 0 0 6px rgba(255, 255, 255, 0.02);
          box-shadow: 0 0 6px rgba(255, 255, 255, 0.02);
  padding: 0 10px 0 40px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  height: 40px;
  font-weight: 400;
  font-size: 14px;
}
.menu-outer .inside-search .frm-search input::-webkit-input-placeholder {
  color: #ccc;
  font-weight: 400;
}
.menu-outer .inside-search .frm-search input::-moz-placeholder {
  color: #ccc;
  font-weight: 400;
}
.menu-outer .inside-search .frm-search input::-ms-input-placeholder {
  color: #ccc;
  font-weight: 400;
}
.menu-outer .inside-search .frm-search input::placeholder {
  color: #ccc;
  font-weight: 400;
}
.menu-outer .inside-search .frm-search button[type=submit]::before {
  font-weight: 400;
  color: #eee;
  font-size: 15px;
  opacity: 0.6;
}
.menu-outer .inside-search .frm-search button[type=submit]:hover {
  opacity: 1;
  color: #fff;
  background: none;
}

/** */
.section.images_full .swiper {
  padding: 0 !important;
}
.section.images_full .swiper .swiper-slide figure img {
  display: block;
  width: 100%;
}

/** */
.section.images_carousel.zoom-in {
  overflow: hidden;
}
.section.images_carousel.zoom-in .swiper-slide figure img, .section.images_carousel.zoom-in .swiper-slide picture img {
  opacity: 0;
  -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s, -webkit-box-shadow 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s, -webkit-box-shadow 0.6s;
  transition: transform 0.6s, opacity 0.6s, box-shadow 0.6s;
  transition: transform 0.6s, opacity 0.6s, box-shadow 0.6s, -webkit-transform 0.6s, -webkit-box-shadow 0.6s;
}
.section.images_carousel.zoom-in .swiper-slide.swiper-slide-active figure img, .section.images_carousel.zoom-in .swiper-slide.swiper-slide-active picture img {
  opacity: 1;
  -webkit-transform: scale(1.11) rotate(2deg);
          transform: scale(1.11) rotate(2deg);
  -webkit-transition: opacity 1s, -webkit-transform 20s ease-out;
  transition: opacity 1s, -webkit-transform 20s ease-out;
  transition: opacity 1s, transform 20s ease-out;
  transition: opacity 1s, transform 20s ease-out, -webkit-transform 20s ease-out;
}

/** */
.mobile-menu.menu[data-submenu-toggle=true] .menu-item > a::after {
  display: none;
}

/** */
.section.fixed-contact-section {
  position: relative;
  z-index: 9999;
  /** */
}
.section.fixed-contact-section .fixed-contact-inner {
  z-index: 9999;
  position: fixed;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  top: 250px;
  right: 5px;
}
.section.fixed-contact-section .fixed-contact-inner .contact-item .contact-link {
  position: relative;
  z-index: 9999;
  letter-spacing: 1px;
  background-color: rgba(242, 37, 37, 0.8);
  -webkit-border-radius: 3px;
          border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  -webkit-transition: background-color 0.4s, color 0.3s;
  transition: background-color 0.4s, color 0.3s;
  width: 39px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  line-height: normal;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
.section.fixed-contact-section .fixed-contact-inner .contact-item .contact-link:hover {
  opacity: 1;
  color: #323433;
  text-decoration: none;
}
.section.fixed-contact-section .fixed-contact-inner .contact-item .contact-link:hover {
  background-color: #fff;
}
.section.fixed-contact-section .reveal-contact-popup {
  /*position: relative;*/
  z-index: 9999;
}
.section.fixed-contact-section .reveal-contact-popup .reveal-inner {
  position: fixed;
  z-index: 99999;
}
.section.fixed-contact-section .reveal-contact-popup .reveal-inner h2 {
  font-weight: 500;
  margin-bottom: 20px;
}
.section.fixed-contact-section .reveal-contact-popup .reveal-inner form.wpcf7-form .item .wpcf7-form-control-wrap input, .section.fixed-contact-section .reveal-contact-popup .reveal-inner form.wpcf7-form .item .wpcf7-form-control-wrap textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: rgba(255, 255, 255, 0.8);
}
.section.fixed-contact-section .reveal-contact-popup .reveal-inner form.wpcf7-form .item .wpcf7-form-control-wrap input {
  height: 40px;
}
.section.fixed-contact-section .reveal-contact-popup .reveal-inner form.wpcf7-form .item.btn button[type=submit] {
  -webkit-border-radius: 4px;
          border-radius: 4px;
  font-size: 16px;
  background-color: #F22525;
  color: #fff;
  margin-bottom: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  height: 38px;
  padding: 0 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin-top: 0;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s, background-color 0.1s;
  transition: all 0.3s, background-color 0.1s;
}
.section.fixed-contact-section .reveal-contact-popup .reveal-inner form.wpcf7-form .item.btn button[type=submit]:hover {
  background-color: #8AD9FD;
  color: #fff;
}
.section.fixed-contact-section .reveal-contact-popup .reveal-inner form.wpcf7-form .item.btn button[type=submit]::after {
  display: none;
}
.section.fixed-contact-section .reveal-contact-popup .reveal-inner form.wpcf7-form .item.btn .alert-txt {
  font-weight: 300;
  font-size: 14px;
  margin-top: 15px;
}

/** */
.meta .terms::before {
  margin-right: 10px;
  font-weight: 300;
}

.meta .author::before {
  margin-right: 10px;
  font-weight: 300;
}
.meta .author a {
  font-weight: 500;
  color: #8AD9FD;
}

/** */
.wpcf7 form .wpcf7-response-output {
  margin: 20px 0 0 0;
  padding: 0.2em 1em;
  border-width: 1px;
  font-size: 13px;
  font-weight: 300;
}

ul.reset, ol.reset {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.reset li > i, ol.reset li > i {
  margin-right: 8px;
}

/** */
body.admin-bar .sticky.is-stuck.is-at-top {
  top: 32px !important;
}

.sticky.is-stuck.header-content {
  background-color: rgba(32, 73, 130, 0.95);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

/** */
section.section div.content h1, section.section div.content .h1, section.section div.woocommerce-description h1, section.section div.woocommerce-description .h1, section.section div.product-desc-inner h1, section.section div.product-desc-inner .h1, section.section div.product-description-inner h1, section.section div.product-description-inner .h1 {
  font-weight: 600;
}
section.section div.content h1 b, section.section div.content h1 strong, section.section div.content .h1 b, section.section div.content .h1 strong, section.section div.woocommerce-description h1 b, section.section div.woocommerce-description h1 strong, section.section div.woocommerce-description .h1 b, section.section div.woocommerce-description .h1 strong, section.section div.product-desc-inner h1 b, section.section div.product-desc-inner h1 strong, section.section div.product-desc-inner .h1 b, section.section div.product-desc-inner .h1 strong, section.section div.product-description-inner h1 b, section.section div.product-description-inner h1 strong, section.section div.product-description-inner .h1 b, section.section div.product-description-inner .h1 strong {
  font-weight: inherit;
}
section.section div.content h2, section.section div.content .h2, section.section div.woocommerce-description h2, section.section div.woocommerce-description .h2, section.section div.product-desc-inner h2, section.section div.product-desc-inner .h2, section.section div.product-description-inner h2, section.section div.product-description-inner .h2 {
  font-weight: 600;
}
section.section div.content h2 b, section.section div.content h2 strong, section.section div.content .h2 b, section.section div.content .h2 strong, section.section div.woocommerce-description h2 b, section.section div.woocommerce-description h2 strong, section.section div.woocommerce-description .h2 b, section.section div.woocommerce-description .h2 strong, section.section div.product-desc-inner h2 b, section.section div.product-desc-inner h2 strong, section.section div.product-desc-inner .h2 b, section.section div.product-desc-inner .h2 strong, section.section div.product-description-inner h2 b, section.section div.product-description-inner h2 strong, section.section div.product-description-inner .h2 b, section.section div.product-description-inner .h2 strong {
  font-weight: inherit;
}
section.section div.content h3, section.section div.content .h3, section.section div.woocommerce-description h3, section.section div.woocommerce-description .h3, section.section div.product-desc-inner h3, section.section div.product-desc-inner .h3, section.section div.product-description-inner h3, section.section div.product-description-inner .h3 {
  font-weight: 600;
}
section.section div.content h3 b, section.section div.content h3 strong, section.section div.content .h3 b, section.section div.content .h3 strong, section.section div.woocommerce-description h3 b, section.section div.woocommerce-description h3 strong, section.section div.woocommerce-description .h3 b, section.section div.woocommerce-description .h3 strong, section.section div.product-desc-inner h3 b, section.section div.product-desc-inner h3 strong, section.section div.product-desc-inner .h3 b, section.section div.product-desc-inner .h3 strong, section.section div.product-description-inner h3 b, section.section div.product-description-inner h3 strong, section.section div.product-description-inner .h3 b, section.section div.product-description-inner .h3 strong {
  font-weight: inherit;
}
section.section div.content h4, section.section div.content .h4, section.section div.woocommerce-description h4, section.section div.woocommerce-description .h4, section.section div.product-desc-inner h4, section.section div.product-desc-inner .h4, section.section div.product-description-inner h4, section.section div.product-description-inner .h4 {
  font-weight: 600;
}
section.section div.content h4 b, section.section div.content h4 strong, section.section div.content .h4 b, section.section div.content .h4 strong, section.section div.woocommerce-description h4 b, section.section div.woocommerce-description h4 strong, section.section div.woocommerce-description .h4 b, section.section div.woocommerce-description .h4 strong, section.section div.product-desc-inner h4 b, section.section div.product-desc-inner h4 strong, section.section div.product-desc-inner .h4 b, section.section div.product-desc-inner .h4 strong, section.section div.product-description-inner h4 b, section.section div.product-description-inner h4 strong, section.section div.product-description-inner .h4 b, section.section div.product-description-inner .h4 strong {
  font-weight: inherit;
}
section.section div.content h5, section.section div.content .h5, section.section div.woocommerce-description h5, section.section div.woocommerce-description .h5, section.section div.product-desc-inner h5, section.section div.product-desc-inner .h5, section.section div.product-description-inner h5, section.section div.product-description-inner .h5 {
  font-weight: 600;
}
section.section div.content h5 b, section.section div.content h5 strong, section.section div.content .h5 b, section.section div.content .h5 strong, section.section div.woocommerce-description h5 b, section.section div.woocommerce-description h5 strong, section.section div.woocommerce-description .h5 b, section.section div.woocommerce-description .h5 strong, section.section div.product-desc-inner h5 b, section.section div.product-desc-inner h5 strong, section.section div.product-desc-inner .h5 b, section.section div.product-desc-inner .h5 strong, section.section div.product-description-inner h5 b, section.section div.product-description-inner h5 strong, section.section div.product-description-inner .h5 b, section.section div.product-description-inner .h5 strong {
  font-weight: inherit;
}
section.section div.content h6, section.section div.content .h6, section.section div.woocommerce-description h6, section.section div.woocommerce-description .h6, section.section div.product-desc-inner h6, section.section div.product-desc-inner .h6, section.section div.product-description-inner h6, section.section div.product-description-inner .h6 {
  font-weight: 600;
}
section.section div.content h6 b, section.section div.content h6 strong, section.section div.content .h6 b, section.section div.content .h6 strong, section.section div.woocommerce-description h6 b, section.section div.woocommerce-description h6 strong, section.section div.woocommerce-description .h6 b, section.section div.woocommerce-description .h6 strong, section.section div.product-desc-inner h6 b, section.section div.product-desc-inner h6 strong, section.section div.product-desc-inner .h6 b, section.section div.product-desc-inner .h6 strong, section.section div.product-description-inner h6 b, section.section div.product-description-inner h6 strong, section.section div.product-description-inner .h6 b, section.section div.product-description-inner .h6 strong {
  font-weight: inherit;
}
section.section div.content h6, section.section div.content .h6, section.section div.woocommerce-description h6, section.section div.woocommerce-description .h6, section.section div.product-desc-inner h6, section.section div.product-desc-inner .h6, section.section div.product-description-inner h6, section.section div.product-description-inner .h6 {
  font-size: 1.0625rem;
}
section.section div.content h5, section.section div.content .h5, section.section div.woocommerce-description h5, section.section div.woocommerce-description .h5, section.section div.product-desc-inner h5, section.section div.product-desc-inner .h5, section.section div.product-description-inner h5, section.section div.product-description-inner .h5 {
  font-size: 1.125rem;
}
section.section div.content h4, section.section div.content .h4, section.section div.woocommerce-description h4, section.section div.woocommerce-description .h4, section.section div.product-desc-inner h4, section.section div.product-desc-inner .h4, section.section div.product-description-inner h4, section.section div.product-description-inner .h4 {
  font-size: 1.1875rem;
}
section.section div.content h3, section.section div.content .h3, section.section div.woocommerce-description h3, section.section div.woocommerce-description .h3, section.section div.product-desc-inner h3, section.section div.product-desc-inner .h3, section.section div.product-description-inner h3, section.section div.product-description-inner .h3 {
  font-size: 1.25rem;
}
section.section div.content h2, section.section div.content .h2, section.section div.woocommerce-description h2, section.section div.woocommerce-description .h2, section.section div.product-desc-inner h2, section.section div.product-desc-inner .h2, section.section div.product-description-inner h2, section.section div.product-description-inner .h2 {
  font-size: 1.3125rem;
}
section.section div.content h1, section.section div.content .h1, section.section div.woocommerce-description h1, section.section div.woocommerce-description .h1, section.section div.product-desc-inner h1, section.section div.product-desc-inner .h1, section.section div.product-description-inner h1, section.section div.product-description-inner .h1 {
  font-size: 1.375rem;
}

/** */
@media only screen and (min-width: 48.875rem) {
  .wp-mobile-show, .wp-show {
    display: none !important;
  }
}

@media only screen and (max-width: 39.96875rem) {
  .tablet-show, .t-show {
    display: none !important;
  }
}

@media only screen and (max-width: 63.96875rem) {
  .desktop-show, .d-show {
    display: none !important;
  }
}

@media only screen and (max-width: 74.96875rem) {
  .x-show {
    display: none !important;
  }
}

@media only screen and (max-width: 89.96875rem) {
  .xx-show {
    display: none !important;
  }
}

@media only screen and (max-width: 97.46875rem) {
  .xxx-show {
    display: none !important;
  }
}

@media only screen and (max-width: 89.96875rem) {
  .xx-show-title .title {
    display: none !important;
  }
  .xx-show-title .linkbox-inner > div {
    display: none !important;
  }
}

/** */
@media only screen and (max-width: 48.84375rem) {
  .wp-mobile-hide, .wp-hide {
    display: none !important;
  }
}

@media only screen and (min-width: 40rem) {
  .tablet-hide, .t-hide {
    display: none !important;
  }
}

@media only screen and (min-width: 64rem) {
  .desktop-hide, .d-hide {
    display: none !important;
  }
}

@media only screen and (min-width: 75rem) {
  .x-hide {
    display: none !important;
  }
}

@media only screen and (min-width: 90rem) {
  .xx-hide {
    display: none !important;
  }
}

@media only screen and (min-width: 97.5rem) {
  .xxx-hide {
    display: none !important;
  }
}

/** */
.off-canvas.white-color {
  background-color: rgba(255, 255, 255, 0.96);
}
.off-canvas.white-color .menu-lines {
  color: #323433;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.off-canvas.white-color .title-bar-title {
  top: 20px;
}
.off-canvas.white-color .title-bar-title > a {
  color: #323433;
  font-weight: 700;
}
.off-canvas.white-color .menu-outer .inside-search .frm-search {
  padding: 90px 0 20px;
}
.off-canvas.white-color .menu-outer .inside-search .frm-search input {
  background: hsla(0, 0%, 0%, 0.02);
  border: 1px solid hsla(0, 0%, 0%, 0.05);
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-shadow: 0 0 6px hsla(0, 0%, 0%, 0.02);
          box-shadow: 0 0 6px hsla(0, 0%, 0%, 0.02);
  color: #323433;
}
.off-canvas.white-color .menu-outer .inside-search .frm-search input::-webkit-input-placeholder {
  color: #323433;
}
.off-canvas.white-color .menu-outer .inside-search .frm-search input::-moz-placeholder {
  color: #323433;
}
.off-canvas.white-color .menu-outer .inside-search .frm-search input::-ms-input-placeholder {
  color: #323433;
}
.off-canvas.white-color .menu-outer .inside-search .frm-search input::placeholder {
  color: #323433;
}
.off-canvas.white-color .menu-outer .inside-search .frm-search button[type=submit]::before {
  color: #323433;
}
.off-canvas.white-color .menu-outer .mobile-menu.menu .submenu-toggle {
  border-color: #323433;
}
.off-canvas.white-color .menu-outer .mobile-menu.menu .submenu-toggle::after {
  border: solid #323433;
  border-width: 0 2px 2px 0;
  padding: 3px;
  position: absolute;
  -webkit-transform: rotate(45deg) translateY(-7px) translateX(4px);
          transform: rotate(45deg) translateY(-7px) translateX(4px);
  width: 7px;
}
.off-canvas.white-color .menu-outer .mobile-menu.menu > li > a {
  color: #204982;
  font-size: 15px;
  font-weight: 500;
  padding: 15px 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.off-canvas.white-color .menu-outer .mobile-menu.menu > li .submenu > li > a {
  color: #323433;
}
.off-canvas.white-color .menu-outer .mobile-menu.menu > li.current_page_item > a, .off-canvas.white-color .menu-outer .mobile-menu.menu > li.active > a {
  color: #F22525;
}
.off-canvas.white-color .menu-outer .mobile-menu.menu > li.current_page_item .submenu-toggle, .off-canvas.white-color .menu-outer .mobile-menu.menu > li.active .submenu-toggle {
  border: solid #204982;
  border-width: 0 2px 2px 0;
}
.off-canvas.white-color .menu-outer .mobile-menu.menu > li:hover > a {
  color: #F22525 !important;
  margin-right: 0;
  padding-right: 40px;
}
.off-canvas.white-color .menu-outer .mobile-menu.menu > li:hover .submenu-toggle {
  border: none !important;
}
.off-canvas.white-color .menu-outer .mobile-menu.menu > li:hover .submenu-toggle::after {
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  padding: 3px;
  position: absolute;
  -webkit-transform: rotate(45deg) translateY(-7px) translateX(4px);
          transform: rotate(45deg) translateY(-7px) translateX(4px);
  width: 7px;
}

/** */
sup.hot-label {
  font-weight: 400;
  font-size: 15px;
  margin-left: 10px;
}

.woocommerce-loop-product__title sup.hot-label {
  font-weight: 300;
  font-size: 13px;
  margin-left: 5px;
}

.search-dropdown--wrap {
  z-index: 999;
}
@media only screen and (max-width: 39.96875rem) {
  .search-dropdown--wrap {
    margin-left: 0;
  }
}

.search-dropdown--wrap .trigger-s {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-border-radius: 100%;
          border-radius: 100%;
}

.search-dropdown--wrap .trigger-s svg {
  fill: #ffffff;
  background-color: transparent;
  padding: 0;
}

.search-dropdown--wrap .dropdown-pane form {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.search-dropdown--wrap .dropdown-pane form .grid-container {
  background: transparent;
}
.search-dropdown--wrap .dropdown-pane form .grid-container::after {
  display: none;
}

.search-dropdown--wrap .dropdown-pane .frm-container::before {
  display: none;
}

.search-dropdown--wrap .dropdown-pane .frm-container input[type=search] {
  font-size: 14px;
  height: 40px;
}
@media only screen and (max-width: 39.96875rem) {
  .search-dropdown--wrap .dropdown-pane .frm-container input[type=search] {
    width: 320px;
  }
}

.search-dropdown--wrap .trigger-s .hb_close {
  display: none;
}

.search-dropdown--wrap .trigger-s.hover .hb_close {
  display: block;
}

.search-dropdown--wrap .dropdown-pane {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4509803922);
  top: 0 !important;
  left: 0 !important;
  z-index: -1;
}

.search-dropdown--wrap .dropdown-pane .frm-container .btn-s {
  width: 34px;
  height: 34px;
}

.search-dropdown--wrap .trigger-s.hover .hb_sear_s {
  display: none;
}

.search-dropdown--wrap .trigger-s.hover svg {
  padding: 7px;
}

.owl-nav [class^=owl-] {
  color: #fff;
  line-height: 45px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  z-index: 100;
  height: 45px;
  width: 45px;
  background: rgba(0, 0, 0, 0);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  cursor: pointer;
  font-size: 24px;
}
@media only screen and (max-width: 39.96875rem) {
  .owl-nav [class^=owl-] {
    height: 32px;
    width: 32px;
    line-height: 34px;
    font-size: 20px;
    color: #323433;
    -webkit-filter: drop-shadow(1px 1px 6px rgba(153, 153, 153, 0.3));
            filter: drop-shadow(1px 1px 6px rgba(153, 153, 153, 0.3));
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(50, 52, 51, 0.45);
  }
}

.owl-nav [class^=owl-] i {
  font-weight: 300;
}

.owl-prev {
  left: 40px;
}
@media only screen and (max-width: 39.96875rem) {
  .owl-prev {
    left: 10px;
  }
}

.owl-next {
  right: 40px;
}
@media only screen and (max-width: 39.96875rem) {
  .owl-next {
    right: 10px;
  }
}

.owl-dots {
  position: absolute;
  bottom: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 3px 10px;
  -webkit-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
}

.owl-dot {
  padding: 5px;
}

.owl-dots .owl-dot span {
  display: block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  background: #737373;
  -webkit-transition: all 300ms ease-in 0ms;
  transition: all 300ms ease-in 0ms;
  opacity: 0.6;
}

.owl-dot.active span {
  background: #2F2F2F;
  opacity: 1;
}

.owl-carousel .owl-nav.disabled {
  display: block !important;
}

/*======================= Coder more ===========================*/
.home_slides {
  position: relative;
}
.viewmore.viewmore-contacts {
  font-size: 25px;
  line-height: 30px;
  color: #204982;
  background: #8AD9FD;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 10px 30px;
  -webkit-border-radius: 30px 0 30px 0;
          border-radius: 30px 0 30px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.viewmore.viewmore-contacts::after {
  margin-right: 10px;
  content: "";
  width: 30px;
  height: 30px;
}
.viewmore.viewmore-contacts:hover {
  color: #8AD9FD;
  background: #F22525;
}

.hb_button {
  margin-top: 15px;
  text-align: center;
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 15px transparent;
            box-shadow: 0 0 0 15px transparent;
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-box-shadow: 0 0 0 0 transparent;
            box-shadow: 0 0 0 0 transparent;
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 15px transparent;
            box-shadow: 0 0 0 15px transparent;
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-box-shadow: 0 0 0 0 transparent;
            box-shadow: 0 0 0 0 transparent;
  }
}
.hb_play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: #ffffff;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.hb_play i {
  color: #F22525;
  font-size: 16px;
  margin-left: 3px;
}
.hb_play::after {
  position: absolute;
  content: "";
  width: 53px;
  height: 53px;
  background: transparent;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5607843137);
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5607843137);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animuiion: zoom 1.3s infinite;
  -webkit-animation: zoom 1.3s infinite;
          animation: zoom 1.3s infinite;
  z-index: -1;
}

.icon_heading img {
  width: 48px;
  height: 42px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
}
@media only screen and (max-width: 39.96875rem) {
  .icon_heading img {
    width: 32px;
    height: 22px;
    margin-right: 0px;
  }
}

.hb_module_box1 {
  position: relative;
  padding-bottom: 1.875rem;
}
@media only screen and (max-width: 63.96875rem) {
  .hb_module_box1 {
    padding-bottom: 1.875rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_module_box1 {
    padding-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_module_box1 {
    background-size: cover !important;
  }
}
.hb_module_box1::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_module_box1::after {
    background-size: contain !important;
    height: 40px !important;
  }
}

.hb_module_box2 {
  position: relative;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_module_box2 {
    background-size: cover !important;
  }
}
.hb_module_box2::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

.hb_whychoose_desgin {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background: transparent !important;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_whychoose_desgin {
    padding-top: 1.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_whychoose_desgin {
    padding-bottom: 1.25rem;
  }
}
.hb_whychoose_desgin .listbox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_whychoose_desgin .listbox {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }
}
.hb_whychoose_desgin .listbox li {
  text-align: center;
}
.hb_whychoose_desgin .listbox li .linkbox-inner .linkbox-content {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.hb_whychoose_desgin .listbox li .linkbox-inner .linkbox-content .title {
  border: 1px solid #204982;
  background: #8AD9FD;
  color: #204982;
  -webkit-border-radius: 20px 0 20px 0;
          border-radius: 20px 0 20px 0;
  font-size: 25px;
  line-height: 30px;
  padding: 10px 40px;
  text-transform: uppercase;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_whychoose_desgin .listbox li .linkbox-inner .linkbox-content .title {
    font-size: 20px;
    line-height: 24px;
    padding: 10px 30px;
  }
}
.hb_whychoose_desgin .listbox li .linkbox-inner .linkbox-content .desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  font-size: 65px;
  line-height: 77px;
  font-weight: 700;
  color: #204982;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_whychoose_desgin .listbox li .linkbox-inner .linkbox-content .desc {
    font-size: 50px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 39.96875rem) {
  .hb_banner_desgin .swiper-section {
    margin: 0 !important;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_banner_desgin .swiper {
    padding: 0 !important;
  }
}
.hb_banner_desgin .swiper .swiper-slide .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  height: 98%;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_banner_desgin .swiper .swiper-slide .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
.hb_banner_desgin .swiper .swiper-slide .item .overlay {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45%;
          flex: 0 0 45%;
  max-width: 45%;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_banner_desgin .swiper .swiper-slide .item .overlay {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.hb_banner_desgin .swiper .swiper-slide .item .overlay img {
  -webkit-border-radius: 15px 60px 15px 60px;
          border-radius: 15px 60px 15px 60px;
  border: 8px solid #FFFCFC;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
@media only screen and (max-width: 39.96875rem) {
  .hb_banner_desgin .swiper .swiper-slide .item .overlay img {
    border: 1px solid #FFFCFC;
  }
}
.hb_banner_desgin .swiper .swiper-slide .item .content-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_banner_desgin .swiper .swiper-slide .item .content-wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-top: 15px;
  }
}
.hb_banner_desgin .swiper .swiper-slide .item .content-wrap .content-inner .inner {
  text-align: center;
}
.hb_banner_desgin .swiper .swiper-slide .item .content-wrap .content-inner .inner .sub-title {
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
  color: #204982;
  margin: 0;
  font-style: unset;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_banner_desgin .swiper .swiper-slide .item .content-wrap .content-inner .inner .sub-title {
    font-size: 44px;
    line-height: 55px;
  }
}
.hb_banner_desgin .swiper .swiper-slide .item .content-wrap .content-inner .inner .html-title {
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  color: #F22525;
  margin: 0;
}
.hb_banner_desgin .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-prev {
  left: 55% !important;
  top: 50%;
  -webkit-transform: translate(-55%, -50%) !important;
          transform: translate(-55%, -50%) !important;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_banner_desgin .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-prev {
    left: 5% !important;
    -webkit-transform: translate(-5%, -50%) !important;
            transform: translate(-5%, -50%) !important;
  }
}
.hb_banner_desgin .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-next {
  right: -5% !important;
  top: 50%;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_banner_desgin .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-next {
    right: 5% !important;
  }
}

.hb_trademark_design {
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 3.75rem;
}
@media only screen and (max-width: 63.96875rem) {
  .hb_trademark_design {
    padding-top: 1.875rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_trademark_design {
    padding-top: 1.25rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .hb_trademark_design {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_trademark_design {
    padding-bottom: 1.875rem;
  }
}
.hb_trademark_design::after {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(225, 248, 255, 0)), color-stop(86.25%, #4DC0E5));
  background: linear-gradient(180deg, rgba(225, 248, 255, 0) 0%, #4DC0E5 86.25%);
  width: 100%;
  height: 50%;
  left: 0;
  right: 0;
  bottom: -2px;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_trademark_design::after {
    background-size: cover !important;
  }
}
.hb_trademark_design .title-container {
  margin-bottom: 40px;
}
.hb_trademark_design .swiper-section figure {
  text-align: center;
}
.hb_trademark_design .swiper-section figure img {
  width: 190px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

.hb_products_design {
  padding-top: 80px !important;
  padding-bottom: 60px !important;
  position: relative;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_products_design {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
.hb_products_design::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -15px;
  width: 100%;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_products_design::after {
    background-size: contain !important;
    height: 50px !important;
  }
}
.hb_products_design .title-container {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
          justify-content: center !important;
  margin-bottom: 40px;
}
.hb_products_design .swiper-section {
  margin: 0 !important;
}
.hb_products_design .swiper-section .swiper {
  padding: 0 !important;
}
.hb_products_design .grid-products article.product, .hb_products_design .grid-products .linkbox-inner {
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  background: transparent;
  -webkit-transition: 0.4s opacity 0.4s ease-in-out;
  transition: 0.4s opacity 0.4s ease-in-out;
  text-align: center;
  display: block;
}
.hb_products_design .grid-products article.product .cover, .hb_products_design .grid-products .linkbox-inner .cover {
  -webkit-transition: 0.4s opacity 0.4s ease-in-out;
  transition: 0.4s opacity 0.4s ease-in-out;
}
.hb_products_design .grid-products article.product .cover span.res, .hb_products_design .grid-products .linkbox-inner .cover span.res {
  -webkit-transition: 0.4s opacity 0.4s ease-in-out;
  transition: 0.4s opacity 0.4s ease-in-out;
}
.hb_products_design .grid-products article.product .cover span.res img, .hb_products_design .grid-products .linkbox-inner .cover span.res img {
  -webkit-transition: 0.4s opacity 0.4s ease-in-out;
  transition: 0.4s opacity 0.4s ease-in-out;
}
.hb_products_design .grid-products article.product .cover span.res img:first-child, .hb_products_design .grid-products .linkbox-inner .cover span.res img:first-child {
  max-width: 65%;
  max-height: 65%;
  -webkit-transition: 0.4s opacity 0.4s ease-in-out;
  transition: 0.4s opacity 0.4s ease-in-out;
  -o-object-fit: contain;
     object-fit: contain;
}
.hb_products_design .grid-products article.product span.overlay, .hb_products_design .grid-products .linkbox-inner span.overlay {
  -webkit-transition: 0.4s opacity 0.4s ease-in-out;
  transition: 0.4s opacity 0.4s ease-in-out;
}
.hb_products_design .grid-products article.product span.overlay img, .hb_products_design .grid-products .linkbox-inner span.overlay img {
  -webkit-transition: 0.4s opacity 0.4s ease-in-out;
  transition: 0.4s opacity 0.4s ease-in-out;
}
.hb_products_design .grid-products article.product span.overlay img:first-child, .hb_products_design .grid-products .linkbox-inner span.overlay img:first-child {
  max-width: 65%;
  max-height: 65%;
  -webkit-transition: 0.4s opacity 0.4s ease-in-out;
  transition: 0.4s opacity 0.4s ease-in-out;
  -o-object-fit: contain;
     object-fit: contain;
}
.hb_products_design .grid-products article.product .linkbox-content .title, .hb_products_design .grid-products .linkbox-inner .linkbox-content .title {
  opacity: 0;
  -webkit-transition: 0.4s opacity 0.4s ease-in-out;
  transition: 0.4s opacity 0.4s ease-in-out;
  margin-bottom: 0;
  display: block;
  line-height: 28px;
  text-align: center;
  position: relative;
  padding: 10px 10px 0 10px;
  margin-bottom: 10px;
  font-size: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  font-weight: 400;
  color: #204982;
  text-align: center;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_products_design .grid-products article.product .linkbox-content .title, .hb_products_design .grid-products .linkbox-inner .linkbox-content .title {
    font-size: 16px;
  }
}
.hb_products_design .grid-products article.product .woocommerce-loop-product__title, .hb_products_design .grid-products .linkbox-inner .woocommerce-loop-product__title {
  opacity: 0;
  -webkit-transition: 0.4s opacity 0.4s ease-in-out;
  transition: 0.4s opacity 0.4s ease-in-out;
}
.hb_products_design .grid-products article.product .viewmore.viewmore-contacts, .hb_products_design .grid-products article.product .hb_view_button, .hb_products_design .grid-products .linkbox-inner .viewmore.viewmore-contacts, .hb_products_design .grid-products .linkbox-inner .hb_view_button {
  display: none;
}
.hb_products_design .swiper.swiper-initialized {
  -webkit-transition: 0.4s opacity 0.4s ease-in-out;
  transition: 0.4s opacity 0.4s ease-in-out;
}
.hb_products_design .swiper.swiper-initialized .swiper-slide.swiper-slide-active {
  -webkit-transition: 0.4s opacity 0.4s ease-in-out;
  transition: 0.4s opacity 0.4s ease-in-out;
}
.hb_products_design .swiper.swiper-initialized .swiper-slide.swiper-slide-active article.product .cover span.res img:first-child {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hb_products_design .swiper.swiper-initialized .swiper-slide.swiper-slide-active article.product .woocommerce-loop-product__title {
  opacity: 1;
}
.hb_products_design .swiper.swiper-initialized .swiper-slide.swiper-slide-active .linkbox-inner span.overlay img:first-child {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hb_products_design .swiper.swiper-initialized .swiper-slide.swiper-slide-active .linkbox-inner .linkbox-content .title {
  opacity: 1;
}

.hb_certification_design {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media only screen and (max-width: 63.96875rem) {
  .hb_certification_design {
    padding-top: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_certification_design {
    padding-top: 1.875rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .hb_certification_design {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_certification_design {
    padding-bottom: 1.875rem;
  }
}
.hb_certification_design .title-container {
  margin-bottom: 40px;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
          justify-content: center !important;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_certification_design .title-container {
    margin-bottom: 20px;
  }
}
.hb_certification_design .grid-posts article.item .cover {
  -webkit-border-radius: 0;
          border-radius: 0;
}
.hb_certification_design .swiper-section .swiper-controls .swiper-button {
  border: 1px solid #204982 !important;
}
.hb_certification_design .swiper-section .swiper-controls .swiper-button.swiper-button-prev {
  left: -15px !important;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_certification_design .swiper-section .swiper-controls .swiper-button.swiper-button-prev {
    left: 10px !important;
  }
}
.hb_certification_design .swiper-section .swiper-controls .swiper-button.swiper-button-next {
  right: -15px !important;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_certification_design .swiper-section .swiper-controls .swiper-button.swiper-button-next {
    right: 10px !important;
  }
}
.hb_certification_design .swiper-section .swiper-controls .swiper-pagination.swiper-pagination-bullets {
  position: absolute;
  margin-top: 0;
  bottom: -30px;
}

.hb_prize_design {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media only screen and (max-width: 63.96875rem) {
  .hb_prize_design {
    padding-top: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_prize_design {
    padding-top: 1.875rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .hb_prize_design {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_prize_design {
    padding-bottom: 1.875rem;
  }
}
.hb_prize_design .title-container {
  margin-bottom: 40px;
}
.hb_prize_design .swiper-section {
  margin: -10px -6px;
}
.hb_prize_design .swiper-section .swiper {
  padding: 10px;
}
.hb_prize_design .swiper-section .swiper-controls .swiper-button {
  border: 1px solid #204982 !important;
}
.hb_prize_design .swiper-section .swiper-controls .swiper-button.swiper-button-prev {
  left: -15px !important;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_prize_design .swiper-section .swiper-controls .swiper-button.swiper-button-prev {
    left: 10px !important;
  }
}
.hb_prize_design .swiper-section .swiper-controls .swiper-button.swiper-button-next {
  right: -15px !important;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_prize_design .swiper-section .swiper-controls .swiper-button.swiper-button-next {
    right: 10px !important;
  }
}
.hb_prize_design .swiper-section .swiper-controls .swiper-pagination.swiper-pagination-bullets {
  position: absolute;
  margin-top: 0;
  bottom: -30px;
}
.hb_prize_design .swiper-section figure {
  border: 1px solid #DAAE00;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
  padding: 10px;
}
.hb_prize_design .swiper-section figure img {
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}

.hb_video_design {
  padding-top: 6.25rem;
  padding-bottom: 5rem;
  position: relative;
}
@media only screen and (max-width: 63.96875rem) {
  .hb_video_design {
    padding-top: 4.0625rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_video_design {
    padding-top: 2.8125rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .hb_video_design {
    padding-bottom: 2.8125rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_video_design {
    padding-bottom: 2.1875rem;
  }
}
.hb_video_design::before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  right: 0;
  top: -15px;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_video_design::before {
    background-size: cover !important;
    height: 40px !important;
  }
}
.hb_video_design .title-container {
  margin-bottom: 40px;
}
.hb_video_design .swiper-container {
  position: relative;
}
.hb_video_design .mySwiper {
  padding: 60px 0;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_video_design .mySwiper {
    padding: 0;
  }
}
.hb_video_design .mySwiper article.item.has-video .overlay::before {
  opacity: 0;
}
.hb_video_design .mySwiper article.item.has-video .overlay::after {
  opacity: 0;
}
.hb_video_design .swiper-slide-active {
  -webkit-transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) scale(1.2) !important;
          transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) scale(1.2) !important;
}
.hb_video_design .swiper-slide-active article.item.has-video .overlay::before {
  font-size: 4rem !important;
  opacity: 1;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_video_design .swiper-slide-active article.item.has-video .overlay::before {
    font-size: 1.5rem !important;
  }
}
.hb_video_design .swiper-slide-active article.item.has-video .overlay::after {
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: -webkit-calc(50% - 2.5rem);
  top: calc(50% - 2.5rem);
  left: -webkit-calc(50% - 2.5rem);
  left: calc(50% - 2.5rem);
  opacity: 1;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_video_design .swiper-slide-active article.item.has-video .overlay::after {
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: -webkit-calc(50% - 0.75rem);
    top: calc(50% - 0.75rem);
    left: -webkit-calc(50% - 0.75rem);
    left: calc(50% - 0.75rem);
  }
}
.hb_video_design .swiper-button-prev {
  border: 1px solid #204982;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 2.8125rem;
  height: 2.8125rem;
  margin-top: 0;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  background: #ffffff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -20px;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_video_design .swiper-button-prev {
    width: 2.1875rem;
    height: 2.1875rem;
    left: 10px;
  }
}
.hb_video_design .swiper-button-prev::after {
  color: #204982;
  font-size: 16px;
  font-weight: 700;
}
.hb_video_design .swiper-button-prev:focus, .hb_video_design .swiper-button-prev:hover {
  outline: none;
  opacity: 1;
}
.hb_video_design .swiper-button-prev:focus::before, .hb_video_design .swiper-button-prev:hover::before {
  opacity: 0.9;
}
.hb_video_design .swiper-button-next {
  border: 1px solid #204982;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 2.8125rem;
  height: 2.8125rem;
  margin-top: 0;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  background: #ffffff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -20px;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_video_design .swiper-button-next {
    width: 2.1875rem;
    height: 2.1875rem;
    right: 10px;
  }
}
.hb_video_design .swiper-button-next::after {
  color: #204982;
  font-size: 16px;
  font-weight: 700;
}
.hb_video_design .swiper-button-next:focus, .hb_video_design .swiper-button-next:hover {
  outline: none;
  opacity: 1;
}
.hb_video_design .swiper-button-next:focus::before, .hb_video_design .swiper-button-next:hover::before {
  opacity: 0.9;
}
.hb_video_design .swiper-pagination {
  bottom: -25px;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_video_design .swiper-pagination {
    display: none;
  }
}
.single-business-page .inland-title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase;
  color: #204982;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  border-bottom: 1px solid #204982;
  padding-bottom: 0.9375rem;
  margin-bottom: 0.9375rem;
}
@media only screen and (max-width: 63.96875rem) {
  .single-business-page .inland-title {
    padding-bottom: 0.625rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .single-business-page .inland-title {
    padding-bottom: 0.3125rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .single-business-page .inland-title {
    margin-bottom: 0.625rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .single-business-page .inland-title {
    margin-bottom: 0.3125rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .single-business-page .inland-title {
    font-size: 20px;
    line-height: 24px;
  }
}
.single-business-page .inland-title::after {
  margin-right: 15px;
}
.single-business-page .procedure-title, .single-business-page .cooperation-title {
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 63.96875rem) {
  .single-business-page .procedure-title, .single-business-page .cooperation-title {
    margin-bottom: 1.875rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .single-business-page .procedure-title, .single-business-page .cooperation-title {
    margin-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .single-business-page .procedure-title, .single-business-page .cooperation-title {
    font-size: 20px;
    line-height: 24px;
  }
}
.single-business-page .inland-desc {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-align: justify;
}
@media only screen and (max-width: 39.96875rem) {
  .single-business-page .inland-desc {
    font-size: 16px;
    line-height: 26px;
    text-align: left;
  }
}
.single-business-page .desc {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
@media only screen and (max-width: 39.96875rem) {
  .single-business-page .desc {
    font-size: 16px;
    line-height: 26px;
  }
}
.single-business-page .hb_contacts_business {
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-border-radius: 30px 0px 30px 0px;
          border-radius: 30px 0px 30px 0px;
  background: #ffffff;
}
@media only screen and (max-width: 39.96875rem) {
  .single-business-page .hb_contacts_business {
    padding: 10px;
  }
}
.single-business-page .hb_contacts_business .contact-title {
  text-align: center;
  font-size: 25px;
  line-height: 30px;
  color: #F22525;
  font-weight: 700;
}
@media only screen and (max-width: 39.96875rem) {
  .single-business-page .hb_contacts_business .contact-title {
    font-size: 20px;
    line-height: 24px;
  }
}
.single-business-page .hb_contacts_business .hb_contacts_desc {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 39.96875rem) {
  .single-business-page .hb_contacts_business .hb_contacts_desc {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
  }
}

.hb_inland {
  padding-top: 1.875rem;
  padding-bottom: 3.75rem;
}
@media only screen and (max-width: 63.96875rem) {
  .hb_inland {
    padding-top: 1.875rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_inland {
    padding-top: 1.875rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .hb_inland {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_inland {
    padding-bottom: 1.875rem;
  }
}
.hb_inland .title-container .desc {
  width: 80%;
  margin: 0 auto 60px;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_inland .title-container .desc {
    width: 100%;
    margin: 0 auto 30px;
    text-align: justify;
  }
}
.hb_inland .content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_inland .content-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
.hb_inland .content-container .content-left, .hb_inland .content-container .content-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 49%;
          flex: 0 0 49%;
  max-width: 49%;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_inland .content-container .content-left, .hb_inland .content-container .content-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_inland .content-container .content-left {
    margin-bottom: 30px;
  }
}
.hb_inland .content-container .content-right .content-list .inland-item {
  padding-bottom: 1.875rem;
}
@media only screen and (max-width: 63.96875rem) {
  .hb_inland .content-container .content-right .content-list .inland-item {
    padding-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_inland .content-container .content-right .content-list .inland-item {
    padding-bottom: 1.25rem;
  }
}
.hb_inland .content-container .content-right .content-list .inland-item .swiper-section {
  padding-top: 1.875rem;
  margin: -10px -6px;
}
@media only screen and (max-width: 63.96875rem) {
  .hb_inland .content-container .content-right .content-list .inland-item .swiper-section {
    padding-top: 1.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_inland .content-container .content-right .content-list .inland-item .swiper-section {
    padding-top: 1.25rem;
  }
}
.hb_inland .content-container .content-right .content-list .inland-item .swiper-section .swiper {
  padding: 10px;
}
.hb_inland .content-container .content-right .content-list .inland-item .swiper-section .swiper .swiper-slide a {
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  background: #ffffff;
}
.hb_inland .content-container .content-right .content-list .inland-item .swiper-section .swiper .swiper-slide a img {
  padding: 10px 0;
  width: auto;
  height: 75px;
  -o-object-fit: contain;
     object-fit: contain;
}
.hb_inland .content-container .content-right .content-list .inland-item .swiper-controls .swiper-button {
  width: 2.1875rem;
  height: 2.1875rem;
  border: none;
  top: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.hb_inland .content-container .content-right .content-list .inland-item .swiper-controls .swiper-button:hover {
  border: 1px solid rgba(50, 52, 51, 0.45);
}
.hb_inland .content-container .content-right .content-list .inland-item .swiper-controls .swiper-button::before {
  font-weight: 700;
}
.hb_inland .content-container .content-right .content-list .inland-item .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-prev {
  left: -10px;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_inland .content-container .content-right .content-list .inland-item .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-prev {
    left: 12px;
  }
}
.hb_inland .content-container .content-right .content-list .inland-item .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-next {
  right: -45px;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_inland .content-container .content-right .content-list .inland-item .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-next {
    right: -20px;
  }
}
.hb_inland .content-container .content-right .hb_contacts_business {
  margin-top: 1.875rem;
}
@media only screen and (max-width: 63.96875rem) {
  .hb_inland .content-container .content-right .hb_contacts_business {
    margin-top: 1.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_inland .content-container .content-right .hb_contacts_business {
    margin-top: 0.9375rem;
  }
}

.hb_machining .hb_images_text {
  position: relative;
}
.hb_machining .hb_images_text .heading-title {
  position: absolute;
  top: 65%;
  left: 5%;
  -webkit-transform: translate(-5%, -65%);
          transform: translate(-5%, -65%);
  width: 100%;
  max-width: 360px;
  text-align: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_machining .hb_images_text .heading-title {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.7);
    padding: 5px 0;
  }
}
.hb_machining .desc {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  width: 95%;
  margin: 0 auto;
  text-align: justify;
}
@media only screen and (max-width: 63.96875rem) {
  .hb_machining .desc {
    padding-top: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_machining .desc {
    padding-top: 1.875rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .hb_machining .desc {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_machining .desc {
    padding-bottom: 1.875rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_machining .desc {
    width: 100%;
  }
}

.hb_procedure .grid-container {
  text-align: center;
}
.hb_procedure .title-container .desc {
  width: 90%;
  margin: 0 auto 60px;
  text-align: left;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_procedure .title-container .desc {
    width: 100%;
    margin: 0 auto 30px;
    text-align: justify;
  }
}
.hb_procedure .hb_contacts_business {
  max-width: 645px;
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}
@media only screen and (max-width: 63.96875rem) {
  .hb_procedure .hb_contacts_business {
    margin-top: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_procedure .hb_contacts_business {
    margin-top: 1.875rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .hb_procedure .hb_contacts_business {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_procedure .hb_contacts_business {
    margin-bottom: 1.875rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_procedure .hb_contacts_business {
    max-width: 100%;
  }
  .hb_procedure .hb_contacts_business .hb_contacts_desc {
    text-align: left;
  }
}

.hb_cooperation {
  padding-bottom: 3.75rem;
}
@media only screen and (max-width: 63.96875rem) {
  .hb_cooperation {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_cooperation {
    padding-bottom: 1.875rem;
  }
}
.hb_cooperation .swiper-section {
  padding-top: 1.875rem;
  margin: -10px -6px;
}
@media only screen and (max-width: 63.96875rem) {
  .hb_cooperation .swiper-section {
    padding-top: 1.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_cooperation .swiper-section {
    padding-top: 1.25rem;
  }
}
.hb_cooperation .swiper-section .swiper {
  padding: 10px;
}
.hb_cooperation .swiper-section .swiper .swiper-slide {
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  background: #ffffff;
}
.hb_cooperation .swiper-section .swiper .swiper-slide img {
  padding: 10px 0;
  width: auto;
  height: 112px;
  -o-object-fit: contain;
     object-fit: contain;
}
.hb_cooperation .swiper-controls .swiper-button {
  width: 2.1875rem;
  height: 2.1875rem;
  border: none !important;
  top: 50%;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
}
.hb_cooperation .swiper-controls .swiper-button:hover {
  border: 1px solid rgba(50, 52, 51, 0.45) !important;
}
.hb_cooperation .swiper-controls .swiper-button::before {
  font-weight: 700;
}
.hb_cooperation .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-prev {
  left: -10px;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_cooperation .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-prev {
    left: 12px;
  }
}
.hb_cooperation .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-next {
  right: -45px;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_cooperation .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-next {
    right: -20px;
  }
}

.hb_export {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  background: rgba(188, 188, 188, 0.1803921569);
}
@media only screen and (max-width: 63.96875rem) {
  .hb_export {
    padding-top: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_export {
    padding-top: 1.875rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .hb_export {
    padding-bottom: 5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_export {
    padding-bottom: 1.875rem;
  }
}
.hb_export .export-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_export .export-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
.hb_export .export-container .export-left, .hb_export .export-container .export-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 49%;
          flex: 0 0 49%;
  max-width: 49%;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_export .export-container .export-left, .hb_export .export-container .export-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_export .export-container .export-left {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_export .export-container .export-right {
    margin-bottom: 30px;
  }
}

.single-productcat-page {
  padding-top: 5rem;
  padding-bottom: 8.125rem;
}
@media only screen and (max-width: 63.96875rem) {
  .single-productcat-page {
    padding-top: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .single-productcat-page {
    padding-top: 1.875rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .single-productcat-page {
    padding-bottom: 4.375rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .single-productcat-page {
    padding-bottom: 3.75rem;
  }
}
.single-productcat-page .title-container .heading-title {
  margin-bottom: 80px;
}
@media only screen and (max-width: 39.96875rem) {
  .single-productcat-page .title-container .heading-title {
    margin-bottom: 40px;
  }
}
.single-productcat-page .productcat-container .productcat-inner {
  display: grid;
  grid-gap: 7.5rem;
  gap: 7.5rem;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 63.96875rem) {
  .single-productcat-page .productcat-container .productcat-inner {
    grid-gap: 5rem;
    gap: 5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .single-productcat-page .productcat-container .productcat-inner {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .single-productcat-page .productcat-container .productcat-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
.single-productcat-page .productcat-container .productcat-inner .productcat-item a {
  border-bottom: 1px solid #8AD9FD;
}
.single-productcat-page .productcat-container .productcat-inner .productcat-item a .h6 {
  font-size: 25px;
  line-height: 35px;
  font-weight: 700;
  color: #204982;
  text-align: center;
  text-transform: uppercase;
  padding: 0px 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  min-height: 60px;
}
@supports (-webkit-line-clamp: 2) {
  .single-productcat-page .productcat-container .productcat-inner .productcat-item a .h6 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .single-productcat-page .productcat-container .productcat-inner .productcat-item a .h6 {
    font-size: 12px;
    line-height: 16px;
    padding: 0px 10px;
    min-height: 32px;
  }
}
.single-productcat-page .productcat-container .productcat-inner .productcat-item a .cover-content {
  padding: 20px;
  text-align: center;
}
@media only screen and (max-width: 39.96875rem) {
  .single-productcat-page .productcat-container .productcat-inner .productcat-item a .cover-content {
    padding: 10px;
  }
}
.single-productcat-page .productcat-container .productcat-inner .productcat-item a .cover-content .view-more {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  color: #204982;
}
@media only screen and (max-width: 39.96875rem) {
  .single-productcat-page .productcat-container .productcat-inner .productcat-item a .cover-content .view-more {
    font-size: 14px;
    line-height: 24px;
  }
}
.single-productcat-page .productcat-container .productcat-inner .productcat-item a:hover .h6 {
  color: #F22525;
}
.single-productcat-page .productcat-container .productcat-inner .productcat-item a:hover .cover .res {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
  opacity: 1;
}
.single-productcat-page .productcat-container .productcat-inner .productcat-item a:hover .cover-content .view-more {
  color: #F22525;
}

.newsdesign-title {
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  color: #204982;
  margin-bottom: 0;
  position: relative;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  z-index: 1;
  padding: 15px 100px 10px 15px;
}
.newsdesign-title::before, .newsdesign-title::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.newsdesign-title::before {
  z-index: -1;
}
.newsdesign-title::after {
  z-index: -2;
  display: none;
}
@media only screen and (max-width: 39.96875rem) {
  .newsdesign-title {
    font-size: 18px;
    line-height: 24px;
    padding: 10px 70px 10px 15px;
  }
}

.section.single-news-design {
  padding-top: 60px !important;
  padding-bottom: 150px !important;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-news-design {
    padding-top: 30px !important;
    padding-bottom: 80px !important;
  }
}
.section.single-news-design .title-container {
  border-bottom: 2px solid #8AD9FD;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  position: relative;
}
@media only screen and (max-width: 63.96875rem) {
  .section.single-news-design .title-container {
    margin-top: 1.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-news-design .title-container {
    margin-top: 1.25rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.single-news-design .title-container {
    margin-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-news-design .title-container {
    margin-bottom: 1.25rem;
  }
}
.section.single-news-design .title-container .hb_view_details {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  font-style: italic;
  text-align: justify;
  color: #204982;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.section.single-news-design .title-container .hb_view_details:hover {
  color: #F22525;
}

.hb_lasts_news {
  padding-bottom: 3.75rem;
}
@media only screen and (max-width: 63.96875rem) {
  .hb_lasts_news {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_lasts_news {
    padding-bottom: 1.875rem;
  }
}
.hb_lasts_news .news-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_lasts_news .news-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }
}
.hb_lasts_news .news-container article.item .cover-content .meta, .hb_lasts_news .news-container article.item .cover-content .excerpt, .hb_lasts_news .news-container article.item .cover-content .view-detail {
  display: none !important;
}
.hb_lasts_news .news-container .first {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 49%;
          flex: 0 0 49%;
  max-width: 49%;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_lasts_news .news-container .first {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.hb_lasts_news .news-container .first article.item {
  height: 100%;
}
.hb_lasts_news .news-container .first article.item .cover-content {
  padding-top: 15px;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_lasts_news .news-container .first article.item .cover-content {
    padding-top: 10px;
  }
}
.hb_lasts_news .news-container .first article.item .cover-content .h6 a {
  font-size: 24px;
  line-height: 28px;
  color: #204982;
  font-weight: 700;
  text-align: justify;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_lasts_news .news-container .first article.item .cover-content .h6 a {
    font-size: 18px;
    line-height: 24px;
  }
}
.hb_lasts_news .news-container .first article.item .cover-content .h6 a:hover {
  color: #F22525;
}
.hb_lasts_news .news-container .first article.item .cover-content .meta, .hb_lasts_news .news-container .first article.item .cover-content .excerpt, .hb_lasts_news .news-container .first article.item .cover-content .view-detail {
  display: none !important;
}
.hb_lasts_news .news-container .second {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 49%;
          flex: 0 0 49%;
  max-width: 49%;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_lasts_news .news-container .second {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.hb_lasts_news .news-container .second article.item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 15px;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_lasts_news .news-container .second article.item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
.hb_lasts_news .news-container .second article.item .hb_adds {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 273px;
          flex: 0 0 273px;
  max-width: 273px;
  margin-right: 15px;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_lasts_news .news-container .second article.item .hb_adds {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
  }
}
.hb_lasts_news .news-container .second article.item .cover-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_lasts_news .news-container .second article.item .cover-content {
    padding-top: 10px;
  }
}
.hb_lasts_news .news-container .second article.item .cover-content .h6 a {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #204982;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: justify;
}
.hb_lasts_news .news-container .second article.item .cover-content .h6 a:hover {
  color: #F22525;
}
.hb_lasts_news .news-container .second article.item .cover-content .meta, .hb_lasts_news .news-container .second article.item .cover-content .excerpt, .hb_lasts_news .news-container .second article.item .cover-content .view-detail {
  display: none !important;
}
.hb_lasts_news .news-container .second article.item:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 39.96875rem) {
  .hb_pc {
    display: none;
  }
}

.hb_mobile {
  display: none;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_mobile {
    display: block;
    text-align: center;
  }
}

.hb_all_news .hb_allnews_item .allnews-container {
  display: grid;
  grid-gap: 1.875rem;
  gap: 1.875rem;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 63.96875rem) {
  .hb_all_news .hb_allnews_item .allnews-container {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_all_news .hb_allnews_item .allnews-container {
    grid-gap: 0.9375rem;
    gap: 0.9375rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_all_news .hb_allnews_item .allnews-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.hb_all_news .hb_allnews_item .allnews-container article.item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_all_news .hb_allnews_item .allnews-container article.item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
.hb_all_news .hb_allnews_item .allnews-container article.item .hb_adds {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 273px;
          flex: 0 0 273px;
  max-width: 273px;
  margin-right: 15px;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_all_news .hb_allnews_item .allnews-container article.item .hb_adds {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
  }
}
.hb_all_news .hb_allnews_item .allnews-container article.item .cover-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_all_news .hb_allnews_item .allnews-container article.item .cover-content {
    margin-top: 10px;
  }
}
.hb_all_news .hb_allnews_item .allnews-container article.item .cover-content .h6 a {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #204982;
  text-align: justify;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .hb_all_news .hb_allnews_item .allnews-container article.item .cover-content .h6 a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
  }
}
.hb_all_news .hb_allnews_item .allnews-container article.item .cover-content .h6 a:hover {
  color: #F22525;
}
.hb_all_news .hb_allnews_item .allnews-container article.item .cover-content .excerpt {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  margin-bottom: 0.9375rem;
}
@supports (-webkit-line-clamp: 3) {
  .hb_all_news .hb_allnews_item .allnews-container article.item .cover-content .excerpt {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
  }
}
.hb_all_news .hb_allnews_item .allnews-container article.item .cover-content .view-detail {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  font-style: italic;
  font-weight: 400;
  color: #204982;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.hb_all_news .hb_allnews_item .allnews-container article.item .cover-content .view-detail:hover {
  color: #F22525;
  letter-spacing: 2px;
}

.hb_relate_post {
  padding-top: 3.75rem;
}
@media only screen and (max-width: 63.96875rem) {
  .hb_relate_post {
    padding-top: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_relate_post {
    padding-top: 1.875rem;
  }
}
.hb_relate_post .hb_related_title {
  font-size: 30px;
  line-height: 37px;
  font-weight: 700;
  color: #204982;
  margin-bottom: 1.875rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 63.96875rem) {
  .hb_relate_post .hb_related_title {
    margin-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_relate_post .hb_related_title {
    margin-bottom: 0.9375rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_relate_post .hb_related_title {
    font-size: 22px;
    line-height: 24px;
  }
}
.hb_relate_post ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.hb_relate_post ul li a {
  color: #3C3C3C;
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
  text-transform: uppercase;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_relate_post ul li a {
    font-size: 18px;
    line-height: 24px;
  }
}
.hb_relate_post ul li a:hover {
  color: #F22525;
}

.section.single-services {
  padding-top: 3.75rem;
  padding-bottom: 9.375rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section.single-services {
    padding-top: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-services {
    padding-top: 1.875rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.single-services {
    padding-bottom: 5.625rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-services {
    padding-bottom: 3.75rem;
  }
}
.section.single-services .col-content .heading-title {
  text-align: center;
}
.section.single-services .col-content .single-thumbnail {
  display: none;
}
.section.single-services .hb_content_design {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.section.single-services .hb_content_design .heading-title {
  display: none;
}
.section.single-services .hb_content_design .single-thumbnail {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 49%;
          flex: 0 0 49%;
  max-width: 49%;
  background: #dce2f1;
  display: block;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-services .hb_content_design .single-thumbnail {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.section.single-services .hb_content_design .content.clearfix {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 49%;
          flex: 0 0 49%;
  max-width: 49%;
  background: #dce2f1;
  padding: 40px 60px 0 40px;
  border: 1px solid #f5f5f5;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-services .hb_content_design .content.clearfix {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    font-size: 16px;
    line-height: 26px;
  }
}
.section.single-services .hb_content_design .content.clearfix .hb_numbers {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-services .hb_content_design .content.clearfix .hb_numbers {
    font-size: 16px;
    line-height: 26px;
  }
}
.section.single-services .hb_content_design .content.clearfix .hb_images_brand {
  text-align: center;
}
.section.single-services .hb_content_design .content.clearfix .hb_images_brand span {
  font-weight: 700;
  display: block;
  text-align: left;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-services .hb_content_design .content.clearfix .hb_images_brand span {
    font-size: 16px;
    line-height: 26px;
  }
}
.section.single-services .hb_content_design .content.clearfix .hb_images_brand img {
  margin: 20px 0 10px;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-services .hb_content_design .content.clearfix .hb_images_brand img {
    margin: 5px 0 10px;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-services .hb_content_design .content.clearfix .hb_color_brand {
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-services .hb_content_design .content.clearfix .hb_type_brand {
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-services .hb_content_design .content.clearfix .hb_contents_brand {
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-services .hb_content_design .content.clearfix .hb_contents_brand {
    font-size: 16px;
    line-height: 26px;
  }
}
.section.single-services .hb_content_design .content.clearfix p {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.section.single-services .hb_content_design .content.clearfix p strong {
  margin-right: 15px;
  white-space: nowrap;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-services .hb_content_design .content.clearfix p {
    display: unset;
  }
  .section.single-services .hb_content_design .content.clearfix p strong {
    margin-right: 0;
    white-space: unset;
  }
}
.section.single-services .hb_content_design .content.clearfix .line-design {
  height: 2px;
  width: 50%;
  margin: 0 auto;
  background: #000;
}
.section.single-services .hb_content_design .hb_relate_post {
  display: none;
}

.section.single-tuyendung {
  padding-top: 3.75rem;
  padding-bottom: 9.375rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section.single-tuyendung {
    padding-top: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-tuyendung {
    padding-top: 1.875rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.single-tuyendung {
    padding-bottom: 3.75rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-tuyendung {
    padding-bottom: 3.75rem;
  }
}
.section.single-tuyendung .hb_recruitment_abouts .grid-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-tuyendung .hb_recruitment_abouts .grid-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
.section.single-tuyendung .hb_recruitment_abouts .grid-container .hb_recruitment_left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 49%;
          flex: 0 0 49%;
  max-width: 49%;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-tuyendung .hb_recruitment_abouts .grid-container .hb_recruitment_left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.section.single-tuyendung .hb_recruitment_abouts .grid-container .hb_recruitment_left .hb_recruitment_desc {
  font-size: 20px;
  line-height: 30px;
  text-align: justify;
  font-weight: 400;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-tuyendung .hb_recruitment_abouts .grid-container .hb_recruitment_left .hb_recruitment_desc {
    font-size: 16px;
    line-height: 26px;
  }
}
.section.single-tuyendung .hb_recruitment_abouts .grid-container .hb_recruitment_right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 49%;
          flex: 0 0 49%;
  max-width: 49%;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-tuyendung .hb_recruitment_abouts .grid-container .hb_recruitment_right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.section.single-tuyendung .hb_recruitment_career {
  position: relative;
  z-index: 1;
  padding-top: 11.25rem;
  padding-bottom: 11.25rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section.single-tuyendung .hb_recruitment_career {
    padding-top: 7.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-tuyendung .hb_recruitment_career {
    padding-top: 1.875rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.single-tuyendung .hb_recruitment_career {
    padding-bottom: 7.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-tuyendung .hb_recruitment_career {
    padding-bottom: 1.875rem;
  }
}
.section.single-tuyendung .hb_recruitment_career .hb_backgound_recruitment {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.section.single-tuyendung .hb_recruitment_career .hb_backgound_recruitment img {
  width: 100%;
  height: 100%;
}
.section.single-tuyendung .hb_recruitment_career .grid-container .heading-title {
  text-align: center;
}
.section.single-tuyendung .hb_recruitment_procedure {
  padding-top: 3.75rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section.single-tuyendung .hb_recruitment_procedure {
    padding-top: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-tuyendung .hb_recruitment_procedure {
    padding-top: 1.875rem;
  }
}
.section.single-tuyendung .hb_recruitment_procedure .heading-title {
  text-align: center;
}
.section.single-tuyendung .hb_recruitment_procedure .hb_procedure_images figure {
  text-align: center;
}
.section.single-tuyendung .hb_recruitment_contents strong {
  font-size: 25px;
  line-height: 32px;
  color: #204982;
}

.hb_recruitment_cat {
  display: grid;
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
  grid-template-columns: repeat(5, 1fr);
  padding-top: 3.75rem;
}
@media only screen and (max-width: 63.96875rem) {
  .hb_recruitment_cat {
    padding-top: 1.875rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_recruitment_cat {
    padding-top: 1.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_recruitment_cat {
    grid-template-columns: repeat(2, 1fr);
  }
}
.hb_recruitment_cat .productcat-item .item {
  background: #ffffff;
  border: 2px solid #204982;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  padding: 30px;
  height: 100%;
  text-align: center;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_recruitment_cat .productcat-item .item {
    padding: 15px;
    -webkit-border-radius: 10px;
            border-radius: 10px;
  }
}
.hb_recruitment_cat .productcat-item .item .cover {
  margin-bottom: 15px;
}
.hb_recruitment_cat .productcat-item .item .cover .after-overlay img {
  width: auto;
  height: 65px;
  -o-object-fit: contain;
     object-fit: contain;
}
.hb_recruitment_cat .productcat-item .item .cover-content .h6 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: #204982;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_recruitment_cat .productcat-item .item .cover-content .h6 {
    font-size: 16px;
    line-height: 24px;
  }
}
.hb_recruitment_cat .productcat-item .item:hover {
  background: #204982;
  border: 2px solid #8AD9FD;
}
.hb_recruitment_cat .productcat-item .item:hover .cover .after-overlay img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.hb_recruitment_cat .productcat-item .item:hover .cover-content .h6 {
  color: #ffffff;
}

.hb_all_tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  color: #204982;
  font-size: 20px;
  line-height: 26px;
}
@media only screen and (max-width: 63.96875rem) {
  .hb_all_tabs {
    padding-top: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_all_tabs {
    padding-top: 1.875rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .hb_all_tabs {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_all_tabs {
    padding-bottom: 1.875rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_all_tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
    grid-gap: 0.625rem;
    gap: 0.625rem;
  }
}
.hb_all_tabs .tabs-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  text-align: center;
  font-weight: 700;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_all_tabs .tabs-title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.hb_all_tabs .tabs-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_all_tabs .tabs-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
    grid-gap: 0.625rem;
    gap: 0.625rem;
  }
}
.hb_all_tabs .tabs {
  padding: 0;
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  grid-gap: 1.25rem;
  gap: 1.25rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 49%;
          flex: 0 0 49%;
  max-width: 49%;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
          justify-content: space-evenly;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_all_tabs .tabs {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.hb_all_tabs .tabs li {
  position: relative;
  cursor: pointer;
}
.hb_all_tabs .tabs li::before {
  display: inline-block;
  content: "\f111";
  font-family: "Font Awesome 6 Pro";
  color: #204982;
  margin-right: 10px;
}
.hb_all_tabs .tabs li.active::before {
  content: "\f058";
  font-weight: 700;
}
.hb_all_tabs .tabs-lv {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 49%;
          flex: 0 0 49%;
  max-width: 49%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
          justify-content: space-evenly;
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (max-width: 63.96875rem) {
  .hb_all_tabs .tabs-lv {
    grid-gap: 0.9375rem;
    gap: 0.9375rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_all_tabs .tabs-lv {
    grid-gap: 0.625rem;
    gap: 0.625rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_all_tabs .tabs-lv {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.hb_all_tabs .tabs-lv span:last-child {
  background: rgba(188, 188, 188, 0.2);
  padding: 0 30px;
  -webkit-border-radius: 30px;
          border-radius: 30px;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_all_tabs .tabs-lv span:last-child {
    padding: 0 15px;
  }
}

.hb_tab_container .tab_content table {
  margin-bottom: 0;
}
.hb_tab_container .tab_content table thead {
  background: #8AD9FD;
  color: #323433;
}
.hb_tab_container .tab_content table thead tr th {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: #204982;
}
.hb_tab_container .tab_content table thead, .hb_tab_container .tab_content table tbody, .hb_tab_container .tab_content table tfoot {
  border: 1px solid #8AD9FD;
}
.hb_tab_container .tab_content table .design-table td {
  text-align: center;
  border-right: 1px solid #8AD9FD;
  border-bottom: 1px solid #8AD9FD;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  padding: 1rem 0.625rem 1rem;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_tab_container .tab_content table .design-table td {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
            align-items: baseline;
    border-right: unset;
    background: #ffffff;
    font-size: 16px;
  }
}
.hb_tab_container .tab_content table .design-table td .h6 {
  margin-bottom: 0;
}
.hb_tab_container .tab_content table .design-table td .h6 a {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_tab_container .tab_content table .design-table td .h6 a {
    font-size: 16px;
  }
}
.hb_tab_container .tab_content table .design-table td .h6 a:hover {
  color: #F22525;
}
.hb_tab_container .tab_content table .design-table td:first-child {
  text-align: left;
}
.hb_tab_container .tab_content table .design-table td:last-child {
  border-right: unset;
}
.hb_tab_container .tab_content table .design-table td .hb_mota .view-detail {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hb_tab_container .tab_content table .design-table td .hb_mota .view-detail:hover {
  color: #F22525;
}

.section.archive-recruitments {
  padding-top: 3.75rem;
  padding-bottom: 9.375rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section.archive-recruitments {
    padding-top: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.archive-recruitments {
    padding-top: 1.875rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.archive-recruitments {
    padding-bottom: 5.625rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.archive-recruitments {
    padding-bottom: 3.75rem;
  }
}
.section.archive-recruitments .widget_custom_html {
  padding-top: 3.75rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section.archive-recruitments .widget_custom_html {
    padding-top: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.archive-recruitments .widget_custom_html {
    padding-top: 1.875rem;
  }
}

.section.single-recruitment {
  padding-top: 3.75rem;
  padding-bottom: 9.375rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section.single-recruitment {
    padding-top: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-recruitment {
    padding-top: 1.875rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.single-recruitment {
    padding-bottom: 5.625rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-recruitment {
    padding-bottom: 3.75rem;
  }
}
.section.single-recruitment .center {
  text-align: center;
}
.section.single-recruitment .heading-title {
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section.single-recruitment .heading-title {
    margin-bottom: 1.875rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-recruitment .heading-title {
    margin-bottom: 1.25rem;
  }
}
.section.single-recruitment .content strong {
  color: #204982;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-recruitment .content.clearfix {
    font-size: 16px;
    line-height: 26px;
  }
}

.hb_faq_list {
  margin-top: 20px;
}
.hb_faq_list .qa.accordion {
  display: grid;
  grid-gap: 0.625rem;
  gap: 0.625rem;
  background: transparent;
  margin-bottom: 0;
}
.hb_faq_list .qa.accordion li {
  background: rgba(232, 232, 232, 0.3019607843);
  padding: 20px;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_faq_list .qa.accordion li {
    padding: 15px;
  }
}
.hb_faq_list .qa.accordion li a.question {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_faq_list .qa.accordion li a.question {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }
}
.hb_faq_list .qa.accordion li a.question .hb_faq_titles {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #204982;
  margin-bottom: 0;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_faq_list .qa.accordion li a.question .hb_faq_titles {
    font-size: 18px;
    line-height: 26px;
  }
}
.hb_faq_list .qa.accordion li a.question span svg {
  font-size: 24px;
  fill: #204982;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_faq_list .qa.accordion li a.question span svg {
    font-size: 20px;
  }
}
.hb_faq_list .qa.accordion li a.question .faq_plus {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hb_faq_list .qa.accordion li a.question .faq_minus {
  opacity: 0;
  width: 0;
  height: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: none;
}
.hb_faq_list .qa.accordion li .accordion-contents {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  padding: 0;
  border: none;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: opacity 300ms linear, max-height 300ms linear;
  transition: opacity 300ms linear, max-height 300ms linear;
  will-change: opacity, max-height;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_faq_list .qa.accordion li .accordion-contents {
    font-size: 16px;
    line-height: 26px;
  }
}
.hb_faq_list .qa.accordion li a.question[aria-expanded=true] .faq_plus {
  opacity: 0;
  width: 0;
  height: 0;
  display: none;
}
.hb_faq_list .qa.accordion li a.question[aria-expanded=true] .faq_minus {
  opacity: 1;
  width: auto;
  height: auto;
  display: block;
}
.hb_faq_list .qa.accordion li a.question[aria-expanded=true] + .accordion-contents {
  position: unset !important;
  opacity: 1;
  max-height: 100%;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  will-change: opacity, max-height;
  display: block;
  padding-top: 10px;
}
.section.single-achievement-design {
  padding-top: 3.75rem;
  padding-bottom: 9.375rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section.single-achievement-design {
    padding-top: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-achievement-design {
    padding-top: 1.875rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.single-achievement-design {
    padding-bottom: 5.625rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-achievement-design {
    padding-bottom: 3.75rem;
  }
}
.section.single-achievement-design .hb_achievement_abouts .hb_achievement_nav {
  margin-bottom: 3.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  grid-gap: 1.875rem;
  gap: 1.875rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
@media only screen and (max-width: 63.96875rem) {
  .section.single-achievement-design .hb_achievement_abouts .hb_achievement_nav {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-achievement-design .hb_achievement_abouts .hb_achievement_nav {
    margin-bottom: 1.875rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.single-achievement-design .hb_achievement_abouts .hb_achievement_nav {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-achievement-design .hb_achievement_abouts .hb_achievement_nav {
    grid-gap: 0.625rem;
    gap: 0.625rem;
  }
}
.section.single-achievement-design .hb_achievement_abouts .hb_achievement_nav a {
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 10px 30px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  color: #204982;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-achievement-design .hb_achievement_abouts .hb_achievement_nav a {
    padding: 8px;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
}
.section.single-achievement-design .hb_achievement_abouts .hb_achievement_nav a:hover {
  background: #8AD9FD;
}
.section.single-achievement-design .hb_achievement_abouts .hb_achievement_contents p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-achievement-design .hb_achievement_abouts .hb_achievement_contents p {
    font-size: 16px;
    line-height: 26px;
  }
}
.section.single-achievement-design .hb_achievement_design .hb_achievement_items {
  padding-top: 2.5rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section.single-achievement-design .hb_achievement_design .hb_achievement_items {
    padding-top: 1.875rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-achievement-design .hb_achievement_design .hb_achievement_items {
    padding-top: 1.25rem;
  }
}
.section.single-achievement-design .hb_achievement_design .hb_achievement_inner {
  padding-top: 3.75rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section.single-achievement-design .hb_achievement_design .hb_achievement_inner {
    padding-top: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-achievement-design .hb_achievement_design .hb_achievement_inner {
    padding-top: 1.875rem;
  }
}
.section.single-achievement-design .hb_achievement_design .hb_achievement_inner:last-child .hb_achievement_items {
  padding-top: 0;
}
.section.single-achievement-design .hb_achievement_design .newsdesign-title {
  padding: 10px 160px 10px 15px;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-achievement-design .hb_achievement_design .newsdesign-title {
    padding: 10px 100px 10px 15px;
  }
}
.section.single-achievement-design .hb_achievement_design .title-container {
  border-bottom: 2px solid #8AD9FD;
}
.section.single-achievement-design .hb_achievement_design .archivement-design-title {
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  color: #204982;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  grid-gap: 0.625rem;
  gap: 0.625rem;
  margin-bottom: 1.875rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 63.96875rem) {
  .section.single-achievement-design .hb_achievement_design .archivement-design-title {
    margin-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-achievement-design .hb_achievement_design .archivement-design-title {
    margin-bottom: 0.9375rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-achievement-design .hb_achievement_design .archivement-design-title {
    font-size: 20px;
    line-height: 24px;
  }
}
.section.single-achievement-design .hb_achievement_design .archivement-design-title i {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.section.single-achievement-design .hb_achievement_design .archivement-design-title i::before {
  display: inline-block;
  content: "";
  width: 54px;
  height: 54px;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-achievement-design .hb_achievement_design .archivement-design-title i::before {
    width: 44px;
    height: 44px;
  }
}
.section.single-achievement-design .hb_achievement_design .archivement-design-titles {
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  color: #204982;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  grid-gap: 0.625rem;
  gap: 0.625rem;
  margin-top: 3.75rem;
  margin-bottom: 2.5rem;
  text-transform: uppercase;
  padding-left: 20px;
}
@media only screen and (max-width: 63.96875rem) {
  .section.single-achievement-design .hb_achievement_design .archivement-design-titles {
    margin-top: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-achievement-design .hb_achievement_design .archivement-design-titles {
    margin-top: 1.875rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .section.single-achievement-design .hb_achievement_design .archivement-design-titles {
    margin-bottom: 1.5625rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-achievement-design .hb_achievement_design .archivement-design-titles {
    margin-bottom: 0.9375rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-achievement-design .hb_achievement_design .archivement-design-titles {
    font-size: 14px;
    line-height: 24px;
    padding-left: 10px;
  }
}
.section.single-achievement-design .hb_achievement_design .archivement-design-titles i {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.section.single-achievement-design .hb_achievement_design .archivement-design-titles i::before {
  display: inline-block;
  content: "\f138";
  font-family: "Font Awesome 6 Pro";
  color: #204982;
  font-style: normal;
  font-size: 30px;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-achievement-design .hb_achievement_design .archivement-design-titles i::before {
    font-size: 24px;
  }
}
.section.single-achievement-design .hb_achievement_design .hb_achievement_cats .title-container {
  border-bottom: unset;
}
.section.single-achievement-design .hb_achievement_design .hb_achievement_item {
  padding-bottom: 3.75rem;
  position: relative;
}
@media only screen and (max-width: 63.96875rem) {
  .section.single-achievement-design .hb_achievement_design .hb_achievement_item {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-achievement-design .hb_achievement_design .hb_achievement_item {
    padding-bottom: 1.875rem;
  }
}
.section.single-achievement-design .hb_achievement_design .hb_achievement_item::after {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 70%;
  height: 1px;
  background: #8AD9FD;
}
.section.single-achievement-design .hb_achievement_design article.item .hb_adds {
  margin-bottom: 15px;
}
.section.single-achievement-design .hb_achievement_design article.item .hb_adds .cover .res img {
  -o-object-fit: contain;
     object-fit: contain;
}
.section.single-achievement-design .hb_achievement_design article.item .cover-content .h6 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #204982;
  text-align: center;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-achievement-design .hb_achievement_design article.item .cover-content .h6 {
    font-size: 16px;
  }
}
.section.single-achievement-design .hb_achievement_design article.item .cover-content .slogan {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-achievement-design .hb_achievement_design article.item .cover-content .slogan {
    font-size: 14px;
  }
}
.section.single-achievement-design .hb_achievement_design .design-section .design-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 6.25rem;
  gap: 6.25rem;
}
@media only screen and (max-width: 63.96875rem) {
  .section.single-achievement-design .hb_achievement_design .design-section .design-inner {
    grid-gap: 3.125rem;
    gap: 3.125rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-achievement-design .hb_achievement_design .design-section .design-inner {
    grid-gap: 1.5625rem;
    gap: 1.5625rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-achievement-design .hb_achievement_design .design-section .design-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
.section.single-achievement-design .hb_achievement_design .design-section .design-inner article.item .hb_adds {
  margin-bottom: 0;
}
.section.single-achievement-design .hb_achievement_design .design-section .design-inner article.item .cover-content {
  display: none;
}

@-webkit-keyframes animate-arrow-1 {
  0% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
    opacity: 0;
  }
  70%, to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.3;
  }
}

@keyframes animate-arrow-1 {
  0% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
    opacity: 0;
  }
  70%, to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.3;
  }
}
@-webkit-keyframes animate-arrow-2 {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
  70%, to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.5;
  }
}
@keyframes animate-arrow-2 {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
  70%, to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.5;
  }
}
@-webkit-keyframes animate-arrow-3 {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  70%, to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes animate-arrow-3 {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  70%, to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.product-desc-inners {
  display: block !important;
  overflow: hidden;
  position: relative;
}
.product-desc-inners .viewmore-wrappers {
  background: #ffffff;
  bottom: 0;
  cursor: pointer;
  left: 0;
  padding-bottom: 0;
  padding-top: 20px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 90;
}
.product-desc-inners .viewmore-wrappers::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#fff));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
  bottom: 0;
  content: "";
  height: 300px;
  left: 0;
  position: absolute;
  width: 100%;
  will-change: background-color;
  z-index: 9;
}
.product-desc-inners .viewmore-wrappers .btn-viewmore {
  color: #204982;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 10;
}
.product-desc-inners .viewmore-wrappers .btn-viewmore span {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
          order: 1;
}
.product-desc-inners .viewmore-wrappers .btn-viewmore::before {
  height: 10px;
  content: "\f107";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  -webkit-animation: animate-arrow-3 1s ease-in-out infinite 0.2s;
          animation: animate-arrow-3 1s ease-in-out infinite 0.2s;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
          order: 2;
}
.product-desc-inners .viewmore-wrappers .btn-viewmore i {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
          order: 3;
  font-style: unset;
  height: 10px;
}
.product-desc-inners .viewmore-wrappers .btn-viewmore i::before {
  -webkit-animation: animate-arrow-3 1s ease-in-out infinite 0.2s;
          animation: animate-arrow-3 1s ease-in-out infinite 0.2s;
  content: "\f107";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  -webkit-animation: animate-arrow-1 1s ease-in-out infinite 0.2s;
          animation: animate-arrow-1 1s ease-in-out infinite 0.2s;
}
.product-desc-inners .viewmore-wrappers .btn-viewmore::after {
  height: 25px;
  content: "\f107";
  -webkit-animation: animate-arrow-2 1s ease-in-out infinite 0.1s;
          animation: animate-arrow-2 1s ease-in-out infinite 0.1s;
  color: rgba(51, 51, 51, 0.5);
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
          order: 4;
}

.section.single-post.single-page.single-about-page .hb_abouts_desc, .section.single-post.single-page.single-about-page .hb_abouts_description, .section.single-post.single-page.single-about-page .hb_founder_contents {
  font-size: 20px;
  font-weight: 400;
  text-align: justify;
}
.section.single-post.single-page.single-about-page .hb_abouts_desc p, .section.single-post.single-page.single-about-page .hb_abouts_description p, .section.single-post.single-page.single-about-page .hb_founder_contents p {
  line-height: 35px;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-post.single-page.single-about-page .hb_abouts_desc, .section.single-post.single-page.single-about-page .hb_abouts_description, .section.single-post.single-page.single-about-page .hb_founder_contents {
    font-size: 16px;
  }
  .section.single-post.single-page.single-about-page .hb_abouts_desc p, .section.single-post.single-page.single-about-page .hb_abouts_description p, .section.single-post.single-page.single-about-page .hb_founder_contents p {
    line-height: 26px;
  }
}
.section.single-post.single-page.single-about-page .hb_company_left {
  font-size: 20px;
  font-weight: 400;
  text-align: justify;
}
.section.single-post.single-page.single-about-page .hb_company_left p {
  line-height: 35px;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-post.single-page.single-about-page .hb_company_left {
    font-size: 16px;
  }
  .section.single-post.single-page.single-about-page .hb_company_left p {
    line-height: 26px;
  }
}
.section.single-post.single-page.single-about-page .hb_develop_desc, .section.single-post.single-page.single-about-page .hb_production_desc, .section.single-post.single-page.single-about-page .hb_warehouse_desc {
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  text-align: justify;
}
@media only screen and (max-width: 39.96875rem) {
  .section.single-post.single-page.single-about-page .hb_develop_desc, .section.single-post.single-page.single-about-page .hb_production_desc, .section.single-post.single-page.single-about-page .hb_warehouse_desc {
    font-size: 16px;
    line-height: 26px;
  }
}

.hb_abouts_design {
  padding-bottom: 5.625rem;
}
@media only screen and (max-width: 63.96875rem) {
  .hb_abouts_design {
    padding-bottom: 4.375rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_design {
    padding-bottom: 3.125rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_design {
    background-size: cover !important;
  }
}
.hb_abouts_design .hb_abouts_nav {
  margin-bottom: 5.625rem;
  display: grid;
  grid-gap: 1.875rem;
  gap: 1.875rem;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
@media only screen and (max-width: 63.96875rem) {
  .hb_abouts_design .hb_abouts_nav {
    margin-bottom: 3.75rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_design .hb_abouts_nav {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_design .hb_abouts_nav {
    grid-gap: 1.25rem;
    gap: 1.25rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.hb_abouts_design .hb_abouts_nav a {
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 15px 30px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  color: #204982;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_design .hb_abouts_nav a {
    padding: 10px 15px;
    font-size: 16px;
    line-height: 24px;
  }
}
.hb_abouts_design .hb_abouts_nav a:hover {
  background: #8AD9FD;
}
.hb_abouts_design .hb_abouts_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-bottom: 1.875rem;
}
@media only screen and (max-width: 63.96875rem) {
  .hb_abouts_design .hb_abouts_inner {
    margin-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_design .hb_abouts_inner {
    margin-bottom: 0.9375rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_design .hb_abouts_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
.hb_abouts_design .hb_abouts_inner .hb_abouts_left, .hb_abouts_design .hb_abouts_inner .hb_abouts_right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 49%;
          flex: 0 0 49%;
  max-width: 49%;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_design .hb_abouts_inner .hb_abouts_left, .hb_abouts_design .hb_abouts_inner .hb_abouts_right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_design .hb_abouts_inner .hb_abouts_left {
    margin-bottom: 30px;
  }
}
.hb_abouts_design .hb_abouts_inner .hb_abouts_left .heading-title {
  text-align: left !important;
  margin-bottom: 20px !important;
  width: 60%;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_design .hb_abouts_inner .hb_abouts_left .heading-title {
    width: 100%;
  }
}
.hb_abouts_company {
  padding-top: 3.75rem;
  padding-bottom: 5.625rem;
  background: #EDF4F8;
}
@media only screen and (max-width: 63.96875rem) {
  .hb_abouts_company {
    padding-top: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_company {
    padding-top: 1.875rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .hb_abouts_company {
    padding-bottom: 4.375rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_company {
    padding-bottom: 3.125rem;
  }
}
.hb_abouts_company .hb_company_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_company .hb_company_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
.hb_abouts_company .hb_company_inner .hb_company_left, .hb_abouts_company .hb_company_inner .hb_company_right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 49%;
          flex: 0 0 49%;
  max-width: 49%;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_company .hb_company_inner .hb_company_left, .hb_abouts_company .hb_company_inner .hb_company_right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_company .hb_company_inner .hb_company_left {
    margin-bottom: 30px;
  }
}
.hb_abouts_founder {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media only screen and (max-width: 63.96875rem) {
  .hb_abouts_founder {
    padding-top: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_founder {
    padding-top: 1.875rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .hb_abouts_founder {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_founder {
    padding-bottom: 1.875rem;
  }
}
.hb_abouts_founder .hb_founder_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 63.96875rem) {
  .hb_abouts_founder .hb_founder_inner {
    margin-bottom: 1.875rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_founder .hb_founder_inner {
    margin-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_founder .hb_founder_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
.hb_abouts_founder .hb_founder_inner .hb_company_left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 39%;
          flex: 0 0 39%;
  max-width: 39%;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_founder .hb_founder_inner .hb_company_left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.hb_abouts_founder .hb_founder_inner .hb_company_right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 59%;
          flex: 0 0 59%;
  max-width: 59%;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_founder .hb_founder_inner .hb_company_right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.hb_abouts_founder .hb_founder_inner .hb_company_right h3 {
  font-size: 30px;
  line-height: 35px;
  text-decoration: underline;
  color: #204982;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 63.96875rem) {
  .hb_abouts_founder .hb_founder_inner .hb_company_right h3 {
    margin-bottom: 0.9375rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_founder .hb_founder_inner .hb_company_right h3 {
    margin-bottom: 0.625rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_founder .hb_founder_inner .hb_company_right h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_founder .hb_founder_inner .hb_company_right ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
}
.hb_abouts_founder .hb_founder_inner .hb_company_right ul li {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  padding: 10px 0;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_founder .hb_founder_inner .hb_company_right ul li {
    font-size: 16px;
    line-height: 24px;
    padding: 5px 0;
  }
}
.hb_abouts_founder .hb_founder_contents h1, .hb_abouts_founder .hb_founder_contents h2, .hb_abouts_founder .hb_founder_contents h3, .hb_abouts_founder .hb_founder_contents h4, .hb_abouts_founder .hb_founder_contents h5, .hb_abouts_founder .hb_founder_contents h6, .hb_abouts_founder .hb_founder_contents .h1, .hb_abouts_founder .hb_founder_contents .h2, .hb_abouts_founder .hb_founder_contents .h3, .hb_abouts_founder .hb_founder_contents .h4, .hb_abouts_founder .hb_founder_contents .h5, .hb_abouts_founder .hb_founder_contents .h6 {
  font-size: 25px;
  line-height: 30px;
  color: #204982;
}

.hb_abouts_tsgp {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media only screen and (max-width: 63.96875rem) {
  .hb_abouts_tsgp {
    padding-top: 3.75rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_tsgp {
    padding-top: 2.5rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .hb_abouts_tsgp {
    padding-bottom: 3.75rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_tsgp {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_tsgp {
    background-size: cover !important;
  }
}
.hb_abouts_tsgp .tsgp-title {
  font-size: 28px;
  line-height: 32px;
  color: #204982;
  margin-bottom: 15px;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_tsgp .tsgp-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
  }
}
.hb_abouts_tsgp .hb_tsgp_top .tsgp-container {
  margin-bottom: 3.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
          align-items: baseline;
}
@media only screen and (max-width: 63.96875rem) {
  .hb_abouts_tsgp .hb_tsgp_top .tsgp-container {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_tsgp .hb_tsgp_top .tsgp-container {
    margin-bottom: 1.875rem;
  }
}
.hb_abouts_tsgp .hb_tsgp_top .tsgp-container .tsgp-icon-inner {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 21%;
          flex: 0 0 21%;
  max-width: 21%;
  position: relative;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_tsgp .hb_tsgp_top .tsgp-container .tsgp-icon-inner {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 17%;
            flex: 0 0 17%;
    max-width: 17%;
  }
}
.hb_abouts_tsgp .hb_tsgp_top .tsgp-container .tsgp-icon-inner .tsgp-icon-item {
  margin-bottom: 50px;
  position: relative;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_tsgp .hb_tsgp_top .tsgp-container .tsgp-icon-inner .tsgp-icon-item {
    margin-bottom: 100px;
  }
}
.hb_abouts_tsgp .hb_tsgp_top .tsgp-container .tsgp-icon-inner .tsgp-icon-item:last-child {
  margin-bottom: 0;
}
.hb_abouts_tsgp .hb_tsgp_top .tsgp-container .tsgp-icon-inner .tsgp-icon-item img {
  width: 125px;
  height: 130px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_tsgp .hb_tsgp_top .tsgp-container .tsgp-icon-inner .tsgp-icon-item img {
    width: 40px;
    height: 40px;
  }
}
.hb_abouts_tsgp .hb_tsgp_top .tsgp-container .tsgp-icon-inner .tsgp-icon-item::after {
  position: absolute;
  content: "";
  background: #8AD9FD;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -9px;
  width: 20px;
  height: 20px;
  z-index: 9;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  border: 1px solid #204982;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_tsgp .hb_tsgp_top .tsgp-container .tsgp-icon-inner .tsgp-icon-item::after {
    right: -6px;
    width: 14px;
    height: 14px;
  }
}
.hb_abouts_tsgp .hb_tsgp_top .tsgp-container .tsgp-icon-inner::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 75%;
  background: #204982;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_tsgp .hb_tsgp_top .tsgp-container .tsgp-icon-inner::after {
    height: 85%;
  }
}
.hb_abouts_tsgp .hb_tsgp_top .tsgp-container .tsgp-contents-inner {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 77%;
          flex: 0 0 77%;
  max-width: 77%;
}
.hb_abouts_tsgp .hb_tsgp_top .tsgp-container .tsgp-contents-inner .tsgp-content-item {
  margin-bottom: 50px;
  height: 130px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  text-align: left;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_tsgp .hb_tsgp_top .tsgp-container .tsgp-contents-inner .tsgp-content-item {
    margin-bottom: 25px;
    height: 120px;
  }
}
.hb_abouts_tsgp .hb_tsgp_top .tsgp-container .tsgp-contents-inner .tsgp-content-item .tsgp-title, .hb_abouts_tsgp .hb_tsgp_top .tsgp-container .tsgp-contents-inner .tsgp-content-item .tsgp-desc {
  width: 100%;
}
.hb_abouts_tsgp .hb_tsgp_top .tsgp-container .tsgp-contents-inner .tsgp-content-item .tsgp-desc {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  font-style: italic;
  color: #204982;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.hb_abouts_tsgp .hb_tsgp_top .tsgp-container .tsgp-contents-inner .tsgp-content-item .tsgp-desc::after {
  display: inline-block;
  content: "";
  width: 150px;
  height: 3px;
  background: #204982;
  margin: 20px 0 0;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_tsgp .hb_tsgp_top .tsgp-container .tsgp-contents-inner .tsgp-content-item .tsgp-desc {
    font-size: 12px;
    line-height: 16px;
  }
  .hb_abouts_tsgp .hb_tsgp_top .tsgp-container .tsgp-contents-inner .tsgp-content-item .tsgp-desc::after {
    margin: 10px 0 0;
    height: 2px;
  }
}
.hb_abouts_tsgp .hb_tsgp_top .tsgp-container .tsgp-contents-inner .tsgp-content-item:last-child {
  margin-bottom: 0;
}
.hb_abouts_tsgp .hb_tsgp_bottom .core_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  text-align: center;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 63.96875rem) {
  .hb_abouts_tsgp .hb_tsgp_bottom .core_container {
    margin-bottom: 0.9375rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_tsgp .hb_tsgp_bottom .core_container {
    margin-bottom: 0.625rem;
  }
}
.hb_abouts_tsgp .hb_tsgp_bottom .core_container .core-icon img {
  width: 130px;
  height: 130px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 15px;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_tsgp .hb_tsgp_bottom .core_container .core-icon img {
    width: 40px;
    height: 40px;
  }
}
.hb_abouts_tsgp .hb_tsgp_bottom .core_list_tab .w-filter-tabs {
  position: relative;
  width: 750px;
  margin: 0 auto;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_tsgp .hb_tsgp_bottom .core_list_tab .w-filter-tabs {
    width: 100%;
  }
}
.hb_abouts_tsgp .hb_tsgp_bottom .core_list_tab .w-filter-tabs .filter-tabs {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 9;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_tsgp .hb_tsgp_bottom .core_list_tab .w-filter-tabs .filter-tabs {
    position: unset;
    -webkit-transform: unset;
            transform: unset;
  }
}
.hb_abouts_tsgp .hb_tsgp_bottom .core_list_tab .w-filter-tabs .filter-tabs ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5.625rem;
  gap: 5.625rem;
}
@media only screen and (max-width: 63.96875rem) {
  .hb_abouts_tsgp .hb_tsgp_bottom .core_list_tab .w-filter-tabs .filter-tabs ul {
    grid-gap: 5.625rem;
    gap: 5.625rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_tsgp .hb_tsgp_bottom .core_list_tab .w-filter-tabs .filter-tabs ul {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }
}
.hb_abouts_tsgp .hb_tsgp_bottom .core_list_tab .w-filter-tabs .filter-tabs ul li a {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #204982;
  width: 150px;
  height: 150px;
  background: #ffffff;
  border: 3px solid #8AD9FD;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin-left: 20%;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_tsgp .hb_tsgp_bottom .core_list_tab .w-filter-tabs .filter-tabs ul li a {
    font-size: 12px;
    line-height: 16px;
    width: 100px;
    height: 100px;
  }
}
.hb_abouts_tsgp .hb_tsgp_bottom .core_list_tab .w-filter-tabs .filter-tabs ul li .current {
  background: #8AD9FD;
}
.hb_abouts_tsgp .hb_tsgp_bottom .core_list_tab .w-filter-tabs .filter-tabs ul li:nth-child(1) a {
  margin-left: 25%;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_tsgp .hb_tsgp_bottom .core_list_tab .w-filter-tabs .filter-tabs ul li:nth-child(1) a {
    margin-left: 0;
  }
}
.hb_abouts_tsgp .hb_tsgp_bottom .core_list_tab .w-filter-tabs .filter-tabs ul li:nth-child(2) a {
  margin-left: 30%;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_tsgp .hb_tsgp_bottom .core_list_tab .w-filter-tabs .filter-tabs ul li:nth-child(2) a {
    margin-left: 0;
  }
}
.hb_abouts_tsgp .hb_tsgp_bottom .core_list_tab .w-filter-tabs .filter-tabs ul li:nth-child(3) a {
  margin-left: 0;
}
.hb_abouts_tsgp .hb_tsgp_bottom .core_list_tab .w-filter-tabs .filter-tabs ul li:nth-child(4) a {
  margin-left: 55%;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_tsgp .hb_tsgp_bottom .core_list_tab .w-filter-tabs .filter-tabs ul li:nth-child(4) a {
    margin-left: 0;
  }
}
.hb_abouts_tsgp .hb_tsgp_bottom .core_list_tab .w-filter-tabs .filter-tabs ul li:nth-child(5) a {
  margin-left: 25%;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_tsgp .hb_tsgp_bottom .core_list_tab .w-filter-tabs .filter-tabs ul li:nth-child(5) a {
    margin-left: 0;
  }
}
.hb_abouts_tsgp .hb_tsgp_bottom .core_list_tab .w-filter-tabs .filter-tabs ul li:nth-child(6) a {
  margin-left: 30%;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_tsgp .hb_tsgp_bottom .core_list_tab .w-filter-tabs .filter-tabs ul li:nth-child(6) a {
    margin-left: 0;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_tsgp .hb_tsgp_bottom .core_list_tab .w-filter-tabs .filter-tabs ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
}
.hb_abouts_tsgp .hb_tsgp_bottom .core_list_tab .w-filter-tabs .filter-tabs-content .tabs-panel {
  width: 600px;
  height: 600px;
  margin: 0 auto;
  background: #ffffff;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  border: 3px solid #8AD9FD;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_tsgp .hb_tsgp_bottom .core_list_tab .w-filter-tabs .filter-tabs-content .tabs-panel {
    width: auto;
    height: auto;
    -webkit-border-radius: 15px;
            border-radius: 15px;
  }
}
.hb_abouts_tsgp .hb_tsgp_bottom .core_list_tab .w-filter-tabs .filter-tabs-content .tabs-panel .tabs-panel-desc {
  width: 60%;
  height: 600px;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_tsgp .hb_tsgp_bottom .core_list_tab .w-filter-tabs .filter-tabs-content .tabs-panel .tabs-panel-desc {
    width: 100%;
    height: auto;
    margin: 30px auto;
  }
}
.hb_abouts_tsgp .hb_tsgp_bottom .core_list_tab .w-filter-tabs .filter-tabs-content .tabs-panel .tabs-panel-desc h5 {
  font-size: 16px;
  line-height: 24px;
}
.hb_abouts_tsgp .hb_tsgp_bottom .core_list_tab .w-filter-tabs .filter-tabs-content .tabs-panel .tabs-panel-desc p {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}
.hb_abouts_tsgp .hb_tsgp_bottom .core_list_tab .w-filter-tabs .filter-tabs-content .tabs-panel .tabs-panel-desc ul {
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0.9375rem;
}
.hb_abouts_tsgp .hb_tsgp_bottom .core_list_tab .w-filter-tabs .filter-tabs-content .tabs-panel .tabs-panel-desc ul li {
  position: relative;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  padding: 5px 0;
  padding-left: 40px;
}
.hb_abouts_tsgp .hb_tsgp_bottom .core_list_tab .w-filter-tabs .filter-tabs-content .tabs-panel .tabs-panel-desc ul li::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  left: 0;
  top: 0;
  bottom: 0;
}

.hb_abouts_develop {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media only screen and (max-width: 63.96875rem) {
  .hb_abouts_develop {
    padding-top: 3.75rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_develop {
    padding-top: 2.5rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .hb_abouts_develop {
    padding-bottom: 3.75rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_develop {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_develop {
    background-size: cover !important;
  }
}

.hb_abouts_production {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media only screen and (max-width: 63.96875rem) {
  .hb_abouts_production {
    padding-top: 3.75rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_production {
    padding-top: 2.5rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .hb_abouts_production {
    padding-bottom: 3.75rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_production {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_production {
    background-size: cover !important;
  }
}
.hb_abouts_production .content-container .hb_production_inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2.5rem;
  gap: 2.5rem;
  margin-top: 3.75rem;
}
@media only screen and (max-width: 63.96875rem) {
  .hb_abouts_production .content-container .hb_production_inner {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_production .content-container .hb_production_inner {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .hb_abouts_production .content-container .hb_production_inner {
    margin-top: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_production .content-container .hb_production_inner {
    margin-top: 1.875rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_production .content-container .hb_production_inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
.hb_abouts_production .content-container .hb_production_inner .hb_production_item figure img {
  -webkit-border-radius: 0 !important;
          border-radius: 0 !important;
}
.hb_abouts_production .content-container .hb_production_inner .hb_production_item .hb_production_title {
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
  color: #3C3C3C;
  padding-top: 15px;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_production .content-container .hb_production_inner .hb_production_item .hb_production_title {
    font-size: 14px;
    line-height: 20px;
    padding-top: 10px;
  }
}

.hb_abouts_warehouse {
  padding-top: 5rem;
  padding-bottom: 9.375rem;
  background: #EDF4F8;
}
@media only screen and (max-width: 63.96875rem) {
  .hb_abouts_warehouse {
    padding-top: 3.75rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_warehouse {
    padding-top: 2.5rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .hb_abouts_warehouse {
    padding-bottom: 5.9375rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_warehouse {
    padding-bottom: 4.0625rem;
  }
}
.hb_abouts_warehouse .content-container .hb_warehouse_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-top: 3.75rem;
}
@media only screen and (max-width: 63.96875rem) {
  .hb_abouts_warehouse .content-container .hb_warehouse_inner {
    margin-top: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_warehouse .content-container .hb_warehouse_inner {
    margin-top: 1.875rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_warehouse .content-container .hb_warehouse_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
.hb_abouts_warehouse .content-container .hb_warehouse_inner .hb_warehouse_item figure img {
  -webkit-border-radius: 20px !important;
          border-radius: 20px !important;
  border: 5px solid #8AD9FD;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_warehouse .content-container .hb_warehouse_inner .hb_warehouse_item figure img {
    -webkit-border-radius: 10px !important;
            border-radius: 10px !important;
    border: 2px solid #8AD9FD;
  }
}
.hb_abouts_warehouse .content-container .hb_warehouse_inner .first {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 49%;
          flex: 0 0 49%;
  max-width: 49%;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_warehouse .content-container .hb_warehouse_inner .first {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.hb_abouts_warehouse .content-container .hb_warehouse_inner .second {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 49%;
          flex: 0 0 49%;
  max-width: 49%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (max-width: 39.96875rem) {
  .hb_abouts_warehouse .content-container .hb_warehouse_inner .second {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.archive-achivement-item .title-container {
  border-bottom: 2px solid #8AD9FD;
  margin-top: 1.875rem;
  margin-bottom: 2.5rem;
  position: relative;
}
@media only screen and (max-width: 63.96875rem) {
  .archive-achivement-item .title-container {
    margin-top: 1.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .archive-achivement-item .title-container {
    margin-top: 1.25rem;
  }
}
@media only screen and (max-width: 63.96875rem) {
  .archive-achivement-item .title-container {
    margin-bottom: 1.875rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .archive-achivement-item .title-container {
    margin-bottom: 1.25rem;
  }
}
.archive-achivement-item .achievement_container_design {
  display: grid;
  grid-gap: 1.875rem;
  gap: 1.875rem;
  grid-template-columns: repeat(3, 1fr);
}
.archive-achivement-item .achievement_container_design article.item {
  margin-bottom: 1.875rem;
}
@media only screen and (max-width: 63.96875rem) {
  .archive-achivement-item .achievement_container_design article.item {
    margin-bottom: 1.875rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .archive-achivement-item .achievement_container_design article.item {
    margin-bottom: 1.875rem;
  }
}
.archive-achivement-item .achievement_container_design article.item .hb_adds {
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  border: 1px solid #B9B9B9;
}
.archive-achivement-item .achievement_container_design article.item .cover-content {
  padding-top: 1.875rem;
}
@media only screen and (max-width: 63.96875rem) {
  .archive-achivement-item .achievement_container_design article.item .cover-content {
    padding-top: 1.25rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  .archive-achivement-item .achievement_container_design article.item .cover-content {
    padding-top: 0.9375rem;
  }
}
.archive-achivement-item .achievement_container_design article.item .cover-content .view-detail {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  line-height: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
  font-size: 24px;
  line-height: 30px;
  color: #204982;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.archive-achivement-item .achievement_container_design article.item .cover-content .view-detail:hover {
  color: #F22525;
}
.archive-achivement-item .achievement_container_design article.item .cover-content .view-detail::before {
  margin-top: 2px;
  margin-left: 5px;
}

#on-click-design {
  position: relative;
}
#on-click-design .hb_lists_design {
  position: absolute;
  right: 110%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 280px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  height: auto;
}
#on-click-design .hb_lists_design::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 15px;
  top: 0;
  bottom: 0;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  z-index: -1;
}
#on-click-design .hb_lists_design::after {
  content: "";
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  border-right: 1px solid #eee;
  border-top: 1px solid #eee;
  position: absolute;
  right: 12px;
  top: 50%;
  background: #fff;
}
#on-click-design .hb_lists_design ul {
  list-style: none;
  padding: 10px;
  margin: 0;
}
#on-click-design .hb_lists_design ul li a {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  padding: 5px 0;
  border-bottom: 2px solid #f5f5f5;
  width: 100%;
}
#on-click-design .hb_lists_design ul li a::before {
  display: inline-block;
  content: "\f09a";
  margin-right: 5px;
  font-family: "Font Awesome 6 Brands";
  color: #204982;
}
#on-click-design .hb_lists_design ul li a :not(:first-child) {
  padding-bottom: 5px;
}
#on-click-design .hb_lists_design ul li a:hover {
  color: #204982;
}
#on-click-design .hb_lists_design ul li:last-child a {
  border-bottom: unset;
  padding-bottom: 0;
}
#on-click-design .hb_lists_design ul li:not(:first-child) {
  margin-top: 0;
}
#on-click-design:hover .hb_lists_design {
  opacity: 1;
  visibility: visible;
  right: 120%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.widget_polylang nav ul li.lang-item-vi a:before, .mobile-menu.menu > li.lang-item-vi a:before {
  background-image: url(../img/svg/vi.svg);
}

.widget_polylang nav ul li.lang-item-en a:before, .mobile-menu.menu > li.lang-item-en a:before {
  background-image: url(../img/svg/en.svg);
}

.widget_polylang nav ul li a {
  -webkit-align-items: center;
  -webkit-box-align: center;
          align-items: center;
  border: 1px solid transparent;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: auto;
}
.widget_polylang nav ul li a::before {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1.75rem;
  width: 1.75rem;
  -webkit-animation: _or 1s ease-in-out infinite alternate;
          animation: _or 1s ease-in-out infinite alternate;
}
.widget_polylang nav ul li a img {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  height: 100%;
  margin: -1px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: -10000em;
  width: 1px;
  width: 100%;
}

.mobile-menu.menu > li.lang-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: auto;
}
.mobile-menu.menu > li.lang-item a::before {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1.75rem;
  width: 1.75rem;
}
.mobile-menu.menu > li.lang-item img {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  height: 100%;
  margin: -1px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: -10000em;
  width: 1px;
  width: 100%;
}

/*==================== End Coder more ==========================*/
/*==================== Responsive ==========================*/
@media (max-width: 39.9875rem) {
  .footer-widgets .grid-x .footer-widget .custom-html-widget .hb_footer_item {
    font-size: 16px;
    line-height: 26px;
  }
  .footer-widgets .grid-x .footer-widget .widget-title {
    font-size: 1.1rem;
  }
  .footer-widgets .grid-x .footer-widget .custom-html-widget .hb_social ul li a {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
  .footer-widgets .grid-x .footer-widget ul {
    font-size: 16px;
  }
}
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Force table to not be like tables anymore */
  table, thead, tbody, th, td, tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  tr {
    border-bottom: 1px solid #204982;
  }
  tr:last-child {
    border-bottom: 0;
  }
  td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  td:before {
    /* Now like a table header */
    /* Top/left values mimic padding */
    padding-right: 10px;
    white-space: nowrap;
    font-weight: 600;
  }
  /*
  Label the data
  */
  td:nth-of-type(1):before {
    content: "Vị trí:";
  }
  td:nth-of-type(2):before {
    content: "Số lượng:";
  }
  td:nth-of-type(3):before {
    content: "Ngày hết hạn:";
  }
  td:nth-of-type(4):before {
    content: "Mô tả:";
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .hb_whychoose_desgin .listbox li .linkbox-inner .linkbox-content .title {
    font-size: 18px;
    line-height: 24px;
    padding: 10px 25px;
  }
  .hb_whychoose_desgin .listbox li .linkbox-inner .linkbox-content .desc {
    font-size: 50px;
    line-height: 60px;
  }
  .hb_banner_desgin .swiper .swiper-slide .item .content-wrap .content-inner .inner .sub-title {
    font-size: 40px;
    line-height: 52px;
  }
  .hb_banner_desgin .swiper .swiper-slide .item .content-wrap .content-inner .inner .html-title {
    font-size: 20px;
    line-height: 24px;
  }
  .hb_banner_desgin .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-next {
    right: 5% !important;
    top: 40%;
    -webkit-transform: translate(-5%, -40%) !important;
            transform: translate(-5%, -40%) !important;
  }
  .hb_certification_design .swiper-section .swiper-controls .swiper-button.swiper-button-prev {
    left: 15px !important;
  }
  .hb_certification_design .swiper-section .swiper-controls .swiper-button.swiper-button-next {
    right: 15px !important;
  }
  .hb_prize_design .swiper-section .swiper-controls .swiper-button.swiper-button-prev {
    left: 15px !important;
  }
  .hb_prize_design .swiper-section .swiper-controls .swiper-button.swiper-button-next {
    right: 15px !important;
  }
  .hb_video_design .swiper-button-next {
    right: 15px;
  }
  .hb_video_design .swiper-button-prev {
    left: 15px;
  }
  .hb_video_design .swiper-slide-active article.item.has-video .overlay::after {
    width: 60px;
    height: 60px;
    top: unset;
    left: unset;
  }
  .hb_video_design .swiper-slide-active article.item.has-video .overlay::before {
    font-size: 3rem !important;
  }
  .site-footer::before {
    top: -115px;
  }
  .inside-header .header-inner .right .widget-group .inside-search .frm-search {
    width: 240px !important;
  }
  .inside-header .header-inner .left .widget-group {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    width: 100%;
  }
  .inside-header .header-inner .left .widget-group .search-dropdown--wrap {
    display: none !important;
  }
  .hb_abouts_design .hb_abouts_nav a {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 24px;
  }
  .hb_abouts_design .hb_abouts_inner, .hb_abouts_company .hb_company_inner, .hb_abouts_founder .hb_founder_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .hb_abouts_design .hb_abouts_inner .hb_abouts_left, .hb_abouts_design .hb_abouts_inner .hb_abouts_right,
  .hb_abouts_company .hb_company_inner .hb_company_left, .hb_abouts_company .hb_company_inner .hb_company_right,
  .hb_abouts_founder .hb_founder_inner .hb_company_left, .hb_abouts_founder .hb_founder_inner .hb_company_right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .hb_abouts_founder .hb_founder_inner .hb_company_left {
    margin-bottom: 30px;
  }
  .hb_abouts_founder .hb_founder_inner .hb_company_right ul {
    margin-bottom: 0;
  }
  .hb_abouts_tsgp .hb_tsgp_top .tsgp-container .tsgp-icon-inner .tsgp-icon-item img,
  .hb_abouts_tsgp .hb_tsgp_bottom .core_container .core-icon img {
    width: 85px;
  }
  .hb_abouts_tsgp .hb_tsgp_top .tsgp-container .tsgp-icon-inner {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 18%;
            flex: 0 0 18%;
    max-width: 18%;
  }
  .hb_abouts_tsgp .hb_tsgp_top .tsgp-container .tsgp-contents-inner .tsgp-content-item {
    height: 145px;
  }
  .hb_abouts_tsgp .hb_tsgp_bottom .core_list_tab .w-filter-tabs {
    width: 650px;
  }
  .hb_abouts_tsgp .hb_tsgp_bottom .core_list_tab .w-filter-tabs .filter-tabs-content .tabs-panel {
    width: 600px;
    height: 600px;
  }
  .hb_abouts_tsgp .hb_tsgp_bottom .core_list_tab .w-filter-tabs .filter-tabs-content .tabs-panel .tabs-panel-desc {
    height: 600px;
  }
  .hb_abouts_tsgp .hb_tsgp_bottom .core_list_tab .w-filter-tabs .filter-tabs ul li a {
    font-size: 14px;
    line-height: 18px;
    width: 120px;
    height: 120px;
  }
  .hb_abouts_tsgp .hb_tsgp_bottom .core_list_tab .w-filter-tabs .filter-tabs ul li:nth-child(1) a {
    margin-left: 22%;
  }
  .hb_abouts_tsgp .hb_tsgp_bottom .core_list_tab .w-filter-tabs .filter-tabs ul li:nth-child(5) a {
    margin-left: 22%;
  }
  .hb_abouts_tsgp .hb_tsgp_bottom .core_list_tab .w-filter-tabs .filter-tabs ul li:nth-child(2) a {
    margin-left: 34%;
  }
  .hb_abouts_tsgp .hb_tsgp_bottom .core_list_tab .w-filter-tabs .filter-tabs ul li:nth-child(6) a {
    margin-left: 34%;
  }
  .hb_abouts_tsgp .hb_tsgp_bottom .core_list_tab .w-filter-tabs .filter-tabs ul li:nth-child(3) a {
    margin-left: -10%;
  }
  .hb_abouts_tsgp .hb_tsgp_bottom .core_list_tab .w-filter-tabs .filter-tabs ul li:nth-child(4) a {
    margin-left: 66%;
  }
  .hb_abouts_tsgp .hb_tsgp_bottom .core_list_tab .w-filter-tabs .filter-tabs-content .tabs-panel .tabs-panel-desc h5 {
    font-size: 16px;
  }
  .hb_abouts_tsgp .hb_tsgp_bottom .core_list_tab .w-filter-tabs .filter-tabs-content .tabs-panel .tabs-panel-desc p {
    font-size: 14px;
  }
  .hb_abouts_tsgp .hb_tsgp_bottom .core_list_tab .w-filter-tabs .filter-tabs-content .tabs-panel .tabs-panel-desc ul li {
    font-size: 14px;
    padding-left: 30px;
  }
  .hb_abouts_tsgp .hb_tsgp_bottom .core_list_tab .w-filter-tabs .filter-tabs-content .tabs-panel .tabs-panel-desc ul li::before {
    width: 24px;
    height: 24px;
  }
  .section.single-post.single-page.single-about-page .hb_develop_desc, .section.single-post.single-page.single-about-page .hb_production_desc, .section.single-post.single-page.single-about-page .hb_warehouse_desc {
    font-size: 16px;
    line-height: 28px;
  }
  .hb_abouts_production .content-container .hb_production_inner .hb_production_item .hb_production_title {
    font-size: 18px;
  }
  .section.single-post.single-page.single-about-page .hb_abouts_desc p, .section.single-post.single-page.single-about-page .hb_abouts_description p, .section.single-post.single-page.single-about-page .hb_founder_contents p {
    line-height: 28px;
  }
  .section.single-post.single-page.single-about-page .hb_abouts_desc, .section.single-post.single-page.single-about-page .hb_abouts_description, .section.single-post.single-page.single-about-page .hb_founder_contents {
    font-size: 16px;
  }
  .hb_abouts_founder .hb_founder_inner .hb_company_right h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .hb_abouts_founder .hb_founder_inner .hb_company_right ul li {
    font-size: 16px;
    line-height: 26px;
    padding: 5px 0;
  }
  .section.single-post.single-page.single-about-page .hb_company_left {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .hb_abouts_design .hb_abouts_inner .hb_abouts_left .heading-title {
    text-align: center !important;
    width: 100%;
  }
  .hb_abouts_design .hb_abouts_inner .hb_abouts_left {
    margin-bottom: 30px;
  }
  .hb_inland .title-container .desc {
    width: 100%;
    margin: 0 auto 40px;
  }
  .hb_inland .content-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .hb_inland .content-container .content-left, .hb_inland .content-container .content-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .hb_inland .content-container .content-left {
    margin-bottom: 30px;
  }
  .single-business-page .desc {
    font-size: 16px;
    line-height: 26px;
  }
  .single-business-page .inland-title {
    font-size: 24px;
    line-height: 32px;
  }
  .single-business-page .inland-desc {
    font-size: 16px;
    line-height: 26px;
  }
  .hb_inland .content-container .content-right .content-list .inland-item .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-next {
    right: -25px;
  }
  .hb_inland .content-container .content-right .content-list .inland-item .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-prev {
    left: 15px;
  }
  .hb_cooperation .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-next {
    right: -25px;
  }
  .hb_cooperation .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-prev {
    left: 15px;
  }
  .hb_machining .hb_images_text .heading-title {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.7);
    border: 2px solid #204982;
  }
  .hb_machining .desc, .hb_procedure .title-container .desc {
    width: 100%;
  }
  .single-business-page .procedure-title, .single-business-page .cooperation-title {
    font-size: 20px;
    line-height: 24px;
  }
  .hb_export .export-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .hb_export .export-container .export-left, .hb_export .export-container .export-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .single-productcat-page .productcat-container .productcat-inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .single-productcat-page .productcat-container .productcat-inner .productcat-item a .h6 {
    padding: 0px 20px;
  }
  .section.archive-products .archive-products-inner .term-title {
    font-size: 20px;
    line-height: 24px;
  }
  .section.archive-products .archive-products-inner .term-title i {
    width: 33px;
    height: 33px;
  }
  .section.archive-products .archive-products-inner .term-titles {
    font-size: 18px;
    line-height: 24px;
  }
  .section.single-product .product-detail-inner .woocommerce-product-gallery-wrapper {
    width: 100% !important;
  }
  .section.single-product .product-detail-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .custom-short-description .feature-list .desc ul li strong {
    font-size: 16px;
    min-width: auto;
  }
  .custom-short-description .feature-list .desc ul li {
    padding: 10px 0;
    font-size: 16px;
    line-height: 26px;
  }
  .section.single-product .product-detail-inner .summary.entry-summary {
    margin-top: 30px;
  }
  .section.single-product .product-detail-inner .summary.entry-summary .hb_network_design .listbox-section .title-container .html-desc p {
    font-size: 16px !important;
  }
  .product-desc-inner .tab-heading-title, .section.single-product .recently-viewed .heading-title, .section.single-product .related-products .heading-title, .section.single-product .upsell-products .heading-title {
    font-size: 22px !important;
    line-height: 30px !important;
  }
  .newsdesign-title {
    font-size: 22px;
    font-size: 24px;
  }
  .hb_lasts_news .news-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .hb_lasts_news .news-container .first, .hb_lasts_news .news-container .second {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .hb_lasts_news .news-container .first {
    margin-bottom: 20px;
  }
  .hb_all_news .hb_allnews_item .allnews-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .hb_all_news .grid-container {
    display: grid;
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
  .section.single-achievement-design .hb_achievement_abouts .hb_achievement_nav a {
    font-size: 16px;
  }
  .section.single-achievement-design .hb_achievement_abouts .hb_achievement_contents p {
    font-size: 16px;
    line-height: 26px;
  }
  .section.single-achievement-design .hb_achievement_design .archivement-design-title {
    font-size: 20px;
    line-height: 24px;
  }
  .section.single-achievement-design .hb_achievement_design .archivement-design-title i::before {
    width: 44px;
    height: 44px;
  }
  .section.single-achievement-design .hb_achievement_design .archivement-design-titles {
    font-size: 18px;
    line-height: 24px;
  }
  .section.single-achievement-design .hb_achievement_design .archivement-design-titles i::before {
    font-size: 24px;
  }
  .section.single-tuyendung .hb_recruitment_abouts .grid-container .hb_recruitment_left .hb_recruitment_desc {
    font-size: 16px;
    line-height: 26px;
  }
  .hb_recruitment_cat {
    grid-template-columns: repeat(3, 1fr);
  }
  .hb_recruitment_cat .productcat-item .item {
    padding: 20px;
  }
  .hb_recruitment_cat .productcat-item .item .cover .after-overlay img {
    height: 45px;
  }
  .hb_recruitment_cat .productcat-item .item .cover-content .h6 {
    font-size: 18px;
    line-height: 24px;
  }
  .section.single-tuyendung .hb_recruitment_career .hb_backgound_recruitment img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hb_all_tabs .tabs-inner {
    font-size: 14px;
  }
  .hb_tab_container .tab_content table .design-table td {
    border-right: unset;
    font-size: 18px;
    text-align: left;
  }
  .section.single-contactpage .hb_contact_top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
  .section.single-contactpage .hb_contact_top .content-html, .section.single-contactpage .hb_contact_top .content-form {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .section.single-contactpage .content-html .content-desc {
    font-size: 16px !important;
    line-height: 26px !important;
  }
  .hb_faq_list .qa.accordion li .accordion-contents {
    font-size: 16px;
    line-height: 26px;
  }
  .hb_faq_list .qa.accordion li a.question .hb_faq_titles, .section.single-contactpage .content-html .content-desc h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .section.single-contactpage .content-form form .form-submit button {
    font-size: 18px;
    line-height: 24px;
  }
  .section.single-contactpage .hb_contact_bottom .gmap-section .res.res-map {
    padding-bottom: 70%;
  }
  .section.single-contactpage {
    padding-bottom: 100px !important;
    background-size: cover !important;
  }
  .hb_relate_post .hb_related_title {
    font-size: 22px;
    line-height: 24px;
  }
  .hb_relate_post ul li a {
    font-size: 18px;
    line-height: 24px;
  }
  .section.single.single-post {
    padding-bottom: 60px !important;
  }
  .footer-widgets .grid-x .footer-widget .custom-html-widget .hb_footer_item {
    font-size: 16px;
    line-height: 26px;
  }
  .footer-widgets .grid-x .footer-widget .widget-title {
    font-size: 1.1rem;
  }
  .footer-widgets .grid-x .footer-widget .custom-html-widget .hb_social ul li a {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
  .footer-widgets .grid-x .footer-widget ul {
    font-size: 16px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .hb_certification_design .swiper-section .swiper-controls .swiper-button.swiper-button-prev {
    left: 15px !important;
  }
  .hb_certification_design .swiper-section .swiper-controls .swiper-button.swiper-button-next {
    right: 15px !important;
  }
  .hb_prize_design .swiper-section .swiper-controls .swiper-button.swiper-button-prev {
    left: 15px !important;
  }
  .hb_prize_design .swiper-section .swiper-controls .swiper-button.swiper-button-next {
    right: 15px !important;
  }
  .hb_inland .content-container .content-right .content-list .inland-item .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-next {
    right: -25px;
  }
  .hb_inland .content-container .content-right .content-list .inland-item .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-prev {
    left: 15px;
  }
  .hb_cooperation .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-next {
    right: -25px;
  }
  .hb_cooperation .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-prev {
    left: 15px;
  }
  .desktop-menu.menu > li > a {
    font-size: 13px;
    padding: 5px 8px;
  }
  .hb_banner_desgin .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-next {
    right: 8% !important;
    -webkit-transform: translate(-8%, -45%) !important;
            transform: translate(-8%, -45%) !important;
  }
  .hb_abouts_design .hb_abouts_inner .hb_abouts_left .heading-title {
    width: 80%;
  }
  .section.single-post.single-page.single-about-page .hb_abouts_desc, .section.single-post.single-page.single-about-page .hb_abouts_description, .section.single-post.single-page.single-about-page .hb_founder_contents,
  .section.single-post.single-page.single-about-page .hb_company_left {
    font-size: 16px;
  }
  .section.single-post.single-page.single-about-page .hb_abouts_desc p, .section.single-post.single-page.single-about-page .hb_abouts_description p, .section.single-post.single-page.single-about-page .hb_founder_contents p,
  .section.single-post.single-page.single-about-page .hb_company_left p {
    line-height: 26px;
  }
  .hb_abouts_founder .hb_founder_inner .hb_company_right h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .hb_abouts_founder .hb_founder_inner .hb_company_right ul li {
    font-size: 16px;
    line-height: 26px;
    padding: 5px 0;
  }
  .hb_abouts_tsgp .hb_tsgp_top .tsgp-container .tsgp-icon-inner .tsgp-icon-item img, .hb_abouts_tsgp .hb_tsgp_bottom .core_container .core-icon img {
    width: 100px;
  }
  .hb_abouts_tsgp .tsgp-title {
    font-size: 24px;
  }
  .hb_abouts_tsgp .hb_tsgp_top .tsgp-container .tsgp-contents-inner .tsgp-content-item .tsgp-desc {
    font-size: 16px;
  }
  .section.single-post.single-page.single-about-page .hb_develop_desc, .section.single-post.single-page.single-about-page .hb_production_desc, .section.single-post.single-page.single-about-page .hb_warehouse_desc {
    font-size: 16px;
    line-height: 26px;
  }
  .hb_abouts_production .content-container .hb_production_inner .hb_production_item .hb_production_title {
    font-size: 18px;
  }
  .single-business-page .desc {
    font-size: 16px;
    line-height: 26px;
  }
  .single-business-page .inland-title {
    font-size: 22px;
    line-height: 32px;
  }
  .single-business-page .inland-desc {
    font-size: 16px;
    line-height: 26px;
  }
  .single-business-page .hb_contacts_business .contact-title {
    font-size: 22px;
    line-height: 30px;
  }
  .single-business-page .hb_contacts_business .hb_contacts_desc {
    font-size: 18px;
    line-height: 24px;
    width: 100%;
  }
  .hb_machining .hb_images_text .heading-title {
    max-width: 450px;
    background: rgba(255, 255, 255, 0.6);
    padding: 15px 5px;
    border: 1px solid #204982;
  }
  .single-business-page .procedure-title, .single-business-page .cooperation-title {
    font-size: 22px;
    line-height: 30px;
  }
  .hb_procedure .title-container .desc {
    width: 100%;
    text-align: center;
  }
  .single-productcat-page .productcat-container .productcat-inner .productcat-item a .h6 {
    font-size: 22px !important;
    line-height: 30px !important;
    padding: 0px 15px !important;
  }
  .grid-products article.product .woocommerce-loop-product__title {
    font-size: 1rem !important;
  }
  .footer-widgets .grid-x .footer-widget .custom-html-widget .hb_footer_item {
    font-size: 16px;
    line-height: 26px;
  }
  .footer-widgets .grid-x .footer-widget .widget-title {
    font-size: 1.1rem;
  }
  .footer-widgets .grid-x .footer-widget .custom-html-widget .hb_social ul li a {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
  .footer-widgets .grid-x .footer-widget ul {
    font-size: 16px;
  }
  .hb_tab_container .tab_content table .design-table td {
    text-align: left;
  }
}
@media only screen and (max-width: 1079px) and (min-width: 992px) {
  .site-logo img {
    height: 55px;
  }
  .desktop-menu.menu > li > a {
    font-size: 12px;
    padding: 6px 6px;
  }
  .footer-widgets .grid-x .footer-widget .widget-title {
    font-size: 20px !important;
  }
  .footer-widgets .grid-x .footer-widget .custom-html-widget .hb_footer_item {
    font-size: 16px !important;
  }
  .footer-widgets .grid-x .footer-widget ul {
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 1119px) and (min-width: 1080px) {
  .site-logo img {
    height: 60px;
  }
  .desktop-menu.menu > li > a {
    padding: 6px 0;
    font-size: 14px;
    line-height: 14px;
  }
  .single-productcat-page .productcat-container .productcat-inner .productcat-item a .h6 {
    font-size: 20px;
    line-height: 30px;
    padding: 0px 15px;
  }
  .section.single-contactpage .content-html .content-desc h3 {
    font-size: 20px;
  }
  .section.single-contactpage .content-html .content-desc h3, .footer-widgets .grid-x .footer-widget .widget-title {
    font-size: 20px !important;
  }
  .footer-widgets .grid-x .footer-widget .custom-html-widget .hb_footer_item, .footer-widgets .grid-x .footer-widget ul {
    font-size: 16px !important;
  }
  .footer-widgets .grid-x .footer-widget .custom-html-widget .hb_social ul li a {
    width: 40px !important;
    height: 40px !important;
    font-size: 16px !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .desktop-menu.menu > li > a {
    padding: 5px 5px;
    font-size: 14px;
  }
  .hb_machining .hb_images_text .heading-title {
    left: 2%;
    -webkit-transform: translate(-2%, -65%);
            transform: translate(-2%, -65%);
  }
  .single-productcat-page .productcat-container .productcat-inner .productcat-item a .h6 {
    padding: 0px 30px;
    font-size: 18px;
    line-height: 24px;
    min-height: 48px;
  }
  .single-productcat-page .productcat-container .productcat-inner .productcat-item a .cover-content .view-more {
    font-size: 18px;
    line-height: 24px;
  }
  .hb_lasts_news .news-container .second article.item .hb_adds {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 230px;
            flex: 0 0 230px;
    max-width: 230px;
  }
  .site-logo img {
    height: 70px !important;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 1199px) {
  .site-logo img {
    height: 60px;
  }
  .desktop-menu.menu > li > a {
    padding: 6px;
    font-size: 14px;
    line-height: 14px;
  }
  .footer-widgets .grid-x .footer-widget .widget-title {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .footer-widgets .grid-x .footer-widget .custom-html-widget .hb_footer_item {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .footer-widgets .grid-x .footer-widget .custom-html-widget .hb_footer_item i {
    font-size: 16px !important;
  }
  .footer-widgets .grid-x .footer-widget .custom-html-widget .hb_social ul li a {
    width: 35px !important;
    height: 35px !important;
    font-size: 16px !important;
  }
  .footer-widgets .grid-x .footer-widget ul {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .section.single-contactpage .content-html .content-desc h3, .hb_faq_list .qa.accordion li a.question .hb_faq_titles {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .section.single-contactpage .content-html .content-desc, .hb_faq_list .qa.accordion li .accordion-contents {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}
@media only screen and (max-device-width: 1536px) and (min-device-width: 1440px) {
  .desktop-menu.menu > li > a {
    padding: 5px 20px;
    font-size: 14px;
    line-height: 14px;
  }
}
@media only screen and (min-device-width: 1600px) and (max-device-width: 1800px) {
  .site-logo img {
    height: 70px;
  }
  .desktop-menu.menu > li > a {
    font-size: 15px;
  }
  .single-productcat-page .productcat-container .productcat-inner .productcat-item a .h6 {
    font-size: 22px;
    padding: 0px 15px;
  }
  .section.single-contactpage .content-html .content-desc h3 {
    font-size: 22px !important;
  }
}

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