@charset "UTF-8";
/** */
/** */
/** */
/** */
/** */
/** */
/** */
/** */
/** */
/** */
/** */
/** */
/** */
/** */
/** */
:root {
  --black: #171717;
  --color1: #ecab14;
  --color2: #ecab14;
  --color3: #ffbc13;
  --color-red: #e83c2a;
  --gray: #8a8a8a;
  --light-gray: #e6e6e6;
  --medium-gray: #cacaca;
  --white: #ffffff;
  --medium-black: #444444;
  --background-color: #ffffff;
  --body-font-family: Poppins, -apple-system, BlinkMacSystemFont, Segoe UI, Ubuntu, Arial, sans-serif;
  --font-awesome: Font Awesome 6 Pro, Font Awesome 6 Brands, Font Awesome 6 Free, sans-serif;
}

::placeholder {
  color: #8a8a8a;
}

::-webkit-scrollbar-track {
  background-color: #e6e6e6;
}

::-webkit-scrollbar-thumb {
  background-color: #8a8a8a;
}

::-webkit-scrollbar {
  height: 0.25rem;
  width: 0.25rem;
}

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

body {
  background: #ffffff;
  font-size: 0.9375rem;
  font-weight: 400;
  scroll-behavior: smooth;
}

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

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

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

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

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

.flex, .d-flex {
  display: flex !important;
}

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

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

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

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

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

a {
  display: inline-block;
}

img {
  display: 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;
}
img.alignleft {
  display: block;
  float: left;
  margin-right: 1rem;
}
img.alignright {
  display: block;
  float: right;
  margin-left: 1rem;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 600;
}
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;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: -10000em;
  width: 1px;
}

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

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

.draggable {
  touch-action: none;
  -webkit-user-select: none;
          user-select: none;
}

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

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

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

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

form.wpcf7-form br {
  display: none;
}

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

/** */
.clearfix::after, .clearfix::before {
  display: table;
  content: "";
  flex-basis: 0;
  order: 1;
}
.clearfix::after {
  clear: both;
}

.after-overlay, .custom-logo-link {
  position: relative;
}
.after-overlay::after, .custom-logo-link::after {
  content: "";
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.overlay {
  position: relative;
}
.overlay .link-overlay {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: transparent;
}

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

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

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

.white {
  color: #ffffff;
}

.color1 {
  color: #ecab14;
}

.color2 {
  color: #ecab14;
}

.color3 {
  color: #ffbc13;
}

.heading-color {
  color: #171717;
}

.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;
}

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

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

.grid-container {
  /*position: relative;*/
}
@media (max-width: 95.9875rem) {
  .grid-container {
    /*1536px*/
    max-width: 71.25rem;
  }
}

.extra-container {
  max-width: 85rem;
}
@media (max-width: 95.9875rem) {
  .extra-container {
    /*1536px*/
    max-width: 85rem;
  }
}

/** */
.effect1 {
  box-shadow: 0 0 0 2.5em #171717 inset;
  background-color: transparent;
  transition: all 300ms ease;
  color: #ffffff;
}
.effect1:hover {
  box-shadow: 0 0 0 0 #171717 inset, 0 3px 10px rgba(0, 0, 0, 0.3);
  color: #171717;
  background-color: #ffffff;
}

.effect2 {
  position: relative;
}
.effect2::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  content: "";
  background-color: #171717;
  transition: 0.5s;
  opacity: 0;
}
.effect2:hover::before {
  width: 100%;
  opacity: 0.1;
}

.effect3 {
  position: relative;
  overflow: hidden;
}
.effect3::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  opacity: 0;
  z-index: 10;
}
.effect3:hover {
  opacity: 1;
}
.effect3:hover::before {
  animation: circle 0.75s;
}

/** */
.cover {
  display: block;
  overflow: hidden;
  position: relative;
}

.res {
  position: relative;
  display: block;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.res > img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-width: unset;
  min-width: 100%;
}
.res.auto > img {
  height: auto !important;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  max-width: 100%;
  max-height: 100%;
  min-width: 90%;
  min-height: 90%;
}
.res.scale {
  transform: scale(1.0001);
  will-change: transform;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s;
}
.res.scale:hover {
  transform: scale(1.06);
  opacity: 0.9;
}

.ratio, .ratio-1v1 {
  height: 0;
  padding-bottom: 100%;
  aspect-ratio: auto 1 / 1;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.ratio-3v2 {
  height: 0;
  padding-bottom: 66.6666666667%;
  aspect-ratio: auto 3 / 2;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.ratio-2v3 {
  height: 0;
  padding-bottom: 150%;
  aspect-ratio: auto 2 / 3;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.ratio-4v3 {
  height: 0;
  padding-bottom: 75%;
  aspect-ratio: auto 4 / 3;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.ratio-3v4 {
  height: 0;
  padding-bottom: 133.3333333333%;
  aspect-ratio: auto 3 / 4;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.ratio-16v9 {
  height: 0;
  padding-bottom: 56.25%;
  aspect-ratio: auto 16 / 9;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.ratio-9v16 {
  height: 0;
  padding-bottom: 177.7777777778%;
  aspect-ratio: auto 9 / 16;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

/** */
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes image-animation {
  1% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  4% {
    opacity: 0.1;
    transform: scale(1.05);
    animation-timing-function: ease-out;
  }
  22% {
    opacity: 0.9;
    transform: scale(1.15) rotate(-2deg);
  }
  44% {
    opacity: 1;
    transform: scale(1.1) rotate(1deg);
  }
  96% {
    opacity: 0.2;
    transform: scale(1.05);
    animation-timing-function: ease-in;
  }
  99% {
    opacity: 0.1;
    animation-timing-function: ease-in;
  }
  100% {
    opacity: 0;
  }
}
@keyframes image-animation2 {
  1% {
    animation-timing-function: ease-in;
  }
  4% {
    transform: scale(1.05);
    animation-timing-function: ease-out;
  }
  22% {
    transform: scale(1.15) rotate(-2deg);
  }
  44% {
    transform: scale(1.1) rotate(1deg);
  }
  96% {
    transform: scale(1.05);
    animation-timing-function: ease-in;
  }
  99% {
    animation-timing-function: ease-in;
  }
  100% {
    transform: scale(1.001);
    animation-timing-function: ease-out;
  }
}
@keyframes gradient-animation {
  0% {
    background-position: 0 13%;
  }
  50% {
    background-position: 100% 88%;
  }
  100% {
    background-position: 0 13%;
  }
}
@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-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-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);
  }
}
/** */
/** Elementor */
/** */
.elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-default {
  max-width: 74.375rem;
}
@media (max-width: 95.9875rem) {
  .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-default {
    /*1536px*/
    max-width: 70.625rem;
  }
}

.section._h1, .elementor-element._h1 {
  margin-bottom: 0;
}
.section._h1 .heading-title, .elementor-element._h1 .heading-title {
  font-size: 2.25rem;
}
@media (min-width: 40rem) {
  .section._h1 .heading-title, .elementor-element._h1 .heading-title {
    /*640px*/
    font-size: 2.625rem;
  }
}
.section._h2, .elementor-element._h2 {
  margin-bottom: 0;
}
.section._h2 .heading-title, .elementor-element._h2 .heading-title {
  font-size: 1.875rem;
}
@media (min-width: 40rem) {
  .section._h2 .heading-title, .elementor-element._h2 .heading-title {
    /*640px*/
    font-size: 2.1875rem;
  }
}
.section._h3, .elementor-element._h3 {
  margin-bottom: 0;
}
.section._h3 .heading-title, .elementor-element._h3 .heading-title {
  font-size: 1.5625rem;
}
@media (min-width: 40rem) {
  .section._h3 .heading-title, .elementor-element._h3 .heading-title {
    /*640px*/
    font-size: 1.8125rem;
  }
}
.section._h4, .elementor-element._h4 {
  margin-bottom: 0;
}
.section._h4 .heading-title, .elementor-element._h4 .heading-title {
  font-size: 1.3125rem;
}
@media (min-width: 40rem) {
  .section._h4 .heading-title, .elementor-element._h4 .heading-title {
    /*640px*/
    font-size: 1.5rem;
  }
}
.section._h5, .elementor-element._h5 {
  margin-bottom: 0;
}
.section._h5 .heading-title, .elementor-element._h5 .heading-title {
  font-size: 1.125rem;
}
@media (min-width: 40rem) {
  .section._h5 .heading-title, .elementor-element._h5 .heading-title {
    /*640px*/
    font-size: 1.25rem;
  }
}
.section._h6, .elementor-element._h6 {
  margin-bottom: 0;
}
.section._h6 .heading-title, .elementor-element._h6 .heading-title {
  font-size: 1rem;
}
@media (min-width: 40rem) {
  .section._h6 .heading-title, .elementor-element._h6 .heading-title {
    /*640px*/
    font-size: 1.0625rem;
  }
}

/** */
/* @todo pagination */
.pagination {
  text-align: center;
  border: 0;
  padding: 5px 0;
  margin: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .current {
  font-weight: 500;
  color: #ffffff;
  background: linear-gradient(135deg, #ecab14 0%, #ecd614 100%);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 16px;
}
.pagination li.current {
  display: inline-flex;
}
.pagination li:not(:last-child) {
  margin-right: 8px;
}
.pagination a, .pagination button {
  font-weight: 500;
  color: #171717;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  position: relative;
}
.pagination a:hover, .pagination button:hover {
  background: linear-gradient(135deg, #ecab14 0%, #ecd614 100%);
  color: #ffffff;
  border: none;
}
.pagination a:hover svg, .pagination a:hover i, .pagination button:hover svg, .pagination button:hover i {
  fill: #ffffff;
  color: #ffffff;
}
.pagination a {
  /*display: inline-block;*/
}
.pagination a i {
  font-weight: 400;
  font-size: 14px;
}
.pagination a i:hover {
  color: #ffffff;
}
.pagination a svg {
  fill: #171717;
  width: 9px;
  position: absolute;
}
.pagination a svg:hover {
  fill: #ffffff;
}

/** */
/* @todo .hotline-mobile*/
.hotline-mobile {
  position: fixed;
  background-color: transparent;
  cursor: pointer;
  z-index: 99999;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateZ(0);
  transition: visibility 0.5s;
  bottom: 5%;
  left: 5%;
  width: 90px;
  height: 90px;
  opacity: 1;
  animation: fadeIn ease-in-out 8s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@media (max-width: 39.9875rem) {
  .hotline-mobile {
    /*640px*/
    width: 90px;
    height: 90px;
  }
}
.hotline-mobile .hl-circle {
  width: 90px;
  height: 90px;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #e83c2a;
  animation: ng-circle-anim 1.2s infinite ease-in-out;
  transition: all 0.5s;
  transform-origin: 50% 50%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 39.9875rem) {
  .hotline-mobile .hl-circle {
    /*640px*/
    width: 90px;
    height: 90px;
  }
}
.hotline-mobile .hl-circle-fill {
  width: 56px;
  height: 56px;
  top: 17px;
  left: 17px;
  position: absolute;
  border-radius: 100%;
  border: 2px solid transparent;
  animation: ng-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all 0.5s;
  transform-origin: 50% 50%;
  background: linear-gradient(90deg, #e83c2a 0%, #e8622a 100%);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 39.9875rem) {
  .hotline-mobile .hl-circle-fill {
    /*640px*/
    width: 56px;
    height: 56px;
    top: 17px;
    left: 17px;
  }
}
.hotline-mobile .hl-circle-icon {
  width: 46px;
  height: 46px;
  animation: ng-circle-icon-anim 1s infinite ease-in-out;
  transform-origin: 50% 50%;
  background: linear-gradient(90deg, #e83c2a 0%, #e8622a 100%);
  position: absolute;
  top: 22px;
  left: 22px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 39.9875rem) {
  .hotline-mobile .hl-circle-icon {
    /*640px*/
    width: 46px;
    height: 46px;
    top: 22px;
    left: 22px;
  }
}
.hotline-mobile .hl-circle-icon i, .hotline-mobile .hl-circle-icon svg {
  color: #ffffff;
  font-size: 24px;
  fill: #ffffff;
  width: 24px;
  height: 24px;
}
@media (max-width: 39.9875rem) {
  .hotline-mobile .hl-circle-icon i, .hotline-mobile .hl-circle-icon svg {
    /*640px*/
    font-size: 24px;
    width: 24px;
    height: 24px;
  }
}
.hotline-mobile .has-tip {
  cursor: default;
  border-bottom: none;
  font-weight: inherit;
}

/** */
/* @todo .upseo-list*/
.upseo-list {
  list-style: none;
  margin: 0 1% 30px 1%;
  color: #171717;
}
.upseo-list li {
  border-bottom: 1px solid rgba(230, 230, 230, 0.41);
  padding-bottom: 7px;
  padding-top: 7px;
  display: flex;
  align-items: baseline;
}
.upseo-list li:last-child {
  border-bottom: none;
}
.upseo-list li::before {
  content: "";
  font-weight: 700;
  display: block;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  background: url(../img/svg/bxs-tag-alt.svg);
  opacity: 0.8;
  background-size: 16px;
  position: relative;
  top: 2px;
}
.upseo-list li .thumb {
  display: none;
}
.upseo-list li .post-title {
  color: currentColor;
  font-size: 14px;
}
.upseo-list li .post-title:hover {
  color: #ecab14;
}
.upseo-list li .post-date {
  display: none;
}

/** */
/* @todo .toTop*/
.toTop {
  width: 32px;
  height: 32px;
  font-size: 17px;
  color: #8a8a8a;
  position: fixed;
  right: 22px;
  bottom: 15px;
  z-index: 9998;
  transition: opacity 0.3s ease-in-out;
  line-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.toTop::before {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid #ffffff;
  outline: 1px solid #8a8a8a;
  background-color: rgba(255, 255, 255, 0.8);
}
.toTop > #toTopHover {
  display: none;
}
.toTop > svg {
  font-weight: 400;
  transform: rotate(-90deg);
  width: 24px;
  height: 24px;
}
.toTop:hover, .toTop:focus {
  color: #ecab14;
}
.toTop:hover::before, .toTop:focus::before {
  outline: 1px solid #ecab14;
  background-color: rgba(230, 230, 230, 0.8);
}

/** */
/* @todo .menu-lines*/
.menu-lines {
  background: none;
  border: none;
  width: 30px;
  height: 24px;
  color: #fff;
  cursor: pointer;
  display: block;
  outline: none;
  padding: 0;
  position: relative;
  transition: color 0.3s ease;
}
.menu-lines .menu-txt {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
  display: none;
  /*@include mobile {
      display: none;
  }*/
}
.menu-lines .line {
  background-color: currentColor;
  border-radius: 0;
  height: 2px;
  left: 0;
  position: absolute;
  transition: width 0.3s ease;
  width: 100%;
}
.menu-lines .line-1 {
  top: 0;
  width: 30px;
}
.menu-lines .line-2 {
  top: calc(50% - 1px);
  width: 30px;
}
.menu-lines .line-3 {
  bottom: 0;
  width: 30px;
}
.menu-lines:hover, .menu-lines:focus {
  background: none;
  color: #ecab14;
  outline: none;
}
.menu-lines:hover .line {
  width: 30px;
}

.home .menu-lines {
  color: #fff;
}

/** */
/* @todo .inline-share*/
.inline-share {
  align-items: baseline;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-flow: row nowrap;
  font-size: 12px;
  margin-top: 20px;
  padding: 15px 15px 17px 15px;
}
.inline-share .title {
  align-items: center;
  display: flex;
  font-size: inherit;
  font-weight: 500;
  margin-right: 15px;
  position: relative;
  top: 3px;
}
.inline-share .title svg, .inline-share .title i {
  height: auto;
  margin-right: 5px;
  width: 16px;
}
.inline-share .inline-share-groups {
  align-items: flex-end;
  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: #ffffff;
  border: 1px solid #8a8a8a;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: block;
  padding: 0;
  position: relative;
}
.share-icon::before {
  background-repeat: no-repeat;
  width: 60%;
  height: 60%;
  background-size: contain;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.share-icon.icon-facebook::before {
  background-image: url(../img/svg/facebook-f.svg);
}
.share-icon.icon-twitter::before {
  background-image: url(../img/svg/twitter.svg);
}
.share-icon.icon-telegram::before {
  background-image: url(../img/svg/telegram-plane.svg);
}
.share-icon.icon-send-email::before, .share-icon.icon-mail::before {
  background-image: url(../img/svg/envelope.svg);
}
.share-icon.icon-web-share::before, .share-icon.icon-share::before {
  background-image: url(../img/svg/share-alt.svg);
}

/** */
/* @todo .sharing_toolbox*/
.sharing_toolbox .share-title {
  align-items: center;
  bottom: 35px;
  color: black;
  display: flex;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  transform: rotate(-90deg);
  white-space: nowrap;
}
.sharing_toolbox .share-title::before {
  background: #171717;
  content: "";
  height: 1px;
  margin-right: 3px;
  width: 10px;
}
.sharing_toolbox .social-share > .share-label {
  display: none;
}
.sharing_toolbox .social-share ul.share-actions {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
}
.sharing_toolbox .social-share ul.share-actions > li.share-action {
  display: flex;
  margin-bottom: 15px;
}
.sharing_toolbox .social-share ul.share-actions > li.share-action > button.share-button {
  cursor: pointer;
  opacity: 0.6;
  transition: 0.3s;
}
.sharing_toolbox .social-share ul.share-actions > li.share-action > button.share-button:hover {
  opacity: 0.9;
}
.sharing_toolbox .social-share ul.share-actions > li.share-action > button.share-button > .share-icon.icon-facebook::before {
  left: 60%;
}

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

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

.js-off-canvas-overlay {
  background-color: rgba(23, 23, 23, 0.4);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.2s ease-in-out, z-index 0.2s ease-in-out;
  visibility: hidden;
  z-index: 0;
}
.js-off-canvas-overlay.is-visible {
  z-index: 9998;
}

.off-canvas {
  background-color: rgba(23, 23, 23, 0.95);
  box-shadow: -3px 0 3px rgba(23, 23, 23, 0.05);
  padding: 0;
  text-align: left;
  transition: transform 0.6s ease-in-out;
}
.off-canvas.is-transition-overlap {
  z-index: 1000001;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: -3px 0 3px rgba(23, 23, 23, 0.1);
}
.off-canvas .menu-lines {
  color: #ffffff;
  position: absolute;
  top: 20px;
  right: 30px;
  display: block;
  z-index: 9999;
  height: 30px;
  opacity: 0;
  transition: 0.6s 0.5s ease-in-out;
}
.off-canvas .menu-lines .menu-txt {
  color: currentColor;
  transition: 0.6s 0.5s ease-in-out;
}
.off-canvas .menu-lines .line {
  position: absolute;
  top: 14px;
  left: 3px;
  height: 2px;
  background-color: currentColor;
  border-radius: 0;
  transition: 0.6s 0.5s ease-in-out;
  transform: rotate(0deg);
}
.off-canvas.is-open .menu-lines {
  opacity: 1;
}
.off-canvas.is-open .menu-lines .line-1 {
  transform: rotate(135deg);
}
.off-canvas.is-open .menu-lines .line-2 {
  transform: rotate(-135deg);
}
.off-canvas.position-top.is-open, .off-canvas.position-bottom.is-open {
  transform: translateY(0);
}
.off-canvas .title-bar-title {
  display: none;
  font-weight: 500;
  margin-bottom: 30px;
}
.off-canvas .title-bar-title > a {
  color: #ffffff;
  display: block;
}
.off-canvas .title-bar-title > a > img {
  display: block;
  max-height: 48px;
  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;
}

.off-canvas-content {
  /*margin-left: 70px !important;
  margin-right: 15px;*/
}
@media (max-width: 39.9875rem) {
  .off-canvas-content {
    /*640px*/
    margin-left: 15px !important;
  }
}
@media (min-width: 64.0625rem) {
  .off-canvas-content {
    /*1024px*/
    display: none;
  }
}

/** */
/** @todo swipers slides*/
.swiper-controls .swiper-button {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  width: 40px;
  height: 40px;
  margin-top: 0;
}
@media (max-width: 39.9875rem) {
  .swiper-controls .swiper-button {
    /*640px*/
    width: 32px;
    height: 32px;
  }
}
.swiper-controls .swiper-button svg {
  fill: #ffffff;
  color: #ffffff;
  font-size: 18px;
}
.swiper-controls .swiper-button.swiper-button-prev svg {
  transform: rotate(180deg);
}
.swiper-controls .swiper-button:focus {
  outline: none;
}
.swiper-controls .swiper-pagination {
  position: relative;
  white-space: nowrap;
  margin-top: 30px;
}
.swiper-controls .swiper-pagination.swiper-pagination-fraction {
  padding: 0;
}
.swiper-controls .swiper-pagination.swiper-pagination-bullets {
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.swiper-controls .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  border-radius: 2px;
  opacity: 0.6;
  margin: 5px;
  transition: 0.3s;
  background-color: #707070;
  box-shadow: 0 0 0 2px #707070;
}
@media (max-width: 39.9875rem) {
  .swiper-controls .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    /*640px*/
    width: 4px;
    height: 4px;
  }
}
.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: #ecab14;
  box-shadow: 0 0 0 2px #ecab14;
}
.swiper-controls .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 15px;
  background-color: #f0bc43;
  box-shadow: 0 0 0 2px #f0bc43;
}
.swiper-controls .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:hover {
  background-color: #ecab14;
  box-shadow: 0 0 0 2px #ecab14;
}
.swiper-controls .swiper-pagination.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  opacity: 0.3;
  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;
  transform: translateX(-50%);
  max-width: 90vw;
  height: 2px;
  border-radius: 8px;
  background: #eee;
}
.swiper-controls .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  border-radius: 8px;
  background-image: linear-gradient(90deg, #f0bc43 0%, #f0bc43 100%);
}
.swiper-controls .swiper-progress {
  height: 2px;
  background-color: #ffffff;
  border-radius: 8px;
}
.swiper-controls .swiper-progress::after {
  content: "";
  width: 0;
  transition: width 0s;
  background-image: linear-gradient(90deg, #f0bc43 0%, #f0bc43 100%);
  height: 2px;
  position: absolute;
}
.swiper-controls .swiper-progress.progress::after {
  width: 100%;
  transition: width 6s linear;
}
.swiper-controls.normal-controls .swiper-button {
  opacity: 1;
  border: none !important;
  width: 12px;
  height: 12px;
}
.swiper-controls.normal-controls .swiper-button::before, .swiper-controls.normal-controls .swiper-button::after {
  display: none;
}

/** */
.swiper-section {
  position: relative;
}

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

.swiper .swiper-slide {
  height: auto;
  overflow: unset;
}
.swiper .swiper-slide .item {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.swiper.swiper-initialized {
  z-index: 3;
}
.swiper.swiper-initialized ~ .swiper-controls .swiper-button {
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 100%;
  z-index: 99;
}
.swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-prev {
  left: 15px;
}
@media (min-width: 64.0625rem) {
  .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-prev {
    /*1024px*/
    left: 30px;
  }
}
.swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-next {
  right: 15px;
}
@media (min-width: 64.0625rem) {
  .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-next {
    /*1024px*/
    right: 30px;
  }
}
.swiper.swiper-initialized ~ .swiper-controls .swiper-button:hover {
  opacity: 0.8;
}
.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 {
  align-items: center;
  display: flex;
  position: relative;
}
.horizontal-menu.menu > li > a {
  align-items: center;
  display: flex;
  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: 20px;
}
.horizontal-menu.menu > li.is-dropdown-submenu-parent > a::after {
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  margin-top: -2px;
  padding: 2px;
  right: 6px;
  transform: rotate(45deg) translateY(-2px);
  width: 6px;
}
.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 {
  background-color: unset;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 3px 1px rgba(23, 23, 23, 0.1);
  max-width: unset;
  min-width: 240px;
  width: auto;
  z-index: 999;
}
.horizontal-menu.menu > li .menu li {
  position: relative;
}
.horizontal-menu.menu > li .menu li > a {
  background: none;
  color: #171717;
  position: relative;
}
.horizontal-menu.menu > li .menu li > a:hover {
  background: #f9f9f9;
  color: #ecab14;
}
.horizontal-menu.menu > li .menu li:hover {
  transition: all 0.15s linear;
}
.horizontal-menu.menu > li .menu .is-active,
.horizontal-menu.menu > li .menu .active {
  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 {
  opacity: 1;
  transition: all 0.2s ease 0s;
  visibility: visible;
}
.horizontal-menu.menu > li:hover > 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: 6px;
  height: 6px;
  border-right: 1px solid currentColor;
  border-top: 1px solid currentColor;
  margin-top: 0;
  right: 24px;
  top: 50%;
  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: 7px;
  height: 7px;
  left: auto;
  margin-top: 0;
  right: 14px;
  top: 50%;
  transform: translateY(-50%) rotate(225deg);
}

/** */
.terms-menu.menu {
  padding: 10px 0;
}
.terms-menu.menu > li {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  line-height: normal;
  position: relative;
}
.terms-menu.menu > li:not(:last-child)::after {
  color: currentColor;
  content: "/";
  margin: 0 8px;
  opacity: 0.8;
}
.terms-menu.menu > li > a {
  color: currentColor;
  display: block;
  line-height: normal;
  padding: 0;
}

/** */
.mobile-menu.menu {
  padding-bottom: 50px;
  padding-top: 50px;
}
.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: 24px;
  height: 24px;
  right: 15px;
  top: 15px;
}
.mobile-menu.menu .submenu-toggle::after {
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  padding: 3px;
  position: absolute;
  transform: rotate(45deg) translateY(-7px) translateX(4px);
  width: 7px;
}
.mobile-menu.menu .submenu-toggle[aria-expanded=true]::after {
  transform: rotate(225deg) translateY(4px) translateX(-7px);
}
.mobile-menu.menu > li {
  position: relative;
}
.mobile-menu.menu > li.lang-item a {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 300;
  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: 15px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 0;
  padding-left: 30px;
}
.mobile-menu.menu .submenu.nested {
  padding-left: 15px;
}
.mobile-menu.menu .submenu > li > a {
  color: #eee;
  font-size: 15px;
  font-weight: 300;
}
.mobile-menu.menu .submenu > li > a:hover {
  color: #ccc;
}
.mobile-menu.menu .submenu > li.active a {
  color: #ccc;
}

/** */
.desktop-menu.menu {
  height: 100%;
}
.desktop-menu.menu > li {
  padding: 0;
}
.desktop-menu.menu > li.hide-text > a {
  text-indent: -999999px;
}
.desktop-menu.menu > li.home-icon {
  position: relative;
}
.desktop-menu.menu > li.home-icon > a {
  height: 16px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 0;
  position: relative;
  width: 20px;
}
.desktop-menu.menu > li.home-icon > a::after {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="%2349484b" d="M575.8 255.5C575.8 273.5 560.8 287.6 543.8 287.6H511.8L512.5 447.7C512.5 450.5 512.3 453.1 512 455.8V472C512 494.1 494.1 512 472 512H456C454.9 512 453.8 511.1 452.7 511.9C451.3 511.1 449.9 512 448.5 512H392C369.9 512 352 494.1 352 472V384C352 366.3 337.7 352 320 352H256C238.3 352 224 366.3 224 384V472C224 494.1 206.1 512 184 512H128.1C126.6 512 125.1 511.9 123.6 511.8C122.4 511.9 121.2 512 120 512H104C81.91 512 64 494.1 64 472V360C64 359.1 64.03 358.1 64.09 357.2V287.6H32.05C14.02 287.6 0 273.5 0 255.5C0 246.5 3.004 238.5 10.01 231.5L266.4 8.016C273.4 1.002 281.4 0 288.4 0C295.4 0 303.4 2.004 309.5 7.014L564.8 231.5C572.8 238.5 576.9 246.5 575.8 255.5L575.8 255.5z"></path></svg>');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.desktop-menu.menu > li.home-icon > a:hover::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="%2300B38F" d="M575.8 255.5C575.8 273.5 560.8 287.6 543.8 287.6H511.8L512.5 447.7C512.5 450.5 512.3 453.1 512 455.8V472C512 494.1 494.1 512 472 512H456C454.9 512 453.8 511.1 452.7 511.9C451.3 511.1 449.9 512 448.5 512H392C369.9 512 352 494.1 352 472V384C352 366.3 337.7 352 320 352H256C238.3 352 224 366.3 224 384V472C224 494.1 206.1 512 184 512H128.1C126.6 512 125.1 511.9 123.6 511.8C122.4 511.9 121.2 512 120 512H104C81.91 512 64 494.1 64 472V360C64 359.1 64.03 358.1 64.09 357.2V287.6H32.05C14.02 287.6 0 273.5 0 255.5C0 246.5 3.004 238.5 10.01 231.5L266.4 8.016C273.4 1.002 281.4 0 288.4 0C295.4 0 303.4 2.004 309.5 7.014L564.8 231.5C572.8 238.5 576.9 246.5 575.8 255.5L575.8 255.5z"></path></svg>');
}
.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,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="%2300B38F" d="M575.8 255.5C575.8 273.5 560.8 287.6 543.8 287.6H511.8L512.5 447.7C512.5 450.5 512.3 453.1 512 455.8V472C512 494.1 494.1 512 472 512H456C454.9 512 453.8 511.1 452.7 511.9C451.3 511.1 449.9 512 448.5 512H392C369.9 512 352 494.1 352 472V384C352 366.3 337.7 352 320 352H256C238.3 352 224 366.3 224 384V472C224 494.1 206.1 512 184 512H128.1C126.6 512 125.1 511.9 123.6 511.8C122.4 511.9 121.2 512 120 512H104C81.91 512 64 494.1 64 472V360C64 359.1 64.03 358.1 64.09 357.2V287.6H32.05C14.02 287.6 0 273.5 0 255.5C0 246.5 3.004 238.5 10.01 231.5L266.4 8.016C273.4 1.002 281.4 0 288.4 0C295.4 0 303.4 2.004 309.5 7.014L564.8 231.5C572.8 238.5 576.9 246.5 575.8 255.5L575.8 255.5z"></path></svg>');
}
.desktop-menu.menu > li > a {
  color: #000;
  font-size: 16px;
  padding: 15px;
  position: relative;
  transition: all 0.25s ease;
  text-transform: uppercase;
  font-weight: 600;
  height: 100%;
}
@media (max-width: 95.9875rem) {
  .desktop-menu.menu > li > a {
    /*1536px*/
    font-size: 15px;
  }
}
.desktop-menu.menu > li > a::before {
  background-color: #fff;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 12px;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s cubic-bezier(0.345, 0, 0.145, 0.995);
  width: calc(100% - 24px);
}
.desktop-menu.menu > li > a:hover, .desktop-menu.menu > li > a:active {
  color: #ecab14;
}
.desktop-menu.menu > li > a:hover::before, .desktop-menu.menu > li > a:active::before {
  transform: scaleX(1);
}
.desktop-menu.menu > li.is-active > a, .desktop-menu.menu > li.active > a {
  color: #fff;
}
.desktop-menu.menu > li.is-active > a::before, .desktop-menu.menu > li.active > a::before {
  transform: scaleX(1);
}
.desktop-menu.menu > li.support-menu a, .desktop-menu.menu > li.contact-menu a {
  border-radius: 25px;
  color: #ffffff;
  font-family: inherit;
  font-size: 15px;
  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 {
  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;
  transform: translateY(-1px);
}
.desktop-menu.menu > li.support-menu a::before, .desktop-menu.menu > li.contact-menu a::before {
  height: 0 !important;
}
@media (max-width: 64.05rem) {
  .desktop-menu.menu > li.support-menu a, .desktop-menu.menu > li.contact-menu a {
    /*1025px*/
    font-size: 13px;
    font-weight: 500;
  }
}
.desktop-menu.menu > li.support-menu a {
  box-shadow: inset 0 0 0 1px rgba(236, 171, 20, 0.2);
  background: linear-gradient(135deg, rgba(236, 171, 20, 0.8) 0%, rgba(236, 214, 20, 0.8) 100%);
}
@media (max-width: 39.9875rem) {
  .desktop-menu.menu > li.support-menu a {
    /*640px*/
    display: none;
  }
}
@media (max-width: 39.9875rem) {
  .desktop-menu.menu > li.contact-menu a {
    /*640px*/
    display: none;
  }
}
.desktop-menu.menu > li.contact-menu a:hover {
  box-shadow: 0 1px 1px rgba(255, 188, 19, 0.05), 0 2px 2px rgba(255, 188, 19, 0.05), 0 4px 4px rgba(255, 188, 19, 0.05), 0 8px 8px rgba(255, 188, 19, 0.05), 0 16px 16px rgba(255, 188, 19, 0.05);
}
.desktop-menu.menu > li .menu li > a {
  font-weight: 500;
}

.desktop-menu.menu > li > a {
  color: #fff;
}
.desktop-menu.menu > li > a:hover, .desktop-menu.menu > li > a:active {
  color: #fff;
}
.desktop-menu.menu > li > a:hover::before, .desktop-menu.menu > li > a:active::before {
  transform: scaleX(1);
}

/** */
.social-menu {
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  z-index: 9999;
}
.social-menu li {
  margin-right: 12px;
}
.social-menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ccc;
}
.social-menu li a:hover {
  color: #fff;
}
.social-menu li svg {
  color: #fff;
  fill: #fff;
}
.social-menu li:last-child {
  margin-right: 0;
}

/** */
.search-dropdown--wrap .trigger-s {
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.search-dropdown--wrap .trigger-s svg {
  background-color: var(--white);
  border-radius: 99px;
  fill: #ecab14;
  flex: 0 0 30px;
  height: 30px;
  max-width: 30px;
  padding: 3px;
}
.search-dropdown--wrap .trigger-s > span {
  display: none;
}
.search-dropdown--wrap .trigger-s:hover svg {
  fill: #ecab14;
}
.search-dropdown--wrap .dropdown-pane {
  background-color: #f6f5f7;
  border: none;
  bottom: auto;
  opacity: 0;
  padding: 12px 0;
  position: absolute;
  transition: all 0.15s linear;
  width: 100%;
  z-index: 10001;
}
.search-dropdown--wrap .dropdown-pane.is-open {
  opacity: 1;
  transition: all 0.2s linear;
}
@media (max-width: 64.05rem) {
  .search-dropdown--wrap .dropdown-pane {
    /*1025px*/
    left: unset !important;
    max-width: calc(100vw - 30px);
    right: 15px !important;
  }
}
@media (max-width: 39.9875rem) {
  .search-dropdown--wrap .dropdown-pane {
    /*640px*/
    width: calc(100vw - 20px);
    right: 10px !important;
  }
}
@media (min-width: 64.0625rem) {
  .search-dropdown--wrap .dropdown-pane {
    /*1024px*/
    left: 0 !important;
  }
}
.search-dropdown--wrap .dropdown-pane .frm-container {
  /*flex: 0 0 280px;*/
  margin-left: auto;
  margin-right: 0;
  /*max-width: 280px;*/
  position: relative;
}
@media (min-width: 64.0625rem) {
  .search-dropdown--wrap .dropdown-pane .frm-container {
    /*1024px*/
    margin-right: -6px;
  }
}
.search-dropdown--wrap .dropdown-pane .frm-container::before {
  border-color: transparent transparent #f6f5f7 transparent;
  border-style: solid;
  border-width: 0 13px 15px;
  content: "";
  right: 70px;
  position: absolute;
  top: -20px;
}
.search-dropdown--wrap .dropdown-pane .frm-container input[type=search] {
  border-radius: 30px;
  box-shadow: none;
  font-size: 12px;
  font-weight: 400;
  height: 34px;
  margin-bottom: 0;
  outline: none;
  padding: 0 30px 0 10px;
  max-width: 100%;
  width: 380px;
}
@media (max-width: 39.9875rem) {
  .search-dropdown--wrap .dropdown-pane .frm-container input[type=search] {
    /*640px*/
    width: 100%;
  }
}
.search-dropdown--wrap .dropdown-pane .frm-container .btn-s {
  background-color: #ffbc13;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  padding: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  display: flex;
  align-items: 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: 16px;
  height: 16px;
  fill: #ffffff;
}
.search-dropdown--wrap .dropdown-pane .frm-container .trigger-s-close {
  display: none;
}

/** */
.iconbox {
  list-style: none;
  margin: 0;
}
.iconbox li span.img {
  display: block;
}
.iconbox li span.img img {
  max-width: 100%;
  display: block;
}

/** */
header.site-header {
  position: absolute;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0;
}

@media (min-width: 40rem) {
  header.site-header .search-dropdown--wrap.dropdown-search {
    /*640px*/
    display: none;
  }
}
header.site-header .frm-search {
  display: flex;
  align-items: center;
}
@media (max-width: 39.9875rem) {
  header.site-header .frm-search.inline-search {
    /*640px*/
    display: none;
  }
}
header.site-header .frm-search input {
  margin-bottom: 0;
  padding: 0 10px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.9);
  flex: 1 1 0;
}
header.site-header .frm-search button[type=submit] {
  background-color: #ecab14;
  height: 36px;
  width: 36px;
  flex: 0 0 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header.site-header .frm-search button[type=submit] svg {
  fill: #fff;
}
header.site-header .frm-search button[type=submit] span {
  display: none;
}

body.admin-bar header.site-header {
  top: 32px;
}
@media (max-width: 48.8625rem) {
  body.admin-bar header.site-header {
    /*782px*/
    top: 46px;
  }
}

/** */
.inside-header .grid-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inside-header .logo {
  margin-bottom: 0;
}
.inside-header .custom-logo-link {
  display: block;
}
.inside-header .custom-logo {
  display: block;
  height: 70px;
  margin-bottom: 7px;
  margin-top: 7px;
}
.inside-header .site-navigation {
  display: flex;
  align-items: center;
}
.inside-header .site-navigation .desktop-menu.menu li .menu.is-dropdown-submenu {
  background-color: #fff;
}
@media (max-width: 64.05rem) {
  .inside-header .site-navigation {
    /*1025px*/
    display: none;
  }
}
.inside-header .widget-group {
  display: flex;
  align-items: center;
}
.inside-header .widget-group > * {
  margin-left: 20px;
}
.inside-header .widget-group > *:first-child {
  margin-left: 0;
}
.inside-header .search-dropdown--wrap .frm-search {
  display: block;
}
@media (max-width: 39.9875rem) {
  .inside-header .search-dropdown--wrap .frm-search .grid-container {
    /*640px*/
    display: block;
  }
}

.images_carousel.home-slides {
  position: relative;
}
.images_carousel.home-slides .img_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.images_carousel.home-slides article.item .overlay img {
  width: 100%;
}
.images_carousel.home-slides .content-wrap {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media (max-width: 95.9875rem) {
  .images_carousel.home-slides .content-wrap {
    /*1536px*/
    max-width: 71.25rem;
  }
}
@media (min-width: 40rem) {
  .images_carousel.home-slides .content-wrap {
    /*640px*/
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.images_carousel.home-slides .content-wrap .content-inner {
  position: absolute;
  top: calc(40% + 45px);
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.images_carousel.home-slides .content-wrap .inner {
  opacity: 0;
  padding: 0 15px;
  position: relative;
  transform: translateX(100px);
  width: 640px;
  max-width: 100%;
  text-align: center;
}
.images_carousel.home-slides .content-wrap .sub-title {
  font-weight: 500;
  margin-bottom: 10px;
  /*   text-align: left;*/
  text-transform: uppercase;
  color: #fff;
}
.images_carousel.home-slides .content-wrap .html-title {
  color: #fff;
  margin-bottom: 20px;
  opacity: 0;
  position: relative;
  text-transform: capitalize;
  transform: translateY(-20px);
  transition: all 0.8s ease;
  visibility: hidden;
  /*text-align: left;*/
}
.images_carousel.home-slides .content-wrap .html-desc {
  color: #eee;
  font-size: 15px;
  font-weight: 300;
  opacity: 0;
  position: relative;
  transform: translateX(-50px);
  transition: all 0.8s ease;
  visibility: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.images_carousel.home-slides .content-wrap .html-desc p {
  font-weight: 300;
  margin-bottom: 0;
}
.images_carousel.home-slides .content-wrap .btn-link {
  margin: 0 -10px;
  padding-top: 20px;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: all 0.8s ease;
  transition-delay: 900ms;
}
.images_carousel.home-slides .content-wrap .btn-link .button {
  position: relative;
  margin: 0 10px 10px;
  padding: 15px 30px;
  text-transform: uppercase;
  transition: 0.5s ease;
  background-color: #ecab14;
  font-weight: 500;
  font-size: 14px;
  border-radius: 40px;
}
.images_carousel.home-slides .content-wrap .btn-link .button::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  content: "";
  background-color: #171717;
  transition: 0.5s;
  opacity: 0;
}
.images_carousel.home-slides .content-wrap .btn-link .button:hover::before {
  width: 100%;
  opacity: 0.1;
}
@media (max-width: 39.9875rem) {
  .images_carousel.home-slides .content-wrap {
    /*640px*/
    display: none;
  }
}
.images_carousel.home-slides .swiper-slide-active .content-wrap .inner {
  opacity: 1;
  transform: translateX(0px);
  transition: all 500ms ease;
}
.images_carousel.home-slides .swiper-slide-active .content-wrap .html-title {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 400ms;
  visibility: visible;
}
.images_carousel.home-slides .swiper-slide-active .content-wrap .html-desc {
  opacity: 1;
  transform: translateX(0px);
  transition-delay: 800ms;
  visibility: visible;
}
@media (max-width: 48.8625rem) {
  .images_carousel.home-slides .swiper-slide-active .content-wrap .html-desc {
    /*782px*/
    display: none;
  }
}
.images_carousel.home-slides .swiper-slide-active .content-wrap .btn-link {
  transform: scale(1);
}
.images_carousel.home-slides .swiper-controls .swiper-pagination {
  position: absolute;
  bottom: 30px;
}

/** */
section.section .sub-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #444444;
}
section.section .heading-title {
  text-align: center;
  position: relative;
  color: #171717;
  margin-bottom: 15px;
  line-height: 1.4;
}
section.section .desc, section.section .html-desc {
  text-align: center;
  color: #444444;
}

/** */
.section.home-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 39.9875rem) {
  .section.home-padding {
    /*640px*/
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/** */
.section.home-images-text {
  background-color: #f7f7f7;
}
.section.home-images-text .grid-container {
  display: flex;
  align-items: flex-start;
}
.section.home-images-text .grid-container .col {
  flex: 0 0 50%;
  max-width: 50%;
}
.section.home-images-text .grid-container .col.content-col {
  padding-left: 100px;
}
.section.home-images-text .grid-container .col.content-col > * {
  text-align: left;
}
.section.home-images-text .grid-container .col.content-col .heading-title {
  display: flex;
  flex-direction: column;
}
@media (max-width: 48.8625rem) {
  .section.home-images-text .grid-container {
    /*782px*/
    flex-wrap: wrap;
  }
  .section.home-images-text .grid-container .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section.home-images-text .grid-container .col.content-col {
    padding-left: 0;
    margin-top: 30px;
  }
}
.section.home-images-text .iconbox {
  margin-top: 30px;
}
.section.home-images-text .iconbox li {
  display: flex;
  align-items: flex-start;
}
.section.home-images-text .iconbox li span.img {
  width: 60px;
  margin-right: 15px;
}
.section.home-images-text .iconbox li .iconbox-title .title {
  margin-bottom: 0;
  color: #ecab14;
  font-size: 15px;
}
.section.home-images-text .iconbox li .iconbox-title > p {
  color: #444444;
  font-weight: 300;
}
.section.home-images-text .iconbox li:not(:last-child) {
  margin-bottom: 25px;
}

/** */
.section.posts_list article.item {
  box-shadow: inset 0 0 0 1px hsla(0deg, 0%, 100%, 0.5);
}
.section.posts_list article.item .cover-content {
  background-color: #fff;
  padding: 20px;
  height: 100%;
}
.section.posts_list article.item .cover-content .meta {
  margin-bottom: 15px;
}
.section.posts_list article.item .cover-content .meta .time {
  display: none;
}
.section.posts_list article.item .cover-content .meta .terms a {
  margin-right: 10px;
  font-size: 12px;
  background-color: rgba(255, 188, 19, 0.9);
  color: #fff;
  border-radius: 4px;
  padding: 2px 8px;
}
.section.posts_list article.item .cover-content .meta .terms a:hover {
  background-color: rgba(236, 171, 20, 0.9);
}
.section.posts_list article.item .cover-content h5 a {
  color: #171717;
}
.section.posts_list article.item .cover-content h5 a:hover {
  color: #ffbc13;
}
.section.posts_list article.item .cover-content .excerpt {
  color: var(--medium-black);
  margin-bottom: 0;
  font-size: 14px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section.posts_list article.item .cover-content .view-more {
  display: flex;
  align-items: center;
  font-size: 12px;
  margin-top: 10px;
  color: #ecab14;
}
.section.posts_list article.item .cover-content .view-more span {
  color: currentColor;
}
.section.posts_list article.item .cover-content .view-more svg {
  fill: currentColor;
  color: currentColor;
  width: 20px;
}

.section.home-partners {
  background: rgba(28, 96, 160, 0.0784313725);
}
.section.home-partners .swiper-wrapper {
  border-top: 1px solid rgba(23, 23, 23, 0.05);
  border-left: 1px solid rgba(23, 23, 23, 0.05);
}
.section.home-partners .heading-title {
  text-align: left;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.368627451);
}
.section.home-partners .heading-title:before {
  content: "";
  position: absolute;
  width: 40%;
  height: 2px;
  background: #ffbc13;
  bottom: 0;
}
.section.home-partners .swiper-slide {
  margin-bottom: 30px;
}
.section.home-partners article.item {
  border-right: 1px solid rgba(23, 23, 23, 0.05);
  border-bottom: 1px solid rgba(23, 23, 23, 0.05);
  margin-right: 1px;
  height: calc(100% - 1px);
  padding: 15px;
  background: #f9f9f9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section.home-partners article.item img {
  height: 80px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.section.home-partners article.item .content-wrap {
  display: none;
}

.footer-widgets {
  padding-top: 60px;
  padding-bottom: 50px;
}
.footer-widgets .footer-widget {
  flex: 0 0 30%;
  max-width: 30%;
  color: #fff;
}
.footer-widgets .footer-widget .widget-title {
  color: currentColor;
  font-size: 20px;
}
.footer-widgets .footer-widget .site-logo img {
  width: 100px;
  max-width: 100%;
  margin: 0 auto;
}
.footer-widgets .footer-widget .footer-text {
  color: #fff;
  font-weight: 300;
  font-size: 13px;
  margin-top: 10px;
  line-height: 1.7;
}
.footer-widgets .footer-widget .footer-text + .social-menu {
  margin-top: 30px;
}
.footer-widgets .footer-widget h6 {
  text-transform: uppercase;
  margin-bottom: 25px;
  font-weight: 700;
}
.footer-widgets .footer-widget .iconbox li {
  display: flex;
  align-items: baseline;
}
.footer-widgets .footer-widget .iconbox li i {
  top: 2px;
  position: relative;
  flex: 0 0 35px;
  max-width: 35px;
  border: 1px solid #fff;
  display: flex;
  color: #fff;
  font-size: 16px;
  justify-content: center;
  height: 35px;
  align-items: center;
  border-radius: 100%;
  margin-right: 10px;
}
.footer-widgets .footer-widget .iconbox li .iconbox-title {
  font-weight: 400;
}
.footer-widgets .footer-widget .iconbox li .iconbox-title .title {
  line-height: 1.5;
}
.footer-widgets .footer-widget .iconbox li .iconbox-title > p {
  line-height: 1.5;
}
.footer-widgets .footer-widget .iconbox li .iconbox-title a {
  color: #fff;
}
.footer-widgets .footer-widget .iconbox li .iconbox-title a:hover {
  color: #eee;
}
.footer-widgets .footer-widget .iconbox li:not(:last-child) {
  margin-bottom: 10px;
}
.footer-widgets .footer-widget ul.menu {
  flex-direction: column;
}
.footer-widgets .footer-widget ul.menu li a {
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
  color: #fff;
}
.footer-widgets .footer-widget ul.menu li a:hover {
  color: #ecab14;
}
.footer-widgets .footer-widget ul.menu li.active a {
  background: none;
  color: #ecab14;
}
.footer-widgets .footer-widget.footer-widget-1 {
  flex: 0 0 30%;
  max-width: 30%;
  padding-right: 30px;
}
@media (max-width: 64.05rem) {
  .footer-widgets .footer-widget.footer-widget-1 {
    /*1025px*/
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 39.9875rem) {
  .footer-widgets .footer-widget.footer-widget-1 {
    /*640px*/
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
}
.footer-widgets .footer-widget.footer-widget-2 {
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 64.05rem) {
  .footer-widgets .footer-widget.footer-widget-2 {
    /*1025px*/
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 39.9875rem) {
  .footer-widgets .footer-widget.footer-widget-2 {
    /*640px*/
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 30px;
  }
}
.footer-widgets .footer-widget.footer-widget-3 {
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 64.05rem) {
  .footer-widgets .footer-widget.footer-widget-3 {
    /*1025px*/
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 64.05rem) {
  .footer-widgets .footer-widget.footer-widget-4 {
    /*1025px*/
    margin-top: 30px;
  }
}
@media (max-width: 39.9875rem) {
  .footer-widgets .footer-widget.footer-widget-4 {
    /*640px*/
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.footer-credit {
  color: #eee;
  font-size: 14px;
  padding-top: 14px;
  padding-bottom: 10px;
}
@media (max-width: 39.9875rem) {
  .footer-credit {
    /*640px*/
    font-size: 13px;
  }
}
.footer-credit a {
  color: currentColor;
}

.archives.archive-posts {
  background-color: #F9F9F9;
  padding-bottom: 70px;
  padding-top: 70px;
  background-size: cover;
  background-position: center center;
}

/** */
.breadcrumbs {
  margin-bottom: 10px;
}
.breadcrumbs li {
  text-transform: unset;
}
.breadcrumbs li a {
  font-size: 13px;
  margin-bottom: 0;
  position: relative;
  text-transform: unset;
  z-index: 99;
}

/** */
.section.section-title {
  overflow: hidden;
  padding: 193px 0 50px 0;
  position: relative;
}
@media (max-width: 39.9875rem) {
  .section.section-title {
    /*640px*/
    padding: 193px 0 50px;
  }
}
.section.section-title .title-bg {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.section.section-title .grid-container {
  position: relative;
}
.section.section-title .title {
  color: #ffffff;
  font-weight: 700;
  max-width: 720px;
  position: relative;
  text-transform: capitalize;
}
.section.section-title .breadcrumbs li, .section.section-title .breadcrumbs a {
  color: #fff;
}
.section.section-title .title-parallax {
  bottom: -60px;
  color: transparent;
  font-size: 120px;
  font-weight: 700;
  letter-spacing: -4px;
  position: absolute;
  right: 15px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.2);
  -webkit-text-stroke-width: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  display: none;
}

/** */
.section.single-post .sharing_toolbox {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 40px;
  margin-top: 110px;
  padding-right: 15px;
  position: sticky;
  top: 220px;
}
@media (max-width: 39.9875rem) {
  .section.single-post .sharing_toolbox {
    /*640px*/
    display: none;
  }
}
.section.single-post .grid-container {
  align-items: flex-start;
  display: flex;
}
.section.single-post .col-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 900px;
}
.section.single-post .col-content .terms {
  margin: 0;
  padding-bottom: 30px;
  padding-top: 50px;
}
.section.single-post .col-content .terms a {
  border: 1px solid #ecab14;
  border-radius: 10px;
  color: #ecab14;
  font-size: 14px;
  margin-right: 15px;
  padding: 5px 10px;
  transition: 0.3s;
}
.section.single-post .col-content .terms a:last-child {
  margin-right: 0;
}
.section.single-post .col-content .terms a:hover {
  border-color: #ecab14;
  color: #ecab14;
}
.section.single-post .col-content .excerpt blockquote {
  background-color: rgba(177, 177, 177, 0.1);
  border-left: none;
  box-shadow: inset 0 0 0 1px rgba(177, 177, 177, 0.1);
  box-sizing: border-box;
  color: #313131;
  font-size: 16px;
  font-weight: 300;
  height: auto;
  margin-bottom: 30px;
  max-width: 100%;
  padding: 30px 30px 30px 80px;
  position: relative;
}
.section.single-post .col-content .excerpt blockquote::first-letter {
  font-size: 18px;
  font-weight: 600;
  margin-right: 1px;
}
.section.single-post .col-content .excerpt blockquote::before {
  color: #f0bc43;
  content: "“";
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 150px;
  font-style: normal;
  left: 10px;
  line-height: 1;
  position: absolute;
  top: -16px;
}
.section.single-post .col-content .content {
  margin-bottom: 50px;
}

.section.single-page {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.single-contact {
  padding-top: 50px;
  padding-bottom: 50px;
}
.section.single-contact .heading-title {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.section.single-contact .heading-title::after {
  content: "";
  background-image: url(../img/below-heading.png);
  width: auto;
  height: 22px;
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  margin-top: 10px;
  margin-bottom: 10px;
}
.section.single-contact .desc {
  text-align: left;
  font-size: 14px;
  color: #444444;
}
@media (max-width: 39.9875rem) {
  .section.single-contact .desc {
    /*640px*/
    text-align: justify;
  }
}
.section.single-contact ul.infomation {
  list-style: none;
  margin: 30px 0 0 0;
}
.section.single-contact ul.infomation li {
  margin-bottom: 10px;
  display: flex;
}
.section.single-contact ul.infomation li i {
  position: relative;
  top: -2px;
  flex: 0 0 30px;
  max-width: 30px;
  font-size: 18px;
  color: #ecab14;
}
.section.single-contact ul.infomation li .title {
  flex: 1 1 0;
  min-width: 0;
  font-weight: 500;
}
.section.single-contact ul.infomation li .title a {
  font-weight: 500;
}
.section.single-contact ul.infomation li .title a:hover {
  color: #ecab14;
}

/** */
#arcontactus {
  touch-action: none;
  -webkit-user-select: none;
          user-select: none;
}
#arcontactus .arcontactus-message-button {
  background-color: unset !important;
  background: linear-gradient(135deg, #ecab14 0%, #ecd614 100%);
  box-shadow: 3px 1px 12px rgba(236, 171, 20, 0.2);
}
#arcontactus .arcontactus-message-button p {
  font-weight: 300;
  letter-spacing: 1px;
}

/** */
.section.home-intro {
  position: relative;
}
.section.home-intro .bg-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
  height: 100%;
}
@media (max-width: 39.9875rem) {
  .section.home-intro .bg-right {
    /*640px*/
    display: none;
  }
}
@media (max-width: 39.9875rem) {
  .section.home-intro {
    /*640px*/
  }
  .section.home-intro .heading-title2 {
    text-align: center;
  }
}
.section.home-intro::before {
  content: "";
  position: absolute;
  background-image: url("../img/bg-intro.png");
  background-repeat: no-repeat;
  z-index: 0;
  bottom: 0;
  width: 100%;
  height: 42%;
  background-size: 100%;
}
.section.home-intro .grid-container {
  position: relative;
}
@media (min-width: 48.9375rem) {
  .section.home-intro .grid-container {
    /*783px*/
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 48.9375rem) {
  .section.home-intro .grid-container .col.bg-col {
    /*783px*/
    flex: 0 0 45%;
    max-width: 45%;
  }
}
.section.home-intro .grid-container .col.content-col {
  margin-top: 30px;
}
.section.home-intro .grid-container .col.content-col .sub-title {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  color: #444444;
}
.section.home-intro .grid-container .col.content-col .heading-title {
  margin-bottom: 20px;
}
.section.home-intro .grid-container .col.content-col .desc {
  color: #444444;
  /*   font-size: 14px;*/
  line-height: 1.8;
}
.section.home-intro .grid-container .col.content-col .desc p {
  line-height: 1.8;
}
.section.home-intro .grid-container .col.content-col .btn-link {
  margin-top: 40px;
  text-align: center;
}
.section.home-intro .grid-container .col.content-col .btn-link .button {
  position: relative;
  padding: 12px 24px;
  text-transform: uppercase;
  transition: 0.5s ease;
  background-color: #ecab14;
  line-height: normal;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
}
.section.home-intro .grid-container .col.content-col .btn-link .button::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  content: "";
  background-color: #171717;
  transition: 0.5s;
  opacity: 0;
}
.section.home-intro .grid-container .col.content-col .btn-link .button:hover::before {
  width: 100%;
  opacity: 0.1;
}
@media (min-width: 48.9375rem) {
  .section.home-intro .grid-container .col.content-col {
    /*783px*/
    flex: 1 1 0;
    min-width: 0;
    padding-left: 40px;
  }
  .section.home-intro .grid-container .col.content-col * {
    text-align: left !important;
  }
}
@media (min-width: 64.0625rem) {
  .section.home-intro .grid-container .col.content-col {
    /*1024px*/
    padding-left: 60px;
  }
}

.section.home-services {
  background-color: #f2f6f8;
}
.section.home-services .carousel-container {
  margin-top: 40px;
}
.section.home-services .carousel-container article.item {
  position: relative;
}
.section.home-services .carousel-container article.item .cover-content {
  transition: 0.3s;
  position: absolute;
  bottom: 0;
  left: 0;
  background: none;
  right: 0;
  top: auto;
  height: auto;
  text-align: center;
}
.section.home-services .carousel-container article.item .cover-content .meta, .section.home-services .carousel-container article.item .cover-content .view-more {
  display: none;
}
.section.home-services .carousel-container article.item .cover-content h5 {
  margin-bottom: 20px;
}
.section.home-services .carousel-container article.item .cover-content h5 a {
  text-shadow: 1px 0 0 rgba(24, 27, 49, 0.1), -1px 0 0 rgba(24, 27, 49, 0.1), 0 1px 0 rgba(24, 27, 49, 0.1), 0 -1px 0 rgba(24, 27, 49, 0.1), 1px 1px rgba(24, 27, 49, 0.1), -1px -1px 0 rgba(24, 27, 49, 0.1), 1px -1px 0 rgba(24, 27, 49, 0.1), -1px 1px 0 rgba(24, 27, 49, 0.1);
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1.5;
}
.section.home-services .carousel-container article.item .cover-content .excerpt {
  color: #eee;
  transition: 0.4s;
  opacity: 0;
  font-size: 14px;
  height: 0;
}
.section.home-services .carousel-container article.item:hover {
  transition: 0.3s;
  /*.cover-content {
      .excerpt {
          display: block;
          opacity: 1;
          height: auto;
          transition: 0.4s;
      }
  }*/
}
.section.home-services .carousel-container .view-all {
  font-size: 14px;
  position: relative;
  padding: 14px 28px;
  text-transform: uppercase;
  transition: 0.5s ease;
  background-color: #ecab14;
  display: inline-flex;
  align-items: center;
  color: #fff;
  line-height: normal;
  max-height: 46px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 30px;
}
.section.home-services .carousel-container .view-all::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  content: "";
  background-color: #171717;
  transition: 0.5s;
  opacity: 0;
}
.section.home-services .carousel-container .view-all:hover::before {
  width: 100%;
  opacity: 0.1;
}

.section.home-projects .title-container * {
  text-align: left !important;
  max-width: calc(100% - 100px);
}
.section.home-projects .carousel-container {
  margin-top: 40px;
}
.section.home-projects .carousel-container .swiper-button {
  transform: translateY(0);
  bottom: auto;
  top: -74px;
  opacity: 0.5;
  border: 1px solid rgba(68, 68, 68, 0.8);
  border-radius: 0;
  width: 34px;
  height: 34px;
}
.section.home-projects .carousel-container .swiper-button svg {
  fill: #171717;
  color: #171717;
  height: 20px;
  width: 20px;
}
.section.home-projects .carousel-container .swiper-button.swiper-button-prev {
  left: unset;
  right: 50px;
}
.section.home-projects .carousel-container .swiper-button.swiper-button-next {
  right: 0;
}
.section.home-projects .carousel-container .view-all {
  font-size: 14px;
  position: relative;
  padding: 14px 28px;
  text-transform: uppercase;
  transition: 0.5s ease;
  background-color: #ecab14;
  display: inline-flex;
  align-items: center;
  color: #fff;
  line-height: normal;
  max-height: 46px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 30px;
}
.section.home-projects .carousel-container .view-all::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  content: "";
  background-color: #171717;
  transition: 0.5s;
  opacity: 0;
}
.section.home-projects .carousel-container .view-all:hover::before {
  width: 100%;
  opacity: 0.1;
}
.section.home-projects .carousel-container article.item {
  position: relative;
}
.section.home-projects .carousel-container article.item .cover-content {
  transition: 0.3s;
  position: absolute;
  bottom: 0;
  left: 0;
  background: none;
  right: 0;
  top: auto;
  height: auto;
  padding: 15px 50px 30px 15px;
}
.section.home-projects .carousel-container article.item .cover-content .meta {
  display: none;
}
.section.home-projects .carousel-container article.item .cover-content .view-more {
  display: inline-flex;
  color: #fff;
  border: 1px solid #eee;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  right: 15px;
  bottom: 25px;
}
.section.home-projects .carousel-container article.item .cover-content .view-more svg {
  width: 24px;
  height: 24px;
}
.section.home-projects .carousel-container article.item .cover-content .view-more span {
  display: none;
}
.section.home-projects .carousel-container article.item .cover-content h5 {
  margin-bottom: 5px;
}
.section.home-projects .carousel-container article.item .cover-content h5 a {
  text-shadow: 1px 0 0 rgba(24, 27, 49, 0.1), -1px 0 0 rgba(24, 27, 49, 0.1), 0 1px 0 rgba(24, 27, 49, 0.1), 0 -1px 0 rgba(24, 27, 49, 0.1), 1px 1px rgba(24, 27, 49, 0.1), -1px -1px 0 rgba(24, 27, 49, 0.1), 1px -1px 0 rgba(24, 27, 49, 0.1), -1px 1px 0 rgba(24, 27, 49, 0.1);
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1.5;
}
.section.home-projects .carousel-container article.item .cover-content .excerpt {
  color: #fff;
  font-size: 14px;
  text-shadow: 1px 0 0 rgba(24, 27, 49, 0.1), -1px 0 0 rgba(24, 27, 49, 0.1), 0 1px 0 rgba(24, 27, 49, 0.1), 0 -1px 0 rgba(24, 27, 49, 0.1), 1px 1px rgba(24, 27, 49, 0.1), -1px -1px 0 rgba(24, 27, 49, 0.1), 1px -1px 0 rgba(24, 27, 49, 0.1), -1px 1px 0 rgba(24, 27, 49, 0.1);
}

/** */
.section.home-news {
  background-color: #f2f6f8;
}
.section.home-news .heading-title {
  display: flex;
  flex-direction: column;
}
.section.home-news .swiper-section {
  margin-top: 40px;
}
.section.home-news .title-container .desc {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.section.home-news .posts-container {
  margin-top: 40px;
}
.section.home-news .posts-container .view-all {
  font-size: 14px;
  position: relative;
  padding: 14px 28px;
  text-transform: uppercase;
  transition: 0.5s ease;
  background-color: #ecab14;
  display: inline-flex;
  align-items: center;
  color: #fff;
  line-height: normal;
  max-height: 46px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 30px;
}
.section.home-news .posts-container .view-all::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  content: "";
  background-color: #171717;
  transition: 0.5s;
  opacity: 0;
}
.section.home-news .posts-container .view-all:hover::before {
  width: 100%;
  opacity: 0.1;
}
.section.home-news .posts-container .inner-wrapper {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media (min-width: 40rem) {
  .section.home-news .posts-container .inner-wrapper {
    /*640px*/
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
@media (min-width: 48.9375rem) {
  .section.home-news .posts-container .inner-wrapper {
    /*783px*/
    display: flex;
    flex-wrap: wrap;
  }
}
.section.home-news .posts-container .inner-wrapper .first {
  flex: 0 0 54%;
  max-width: 54%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media (min-width: 40rem) {
  .section.home-news .posts-container .inner-wrapper .first {
    /*640px*/
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media (max-width: 48.8625rem) {
  .section.home-news .posts-container .inner-wrapper .first {
    /*782px*/
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section.home-news .posts-container .inner-wrapper .first article.item {
  position: relative;
}
.section.home-news .posts-container .inner-wrapper .first article.item .cover-content {
  transition: 0.3s;
  position: absolute;
  bottom: 0;
  left: 0;
  background: none;
  right: 0;
  top: auto;
  height: auto;
  padding: 30px;
}
.section.home-news .posts-container .inner-wrapper .first article.item .cover-content .meta {
  display: none;
}
.section.home-news .posts-container .inner-wrapper .first article.item .cover-content h5 {
  margin-bottom: 5px;
}
.section.home-news .posts-container .inner-wrapper .first article.item .cover-content h5 a {
  text-shadow: 1px 0 0 rgba(24, 27, 49, 0.1), -1px 0 0 rgba(24, 27, 49, 0.1), 0 1px 0 rgba(24, 27, 49, 0.1), 0 -1px 0 rgba(24, 27, 49, 0.1), 1px 1px rgba(24, 27, 49, 0.1), -1px -1px 0 rgba(24, 27, 49, 0.1), 1px -1px 0 rgba(24, 27, 49, 0.1), -1px 1px 0 rgba(24, 27, 49, 0.1);
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1.5;
}
.section.home-news .posts-container .inner-wrapper .first article.item .cover-content .excerpt {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 300;
  color: #fff;
  font-size: 13px;
  text-shadow: 1px 0 0 rgba(24, 27, 49, 0.1), -1px 0 0 rgba(24, 27, 49, 0.1), 0 1px 0 rgba(24, 27, 49, 0.1), 0 -1px 0 rgba(24, 27, 49, 0.1), 1px 1px rgba(24, 27, 49, 0.1), -1px -1px 0 rgba(24, 27, 49, 0.1), 1px -1px 0 rgba(24, 27, 49, 0.1), -1px 1px 0 rgba(24, 27, 49, 0.1);
}
.section.home-news .posts-container .inner-wrapper .first article.item .cover-content .view-more {
  display: inline-flex;
  background-color: #ffbc13;
  color: #fff;
  padding: 0 10px;
  margin-top: 15px;
  position: relative;
}
.section.home-news .posts-container .inner-wrapper .first article.item .cover-content .view-more::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  content: "";
  background-color: #171717;
  transition: 0.5s;
  opacity: 0;
}
.section.home-news .posts-container .inner-wrapper .first article.item .cover-content .view-more:hover::before {
  width: 100%;
  opacity: 0.1;
}
.section.home-news .posts-container .inner-wrapper .second-wrapper {
  flex: 1 1 0;
  min-width: 0;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media (min-width: 40rem) {
  .section.home-news .posts-container .inner-wrapper .second-wrapper {
    /*640px*/
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media (max-width: 48.8625rem) {
  .section.home-news .posts-container .inner-wrapper .second-wrapper {
    /*782px*/
    margin-top: 30px;
  }
}
.section.home-news .posts-container .inner-wrapper .second-wrapper article.item {
  display: flex;
  background-color: #fff;
}
.section.home-news .posts-container .inner-wrapper .second-wrapper article.item > a {
  flex: 0 0 35%;
  max-width: 35%;
}
.section.home-news .posts-container .inner-wrapper .second-wrapper article.item .cover-content {
  flex: 1 1 0;
  min-width: 0;
}
.section.home-news .posts-container .inner-wrapper .second-wrapper article.item .cover-content .meta {
  display: none;
}
.section.home-news .posts-container .inner-wrapper .second-wrapper article.item .cover-content h5 {
  font-size: 15px;
}
.section.home-news .posts-container .inner-wrapper .second-wrapper article.item .cover-content h5 a:hover {
  color: #444444;
}
.section.home-news .posts-container .inner-wrapper .second-wrapper article.item .cover-content .excerpt {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 300;
  color: #444444;
  font-size: 13px;
  display: none;
}
.section.home-news .posts-container .inner-wrapper .second-wrapper article.item:not(:last-child) {
  margin-bottom: 20px;
}

.site-footer {
  background-size: cover;
}
.site-footer .row-1 .background-inner img {
  width: 200px;
  margin-bottom: 17px;
}
.site-footer .footer-widgets .cf7-section .grid-container {
  padding-left: 0;
  padding-right: 0;
}
.site-footer .footer-widgets .cf7-section .title-section .desc, .site-footer .footer-widgets .cf7-section .title-section p {
  font-size: 12px;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  font-weight: 300;
}
.site-footer .footer-widgets .cf7-section .wpcf7-form .newsletter {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.site-footer .footer-widgets .cf7-section .wpcf7-form .newsletter input {
  margin-bottom: 0;
  height: 37px;
  padding: 0 10px;
}
.site-footer .footer-widgets .cf7-section .wpcf7-form .newsletter button {
  background-color: #004cba;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  height: 37px;
  padding: 0 15px;
  position: relative;
}
.site-footer .footer-widgets .cf7-section .wpcf7-form .newsletter button::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  content: "";
  background-color: #171717;
  transition: 0.5s;
  opacity: 0;
}
.site-footer .footer-widgets .cf7-section .wpcf7-form .newsletter button:hover::before {
  width: 100%;
  opacity: 0.1;
}
.site-footer .footer-credit {
  border-top: 1px solid rgba(255, 85, 255, 0.3333333333);
}
.site-footer .footer-credit .grid-container {
  display: flex;
  justify-content: center;
}

section.section.posts_carousel {
  padding: 50px 0;
  background: #fff;
}
section.section.posts_carousel .grid-container {
  position: relative;
}
section.section.posts_carousel .desc {
  text-align: left;
  margin: 30px auto;
}
@media (max-width: 39.9875rem) {
  section.section.posts_carousel .desc {
    /*640px*/
    width: 100%;
  }
}

section.section.tl-section {
  padding: 120px 0;
  background-attachment: fixed;
}
section.section.tl-section .heading-title {
  color: #fff;
  text-align: left;
}
section.section.tl-section .list-left {
  list-style: none;
  margin-left: 0;
}
section.section.tl-section .list-left li {
  display: flex;
  color: #fff;
  gap: 10px;
  margin-bottom: 10px;
  align-items: center;
}
section.section.tl-section .list-left li:hover {
  color: #ffbc13;
}
section.section.tl-section .list-left li i {
  background: #fff;
  color: #ecab14;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
section.section.tl-section .row {
  display: flex;
}
@media (max-width: 39.9875rem) {
  section.section.tl-section .row {
    /*640px*/
    flex-direction: column;
  }
}
section.section.tl-section .row .col-left {
  flex: 0 0 35%;
  max-width: 35%;
}
@media (max-width: 39.9875rem) {
  section.section.tl-section .row .col-left {
    /*640px*/
    flex: 0 0 100%;
    max-width: 100%;
  }
}
section.section.tl-section .row .col-right {
  flex: 0 0 65%;
  max-width: 65%;
}
@media (max-width: 39.9875rem) {
  section.section.tl-section .row .col-right {
    /*640px*/
    flex: 0 0 100%;
    max-width: 100%;
  }
}
section.section.tl-section .row .col-right .list-right {
  display: flex;
}
@media (max-width: 39.9875rem) {
  section.section.tl-section .row .col-right .list-right {
    /*640px*/
    flex-direction: column;
  }
}
section.section.tl-section .row .col-right .list-right .item {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 10px;
}
@media (max-width: 39.9875rem) {
  section.section.tl-section .row .col-right .list-right .item {
    /*640px*/
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}
section.section.tl-section .row .col-right .list-right .item .col-inner {
  background: #fff;
  padding: 50px 20px;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
section.section.tl-section .row .col-right .list-right .item .col-inner:hover {
  transform: translateY(-10px);
}
section.section.tl-section .row .col-right .list-right .item .col-inner:after {
  content: "";
  width: 0;
  height: 5px;
  position: absolute;
  left: auto;
  right: 0;
  z-index: 999999;
  bottom: 0;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
section.section.tl-section .row .col-right .list-right .item .col-inner:hover:after {
  background-color: #ecab14;
  left: 0;
  right: auto;
  width: 100%;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
section.section.tl-section .row .col-right .list-right .item .col-inner .icon img {
  width: 65px;
  height: 65px;
  margin-bottom: 20px;
}
section.section.tl-section .row .col-right .list-right .item .col-inner .content h4 {
  color: #ecab14;
}
section.section.tl-section .row .col-right .list-right .item .col-inner .content .ct {
  color: #ecab14;
}

section.section.tab_section {
  padding: 70px 0 250px 0;
  position: relative;
}
@media (max-width: 39.9875rem) {
  section.section.tab_section {
    /*640px*/
    padding: 70px 0 120px 0;
  }
}
section.section.tab_section .heading-title {
  color: #000;
}
section.section.tab_section .sub-title {
  text-align: center;
  font-weight: 500;
  display: block;
}
section.section.tab_section .img_song {
  position: absolute;
  z-index: 0;
  width: 100%;
  bottom: -130px;
  left: 0;
}
@media (max-width: 39.9875rem) {
  section.section.tab_section .img_song {
    /*640px*/
    bottom: -15px;
  }
}
section.section.tab_section .all-tab .l-t {
  margin: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media (max-width: 39.9875rem) {
  section.section.tab_section .all-tab .l-t {
    /*640px*/
    display: flex;
    flex-wrap: wrap;
    gap: 0;
  }
  section.section.tab_section .all-tab .l-t .tab-item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 3px;
  }
  section.section.tab_section .all-tab .l-t .tab-item a {
    border: 1px solid #eee;
    display: block;
    text-align: center;
  }
}
section.section.tab_section .all-tab .l-t .tab {
  padding: 6px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: 0.6s;
}
section.section.tab_section .all-tab .l-t .tab span {
  color: #000;
  font-weight: 300;
  font-size: 16px;
}
section.section.tab_section .all-tab .l-t .tab:hover, section.section.tab_section .all-tab .l-t .tab.active {
  background: #ffbc13;
  border: 1px solid #ffbc13;
}
section.section.tab_section .all-tab .l-t .tab:hover span, section.section.tab_section .all-tab .l-t .tab.active span {
  color: #fff;
}
section.section.tab_section .all-tab .list-tab {
  display: flex;
  visibility: hidden;
  opacity: 0;
  height: 0;
  flex-wrap: wrap;
  margin: 0 -15px;
}
section.section.tab_section .all-tab .list-tab .col-3 {
  padding: 0 15px;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  margin-bottom: 30px;
}
section.section.tab_section .all-tab .list-tab .col-3 .col-inner img {
  transition: 0.6s;
}
section.section.tab_section .all-tab .list-tab .col-3 .col-inner:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}
@media (max-width: 39.9875rem) {
  section.section.tab_section .all-tab .list-tab .col-3 {
    /*640px*/
    flex: 0 0 50%;
    max-width: 50%;
  }
}
section.section.tab_section .all-tab .list-tab .col-3 .icon-h {
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  height: 100%;
  color: #ffbc13;
  background: rgba(0, 0, 0, 0.3882352941);
}
section.section.tab_section .all-tab .list-tab .col-3 .icon-h p {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px 10px;
  color: #fff;
  font-size: 16px;
}
section.section.tab_section .all-tab .list-tab .col-3 img {
  transition: 0.6s;
}
section.section.tab_section .all-tab .list-tab .col-3 img:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
section.section.tab_section .all-tab .list-tab.active {
  visibility: visible;
  height: auto;
  opacity: 1;
}

.home.header.site-header {
  background: rgba(0, 0, 0, 0.431372549);
}

.top-header {
  background: #ecab14;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 0 10px;
}
.top-header .grid-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  color: #fff;
}
.top-header .icon-header {
  display: flex;
  gap: 15px;
  font-size: 14px;
}
@media (max-width: 39.9875rem) {
  .top-header .icon-header {
    /*640px*/
    display: none;
  }
}


.single-project .col-content {
  margin-top: 40px;
}

section.section.archives.archive-posts .cell {
  margin-bottom: 30px;
}

.zalo-container.right {
  right: 20px;
}

.zalo-container {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 150px;
  z-index: 9999999;
}

.zalo-container.right.call {
  bottom: 70px;
}

.zalo-container.right.call span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
}

.zalo-container a {
  display: block;
}

.animated_zalo.infinite {
  animation-iteration-count: infinite;
}

.cmoz-alo-circle {
  width: 50px;
  height: 50px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid rgba(17, 130, 252, 0.8);
  opacity: 0.1;
  border-color: #1182FC;
  opacity: 0.5;
}

.animated_zalo {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.zoomIn_zalo {
  animation-name: zoomIn_zalo;
}

.pulse_zalo {
  animation-name: pulse_zalo;
}

.zalo-container span {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #1182FC;
  position: relative;
}

.cmoz-alo-circle-fill {
  width: 60px;
  height: 60px;
  top: -10px;
  position: absolute;
  transition: all 0.2s ease-in-out;
  border-radius: 100%;
  border: 2px solid transparent;
  transition: all 0.5s;
  background-color: rgba(17, 130, 252, 0.45);
  opacity: 0.75;
  right: -10px;
}
@keyframes zoomIn_zalo {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes pulse_zalo {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.hotline-mobile {
  display: none;
}

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