@charset "UTF-8";
/*************** ADD CUSTOM CSS HERE.   ***************/
.trs {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }

:root {
  --primary-color: #fbd763;
  --secondary-color: #321f1e;
  --success-color: #28a745;
  --info-color: #17a2b8;
  --warning-color: #ffc107;
  --danger-color: #dc3545;
  --light-color: #f5f5f5;
  --dark-color: #59595c;
  --white-color: #ffffff;
  --gray-color: #6c757d;
  --gray-dark-color: #343a40;
  --blue-color: #007bff;
  --indigo-color: #6610f2;
  --purple-color: #6f42c1;
  --pink-color: #e83e8c;
  --red-color: #dc3545;
  --orange-color: #fd7e14;
  --yellow-color: #ffc107;
  --green-color: #28a745;
  --teal-color: #20c997;
  --cyan-color: #17a2b8;
  --text-color: #413f3f; }

@font-face {
  font-family: 'XooFonts';
  src: url("../font/subset-3251497c1a0d46f80fcc0b641572fec6.eot");
  src: url("../font/subset-3251497c1a0d46f80fcc0b641572fec6.eot?#iefix") format("embedded-opentype"), url("../font/subset-3251497c1a0d46f80fcc0b641572fec6.woff2") format("woff2"), url("../font/subset-3251497c1a0d46f80fcc0b641572fec6.woff") format("woff"), url("../font/subset-3251497c1a0d46f80fcc0b641572fec6.ttf") format("truetype"), url("../font/subset-3251497c1a0d46f80fcc0b641572fec6.svg#.") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'XooFonts';
  src: url("../font/subset-d62d5ce6aa07e17378632144452c5c46.eot");
  src: url("../font/subset-d62d5ce6aa07e17378632144452c5c46.eot?#iefix") format("embedded-opentype"), url("../font/subset-d62d5ce6aa07e17378632144452c5c46.woff2") format("woff2"), url("../font/subset-d62d5ce6aa07e17378632144452c5c46.woff") format("woff"), url("../font/subset-d62d5ce6aa07e17378632144452c5c46.ttf") format("truetype"), url("../font/subset-d62d5ce6aa07e17378632144452c5c46.svg#.") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'XooFonts';
  src: url("../font/subset-c9ab21d07718a2b5a55607480314c7ea.eot");
  src: url("../font/subset-c9ab21d07718a2b5a55607480314c7ea.eot?#iefix") format("embedded-opentype"), url("../font/subset-c9ab21d07718a2b5a55607480314c7ea.woff2") format("woff2"), url("../font/subset-c9ab21d07718a2b5a55607480314c7ea.woff") format("woff"), url("../font/subset-c9ab21d07718a2b5a55607480314c7ea.ttf") format("truetype"), url("../font/subset-c9ab21d07718a2b5a55607480314c7ea.svg#.") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'LNTH-Daybreaker';
  src: url("../font/LNTH-Daybreaker.eot");
  src: url("../font/LNTH-Daybreaker.eot?#iefix") format("embedded-opentype"), url("../font/LNTH-Daybreaker.woff2") format("woff2"), url("../font/LNTH-Daybreaker.woff") format("woff"), url("../font/LNTH-Daybreaker.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
.absolute-footer, html {
  background: url(../images/background-body.png); }

body {
  color: var(--secondary-color); }

body, h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a, .nav > li > a {
  font-family: "XooFonts", sans-serif !important; }

#wrapper, #main {
  background: url(../images/background-body.png); }

#logo {
  margin: 15px 30px; }
  #logo img {
    max-height: unset !important; }

.header-wrapper.stuck, .header-shadow .header-wrapper, .layout-shadow #wrapper {
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0); }

.header.show-on-scroll, .stuck .header-main {
  max-height: 200px !important; }

header.header .stuck {
  position: relative !important; }
  header.header .stuck #logo img {
    max-height: 200px !important; }
  header.header .stuck .nav {
    margin-top: 145px; }
header.header .nav {
  display: block; }
  header.header .nav > li {
    display: block;
    text-align: center; }
  header.header .nav > li:first-child {
    text-align: center; }
header.header .nav > li > a {
  font-family: "LNTH-Daybreaker", sans-serif !important;
  font-size: 1.2em !important; }
header.header .nav > li > a, header.header .nav-dropdown > li > a, header.header .nav-column > li > a {
  color: var(--primary-color);
  font-weight: normal;
  font-size: 0.8em;
  padding: 3px 5px; }
header.header .nav > li.active, header.header .nav > li:hover {
  background: #E1B03A;
  background: -webkit-linear-gradient(90deg, rgba(225, 176, 58, 0) 0%, #e1b03a 50%, rgba(225, 176, 58, 0) 100%);
  background: -moz-linear-gradient(90deg, rgba(225, 176, 58, 0) 0%, #e1b03a 50%, rgba(225, 176, 58, 0) 100%);
  background: linear-gradient(90deg, rgba(225, 176, 58, 0) 0%, #e1b03a 50%, rgba(225, 176, 58, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E1B03A", endColorstr="#E1B03A", GradientType=1); }
header.header .nav > li.active > a, header.header .nav > li:hover > a {
  color: var(--secondary-color); }
header.header .header-nav.header-nav-main.nav-left {
  justify-content: center; }
header.header .header-nav.header-nav-main.nav-right {
  justify-content: end; }
header.header .header-language-dropdown .image-icon {
  margin-left: 5px; }
header.header .header-language-dropdown .nav-dropdown {
  min-width: 245px; }
  header.header .header-language-dropdown .nav-dropdown .icon-image {
    margin-right: 5px; }
header.header .nav-dropdown {
  min-width: 245px; }
header.header .menu-item-has-children .nav-dropdown-default {
  padding: 10px 0px 10px 0px;
  margin-left: 30px;
  margin-right: 30px;
  display: blockin;
  background: var(--secondary-color);
  border: 1px solid var(--primary-color); }
  header.header .menu-item-has-children .nav-dropdown-default .nav-dropdown-default {
    padding: 0;
    margin-left: 0;
    margin-right: 0; }
header.header .nav-dropdown-default .nav-column li > a, header.header .nav-dropdown.nav-dropdown-default > li > a {
  border-bottom: none; }
header.header .nav-dropdown-has-border .nav-dropdown {
  border: none; }
header.header .nav-dropdown > li > ul > li > a {
  position: relative;
  padding: 5px 5px; }
  header.header .nav-dropdown > li > ul > li > a:hover {
    color: var(--primary-color); }
  header.header .nav-dropdown > li > ul > li > a:after {
    opacity: 0;
    position: absolute;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    top: 10px;
    left: 0;
    background: url(../images/menu-icon.svg) no-repeat;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
header.header .nav-dropdown > li > ul > li:hover a {
  padding-left: 17px; }
  header.header .nav-dropdown > li > ul > li:hover a:after {
    opacity: 1; }
header.header .nav-dropdown > li.nav-dropdown-col, header.header .nav-dropdown > li.image-column {
  width: 20%;
  min-width: 25%; }
header.header .nav-dropdown-default .nav-column li > a, header.header .nav-dropdown.nav-dropdown-default > li > a {
  border-bottom: none; }
header.header .nav-dropdown .menu-item-has-children > a, header.header .nav-dropdown .title > a, header.header .nav-dropdown .nav-dropdown-col > a {
  font-size: 1em; }
header.header .nav-dropdown-default .nav-column li > a, header.header .nav-dropdown.nav-dropdown-default > li > a {
  margin: 0 15px; }
header.header .off-canvas-center .nav-vertical > li > a {
  font-size: 1.2em; }
header.header a.glink {
  font-size: 14px;
  text-transform: unset; }
  header.header a.glink img {
    margin-right: 10px; }
  header.header a.glink span {
    font-size: 14px;
    vertical-align: middle;
    font-weight: normal;
    text-transform: capitalize; }
header.header .switcher-popup.glink span {
  display: none !important; }

.nav-dropdown-has-arrow li.has-dropdown:after {
  border-bottom-color: var(--primary-color); }

header#header {
  background: url(../images/bg_Menu-01-01.png) repeat-x; }
  header#header .header-bottom, header#header .header-bg-color, header#header .header-wrapper {
    background: transparent !important; }

.header-main {
  height: unset !important; }
  .header-main .social-icons {
    font-size: 1.3em; }

.footer-wrapper {
  position: relative; }

footer#footer .social-icons span {
  display: block;
  font-size: 15px !important;
  margin-bottom: 15px; }
footer#footer .footer__divider .col {
  padding: 0 15px; }
footer#footer .footer__menu {
  display: inline-block; }
  footer#footer .footer__menu .menu-item {
    display: inline-block;
    padding-right: 30px; }
footer#footer .footer__bottom p {
  margin-bottom: 5px; }
footer#footer .footer__link ul {
  margin-bottom: 0;
  list-style: none; }
  footer#footer .footer__link ul li {
    display: inline-block;
    margin: 0;
    margin-right: 30px; }

.banner h2, .banner h3, .banner h1 {
  line-height: 1.3; }

.button.is-outline, input[type=submit].is-outline, input[type=reset].is-outline, input[type=button].is-outline {
  border: 1px solid var(--primary-color);
  color: var(--primary-color); }

footer#footer {
  /*font-size:	0.8em;*/
  padding-top: 30px; }

.home-slider .button.is-outline, .home-slider input[type=submit].is-outline, .home-slider input[type=reset].is-outline, .home-slider input[type=button].is-outline {
  border: none;
  background: var(--primary-color); }
  .home-slider .button.is-outline:hover, .home-slider input[type=submit].is-outline:hover, .home-slider input[type=reset].is-outline:hover, .home-slider input[type=button].is-outline:hover {
    color: var(--primary-color);
    background: var(--white-color); }

table tr:nth-child(1) {
  background: var(--secondary-color);
  color: var(--primary-color); }

table tr:nth-child(1) td {
  color: var(--primary-color); }

table {
  border-collapse: collapse;
  border: 1px solid var(--secondary-color);
  border-spacing: 0; }

table td {
  border: 1px solid var(--secondary-color); }

table th:first-child, td:first-child {
  padding-left: 5px; }

.entry-content blockquote {
  background: var(--light-color);
  padding: 1.25em 1.25em 1.25em 1.875em; }
  .entry-content blockquote pre, .entry-content blockquote blockquote, .entry-content blockquote form, .entry-content blockquote figure, .entry-content blockquote p, .entry-content blockquote dl, .entry-content blockquote ul, .entry-content blockquote ol {
    margin-bottom: 5px; }

#comments .comment-respond {
  padding: 0;
  background: transparent; }

footer.entry-meta {
  border: none; }
  footer.entry-meta a {
    background: var(--light-color);
    padding: 5px 20px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    font-size: 1em; }

.navigation-post .bb, .navigation-post .bt {
  border: none; }

.off-canvas .nav-vertical > li > a {
  padding-top: 10px;
  padding-bottom: 10px; }

.nav-sidebar.nav-vertical > li + li {
  border-top: none; }

.full-width .ubermenu-nav, .container, .row {
  max-width: 1200px; }

.absolute-footer {
  display: none; }

.widget .tagcloud a:hover {
  color: var(--white-color); }

h1.page-title, .entry-title {
  font-size: 1.2em;
  line-height: 1.4; }

.off-canvas-right .mfp-content, .off-canvas-left .mfp-content {
  width: 360px; }
  .off-canvas-right .mfp-content .nav-vertical li li, .off-canvas-left .mfp-content .nav-vertical li li {
    font-size: 0.8em; }

.wpcf7 .wpcf7-submit {
  background: transparent;
  border: 2px solid var(--primary-color);
  color: var(--white-color);
  padding: 5px 30px 5px 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
.wpcf7 input[type=email], .wpcf7 input[type=date], .wpcf7 input[type=search], .wpcf7 input[type=number], .wpcf7 input[type=text], .wpcf7 input[type=tel], .wpcf7 input[type=url], .wpcf7 input[type=password], .wpcf7 textarea, .wpcf7 select, .wpcf7 .select-resize-ghost, .wpcf7 .select2-container .select2-choice, .wpcf7 .select2-container .select2-selection {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 20px 10px; }

.dark .home-newsletter .wpcf7 .wpcf7-submit {
  background: var(--secondary-color) !important;
  color: var(--primary-color) !important;
  border: none;
  padding: 5px 30px 5px 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
.dark .home-newsletter .wpcf7 input:not([type=submit]), .dark .home-newsletter .wpcf7 textarea, .dark .home-newsletter .wpcf7 select, .dark .home-newsletter .wpcf7 .nav-dark .form-flat input:not([type=submit]), .dark .home-newsletter .wpcf7 .nav-dark .form-flat textarea, .dark .home-newsletter .wpcf7 .nav-dark .form-flat select {
  background-color: white !important;
  color: var(--text-color) !important; }
  .dark .home-newsletter .wpcf7 input:not([type=submit])::placeholder, .dark .home-newsletter .wpcf7 textarea::placeholder, .dark .home-newsletter .wpcf7 select::placeholder, .dark .home-newsletter .wpcf7 .nav-dark .form-flat input:not([type=submit])::placeholder, .dark .home-newsletter .wpcf7 .nav-dark .form-flat textarea::placeholder, .dark .home-newsletter .wpcf7 .nav-dark .form-flat select::placeholder {
    color: var(--text-color) !important; }
.dark .home-newsletter .wpcf7 .wpcf7-spinner {
  float: left; }

.back-to-top {
  background: var(--primary-color) !important;
  color: var(--white-color) !important;
  border: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

.schedule {
  background: #f9f9f9; }
  .schedule--fixed {
    position: fixed;
    top: 100px; }
  .schedule .title {
    background: var(--secondary-color);
    padding: 15px;
    color: var(--white-color);
    text-align: center;
    position: relative; }
    .schedule .title span {
      font-size: 13px; }
    .schedule .title h3 {
      display: block;
      margin: 0px;
      margin-bottom: 15px;
      color: var(--white-color); }
    .schedule .title a {
      color: var(--white-color); }
  .schedule .title-note {
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: -20px;
    font-size: 10px;
    color: #fff;
    background: var(--primary-color);
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px; }
  .schedule .box-form {
    padding: 15px;
    padding-bottom: 0;
    padding-top: 25px; }
  .schedule .btn {
    margin: 0 auto;
    display: block; }
  .schedule label {
    font-weight: normal; }

.schedule.fixed {
  position: fixed;
  top: 100px; }

.nav-pagination > li > span, .nav-pagination > li > a {
  height: 3.25em;
  line-height: 3em;
  min-width: 3.25em;
  border: 2px solid var(--light-color);
  background: var(--light-color); }

/*Floating Action Button*/
.fabs {
  bottom: 60px;
  position: fixed;
  margin: 1em;
  right: 0;
  z-index: 998; }

.fab {
  display: block;
  width: 56px;
  height: 56px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  color: var(--white-color);
  margin: 25px auto 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  cursor: pointer;
  -webkit-transition: all .1s ease-out;
  -moz-transition: all .1s ease-out;
  -o-transition: all .1s ease-out;
  transition: all .1s ease-out;
  position: relative;
  z-index: 998;
  overflow: hidden; }

.fab > i {
  font-size: 2em;
  line-height: 55px;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-in-out; }

.fab:not(:last-child) {
  width: 0;
  height: 0;
  margin: 15px auto 0;
  opacity: 0;
  visibility: hidden; }

.fab:not(:last-child) > i {
  font-size: 1.4em;
  line-height: 40px; }

.fab:not(:last-child).is-visible {
  width: 40px;
  height: 40px;
  margin: 15px auto 10;
  opacity: 1;
  visibility: visible; }

.fab:nth-last-child(1) {
  -webkit-transition-delay: 25ms;
  -moz-transition-delay: 25ms;
  -o-transition-delay: 25ms;
  transition-delay: 25ms; }

.fab:not(:last-child):nth-last-child(2) {
  -webkit-transition-delay: 20ms;
  -moz-transition-delay: 20ms;
  -o-transition-delay: 20ms;
  transition-delay: 20ms; }

.fab:not(:last-child):nth-last-child(3) {
  -webkit-transition-delay: 40ms;
  -moz-transition-delay: 40ms;
  -o-transition-delay: 40ms;
  transition-delay: 40ms; }

.fab:not(:last-child):nth-last-child(4) {
  -webkit-transition-delay: 60ms;
  -moz-transition-delay: 60ms;
  -o-transition-delay: 60ms;
  transition-delay: 60ms; }

.fab:not(:last-child):nth-last-child(5) {
  -webkit-transition-delay: 80ms;
  -moz-transition-delay: 80ms;
  -o-transition-delay: 80ms;
  transition-delay: 80ms; }

.fab:not(:last-child):active,
.fab:not(:last-child):focus,
.fab:not(:last-child):hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.32); }

.fab_field {
  width: 100%;
  display: inline-block;
  text-align: center;
  background: #eceff1;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.32); }

.fab_field a {
  display: inline-block;
  text-align: center; }

#fab_listen {
  float: left;
  background: rgba(0, 0, 0, 0); }

#fab_send {
  float: right;
  background: rgba(0, 0, 0, 0); }

.fab_field .fab {
  width: 35px;
  height: 35px;
  box-shadow: none;
  margin: 5px; }

.fab_field .fab > i {
  font-size: 1.6em;
  line-height: 35px;
  color: #263238; }

/*Element state*/
.is-active {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -o-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; }

.is-float {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.32); }

.is-max {
  box-shadow: inset 0 -12px 10px -10px rgba(0, 0, 0, 0.18), inset 0 12px 10px -10px rgba(0, 0, 0, 0.1); }

.is-loading {
  display: block;
  -webkit-animation: load 1s cubic-bezier(0, 0.99, 1, 0.6) infinite;
  -moz-animation: load 1s cubic-bezier(0, 0.99, 1, 0.6) infinite;
  -o-animation: load 1s cubic-bezier(0, 0.99, 1, 0.6) infinite;
  animation: load 1s cubic-bezier(0, 0.99, 1, 0.6) infinite; }

/*Animation*/
@keyframes zoomIn {
  0% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0.0; }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@keyframes load {
  0% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0.0; }
  50% {
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 1; }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }
/* SMARTPHONES PORTRAIT */
@media only screen and (min-width: 300px) {
  .chat {
    width: 200px; } }
/* SMARTPHONES LANDSCAPE */
@media only screen and (min-width: 480px) {
  .chat {
    width: 300px; }

  .chat_field {
    width: 65%; } }
/* TABLETS PORTRAIT */
@media only screen and (min-width: 768px) {
  .chat {
    width: 300px; }

  .chat_field {
    width: 65%; } }
/* TABLET LANDSCAPE / DESKTOP */
@media only screen and (min-width: 1024px) {
  .chat {
    width: 400px; }

  .chat_field {
    width: 65%; } }
/* Ripple */
.ink {
  display: block;
  position: absolute;
  background: rgba(38, 50, 56, 0.4);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  webkit-transform: scale(0);
  transform: scale(0); }

/*animation effect*/
.ink.animate {
  animation: ripple 0.5s ease-in-out; }

@keyframes ripple {
  /*scale the element to 250% to safely cover the entire link and fade it out*/
  100% {
    opacity: 0;
    -moz-transform: scale(5);
    -ms-transform: scale(5);
    webkit-transform: scale(5);
    transform: scale(5); } }
.callaction {
  display: inline-grid;
  position: fixed;
  bottom: 30%;
  min-width: 40px;
  text-align: center;
  z-index: 999;
  right: 30px; }
  .callaction a {
    color: var(--white-color);
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.7);
    background: var(--primary-color);
    margin-bottom: 10px; }
    .callaction a span {
      font-size: 12px;
      z-index: 10;
      display: none;
      padding: 2px 10px;
      right: 45px;
      width: 180px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      position: absolute;
      color: var(--white-color);
      background: var(--primary-color);
      line-height: 20px;
      top: 6px; }
    .callaction a .demo-icon {
      font-size: 20px; }
    .callaction a:hover {
      color: var(--white-color); }
      .callaction a:hover span {
        display: inline;
        color: var(--white-color); }
  .callaction.left {
    left: 30px;
    right: unset; }
    .callaction.left a span {
      right: unset;
      left: 45px; }

#calltrap-btn {
  position: relative; }
  #calltrap-btn:before {
    position: absolute;
    left: -2px;
    top: -2px;
    border-radius: 50%;
    z-index: 1;
    opacity: 0.0;
    border-color: var(--primary-color);
    border-style: solid;
    content: "";
    height: 44px;
    width: 44px;
    border-width: 2px;
    animation: 1.5s ease-out 0s infinite pulsate; }
  #calltrap-btn:after {
    left: -4px;
    top: -4px;
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    opacity: 0.0;
    border-color: var(--primary-color);
    border-style: solid;
    content: "";
    height: 48px;
    width: 48px;
    border-width: 1px;
    animation: 1.5s ease-out 0s infinite pulsate; }

@-webkit-keyframes pulsate {
  0% {
    transform: scale(1, 1);
    opacity: 0.0; }
  50% {
    opacity: 1.0; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0.0; } }
/*

.callnow {
  position: fixed;
  width: 100px;
  height: 100px;
  bottom: 58px;
  right: 18px;
  
  &__button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--primary-color);
    cursor: pointer;
    color: #ffffff;
    border: 0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    z-index: 2;
    box-shadow: 0px 6px 14px 0px rgba(0,0,0,0.3);
    transition: background-color 300ms ease;
    
    &:hover {
      background-color: #0055cc;
    }
    
    .lp-icon {
      font-size: 36px;
    }
  }
  
  .pulse-rings {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .pulse {
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    opacity: 0.0;
    border-color: var(--primary-color);
    border-style: solid;

    &-1 {
      height: 54px;
      width: 54px;
      border-width: 3px;
      animation: 1.5s ease-out 0s infinite pulsate;
    }

    &-2 {
      height: 64px;
      width: 64px;
      border-width: 2px;
      animation: 1.5s ease-out 0s infinite pulsate;
    }

    &-3 {
      height: 74px;
      width: 74px;
      border-width: 1px;
      animation: 1.5s ease-out 0s infinite pulsate;
    }
  }
}


*/
.absolute-footer {
  display: none; }

.slider-home__text {
  line-height: 1.2; }
.slider-home .slider-nav-dots-dashes .flickity-page-dots .dot {
  width: 6px;
  height: 15px;
  margin: 0 5px; }
  .slider-home .slider-nav-dots-dashes .flickity-page-dots .dot.is-selected {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    width: 8px;
    height: 20px; }
.slider-home .flickity-button {
  width: 60px; }

.section-title-normal {
  border-bottom: 1px solid #777E90; }
  .section-title-normal span {
    border-bottom: none;
    text-transform: unset;
    color: var(--primary-color);
    font-size: 48px;
    max-width: 900px; }

.archive-page-header .page-title span {
  border-bottom: none;
  text-transform: capitalize;
  color: var(--primary-color);
  font-size: 48px;
  font-weight: 900;
  max-width: 900px; }

.widget span.widget-title {
  font-size: 24px;
  text-transform: capitalize;
  color: var(--primary-color); }
.widget .is-divider {
  opacity: 0; }
.widget .badge {
  width: 5.8em;
  height: 5.8em; }

.blog-single .is-divider {
  display: none; }
.blog-single .entry-title {
  color: var(--primary-color); }
.blog-single .blog-share .button.icon.circle {
  border: none;
  margin-top: 1em; }
  .blog-single .blog-share .button.icon.circle i {
    font-size: 150%; }
  .blog-single .blog-share .button.icon.circle:hover {
    background: transparent !important; }
.blog-single .blog-share .button.facebook:not(.is-outline), .blog-single .blog-share .button.facebook:hover {
  background: transparent !important; }

.blog-archive .entry-title {
  color: var(--primary-color); }
.blog-archive .entry-divider {
  display: none; }
.blog-archive .entry-category {
  color: var(--secondary-color); }
  .blog-archive .entry-category a {
    color: var(--secondary-color); }
.blog-archive .entry-meta .entry-category {
  margin-right: 15px; }

.button.primary.read-more {
  padding: 7px 18px; }
  .button.primary.read-more span {
    margin-right: 30px;
    font-weight: normal; }

.more-link {
  padding: 7px 18px; }
  .more-link span {
    margin-right: 30px;
    font-weight: normal; }

.home-blog .is-divider {
  display: none; }
.home-blog .post-meta {
  font-size: 32px;
  color: var(--primary-color);
  font-weight: bold; }
.home-blog .post-title {
  font-weight: normal;
  color: #111111;
  font-size: 24px; }
.home-blog .post-item.post-item-more {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  margin-top: 20%; }
  .home-blog .post-item.post-item-more .more-active {
    position: relative;
    width: 185px;
    height: 250px;
    bottom: 0;
    left: 0;
    margin-top: 16%;
    display: block; }
    .home-blog .post-item.post-item-more .more-active i {
      position: absolute;
      top: 25px;
      right: 25px; }
    .home-blog .post-item.post-item-more .more-active span {
      font-weight: normal;
      text-align: left;
      position: absolute;
      left: 25px;
      bottom: 25px; }

#tablepress-1_wrapper .dataTables_filter {
  font-size: 110%; }

.pricing__all tfoot th, .pricing__all thead th {
  background-color: var(--primary-color);
  color: var(--white-color);
  font-size: 110%; }
.pricing__all .sorting:hover, .pricing__all .sorting_asc, .pricing__all .sorting_desc {
  background-color: var(--secondary-color); }
.pricing__all td, .pricing__all th {
  font-size: 1em; }
.pricing__all th:first-child, .pricing__all td:first-child {
  padding-left: 8px; }
.pricing__all td:first-child {
  font-weight: bold; }
.pricing__all td.column-4 {
  font-weight: bold;
  /*color: #ed1c24;*/
  color: var(--primary-color); }
.pricing__all th:last-child, .pricing__all td:last-child {
  padding-right: 8px; }
.pricing__all tbody td, .pricing__all tfoot th {
  border: none; }
.pricing__all tr.odd td {
  background: var(--light-color); }

/* Thiết kẻ thẻ select */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: white;
  background-image: none; }

.select {
  position: relative;
  display: flex;
  width: 180px;
  line-height: 3;
  background: #fff;
  border: 1px solid var(--primary-color);
  overflow: hidden; }
  .select select {
    flex: 1;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: normal;
    cursor: pointer;
    height: 50px;
    color: var(--primary-color); }
  .select::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0;
    background: url(../images/arrow_select.svg) no-repeat;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
    width: 25px;
    height: 25px; }
  .select:hover::after {
    color: Gainsboro; }

/**/
div#amplitude-right div.song img.bandcamp-grey, div#amplitude-right div.song img.bandcamp-white {
  width: 45px;
  margin-top: 0 !important; }
div#amplitude-right div.song .song-meta-data {
  display: flex; }
  div#amplitude-right div.song .song-meta-data span {
    padding: 10px; }
  div#amplitude-right div.song .song-meta-data .song-title {
    font-weight: 500 !important;
    font-size: 16px;
    color: var(--primary-color) !important;
    min-width: 50%; }
div#amplitude-right div.song .song-now-playing-icon-container {
  float: right; }
  div#amplitude-right div.song .song-now-playing-icon-container img.now-playing {
    margin-top: 12px !important; }
div#amplitude-right div.song:hover {
  color: var(--white-color) !important; }
  div#amplitude-right div.song:hover a.song-title {
    color: var(--white-color) !important; }

div#amplitude-left .cover__box {
  position: relative;
  width: 100%;
  display: block;
  height: 100%; }
div#amplitude-left #meta-container {
  background: linear-gradient(180deg, rgba(32, 73, 120, 0) 0%, #204978 100%);
  position: absolute;
  padding: 75px 15px 15px 15px;
  bottom: 0;
  width: 100%;
  left: 0;
  color: var(--white-color) !important; }
  div#amplitude-left #meta-container span {
    color: var(--white-color) !important; }

.section-title-container {
  margin-bottom: 0; }

@media (min-width: 1024px) {
  header#header {
    position: fixed;
    height: 100vh;
    width: 400px;
    margin: 0px auto;
    display: block;
    left: 0%;
    margin-left: 0px; }
    header#header .header-bottom, header#header .header-bg-color, header#header .header-wrapper {
      background: transparent !important; }

  main#main, footer#footer, .page-title.blog-featured-title.featured-title.no-overflow {
    width: calc(100% - 400px);
    margin-left: 400px; }
    main#main .footer-wrapper, footer#footer .footer-wrapper, .page-title.blog-featured-title.featured-title.no-overflow .footer-wrapper {
      position: relative; }

  main#main {
    padding: 60px; }

  body.home main#main {
    width: 100%;
    margin: 0 auto;
    padding: 0; }
    body.home main#main .slider {
      height: 100vh;
      overflow: hidden; }
    body.home main#main #content {
      padding: 0; }
  body.home footer#footer {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    z-index: 99;
    bottom: 0;
    color: var(--primary-color); }
    body.home footer#footer .footer-wrapper {
      position: fixed;
      z-index: 99;
      bottom: 0; }
  body.home header#header {
    left: 50%;
    margin-left: -200px; }
    body.home header#header .nav {
      display: block;
      margin-top: 30px; } }
@media (min-width: 1230px) {
  article.type-post {
    position: relative; }
    article.type-post .entry-content {
      position: relative; }
      article.type-post .entry-content .share-icons {
        position: absolute;
        top: 0;
        right: -60px;
        width: 42px; }
        article.type-post .entry-content .share-icons a {
          display: inline-block;
          float: left;
          border: 1px solid #ddd !important;
          margin-bottom: 10px;
          width: 40px;
          height: 40px;
          line-height: 33px;
          padding: 0; }
          article.type-post .entry-content .share-icons a i {
            top: 2px; }
        article.type-post .entry-content .share-icons--fixed {
          position: fixed;
          top: 100px;
          margin-right: -30px; } }
@media (max-width: 992px) {
  #logo {
    width: 150px !important; }

  .off-canvas-center .nav-vertical > li > a {
    font-size: 1.2em; }

  .off-canvas-center .nav-sidebar.nav-vertical > li .toggle {
    top: 5px; }

  .nav > li > a > i.icon-search {
    font-size: 1.4em !important; }

  .html .social-icons {
    font-size: 1.4em !important; }

  .service__list .post-item .box.box-vertical {
    display: block !important; }
    .service__list .post-item .box.box-vertical .box-text {
      padding: 0;
      padding-top: 15px;
      background: transparent; }
    .service__list .post-item .box.box-vertical .box-image {
      width: 100%;
      display: block !important; }
    .service__list .post-item .box.box-vertical .from_the_blog_excerpt {
      display: block; }
  .service__list .post-item:nth-child(1) .box.box-vertical, .service__list .post-item:nth-child(2) .box.box-vertical, .service__list .post-item:nth-child(3) .box.box-vertical {
    display: block !important; }
    .service__list .post-item:nth-child(1) .box.box-vertical .box-text, .service__list .post-item:nth-child(2) .box.box-vertical .box-text, .service__list .post-item:nth-child(3) .box.box-vertical .box-text {
      padding: 0;
      padding-top: 15px;
      background: transparent; }
    .service__list .post-item:nth-child(1) .box.box-vertical .box-image, .service__list .post-item:nth-child(2) .box.box-vertical .box-image, .service__list .post-item:nth-child(3) .box.box-vertical .box-image {
      width: 100%;
      display: block !important; }
    .service__list .post-item:nth-child(1) .box.box-vertical .from_the_blog_excerpt, .service__list .post-item:nth-child(2) .box.box-vertical .from_the_blog_excerpt, .service__list .post-item:nth-child(3) .box.box-vertical .from_the_blog_excerpt {
      display: block; }

  .entry-content.single-page .social-icons {
    display: block;
    margin: 30px auto 0 auto;
    color: #333;
    font-size: 1.2em;
    text-align: center; }
  .entry-content.single-page .social-icons.share-icons .button.is-outline {
    border: none; }

  .section-title-normal span {
    font-size: 24px; } }
@media (max-width: 768px) {
  .service__list .post-item .is-large {
    font-size: 1.5em; }
  .service__list .post-item .box-text {
    font-size: 100%; }

  .section-title-normal span {
    font-size: 19px; } }
@media (max-width: 685px) {
  .social-icons {
    text-align: center !important; }
    .social-icons span {
      display: none; } }

/*# sourceMappingURL=main.css.map */
