/*************** 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: #2e3092;
  --secondary-color: #ffe000;
  --success-color: #28a745;
  --info-color: #17a2b8;
  --warning-color: #ffc107;
  --danger-color: #dc3545;
  --light-color: #ffffff;
  --dark-color: #2e3092;
  --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; }

.absolute-footer,
html {
  background: var(--dark-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: 180px; }
  header.header .header-language-dropdown .nav-dropdown .icon-image {
    margin-right: 5px; }
header.header .nav-dropdown {
  min-width: 300px; }
header.header .nav-dropdown-default {
  padding: 10px; }
header.header .nav-dropdown-default .nav-column li > a,
header.header .nav-dropdown.nav-dropdown-default > li > a {
  border-bottom: none; }
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 .shade-top {
  opacity: 0.7; }

footer#footer .social-icons span {
  display: block;
  font-size: 15px !important;
  margin-bottom: 15px; }
footer#footer .divider {
  margin-bottom: 30px; }
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; }

.off-canvas .nav-vertical > li > a {
  padding-top: 10px;
  padding-bottom: 10px; }

.nav-sidebar.nav-vertical > li + li {
  border-top: none; }

.wheel {
  border: 3px solid #fff;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.5));
  width: 28px;
  height: 45px;
  border-radius: 45px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  margin: 0 auto;
  opacity: 0;
  z-index: 20; }

.wheel.show {
  opacity: 1; }

.wheel.show::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
  background: #ffffff;
  width: 4px;
  height: 6px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-animation: trackBallSlide 3s linear infinite;
  animation: trackBallSlide 3s linear infinite; }

.wheel.show span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  bottom: -35px;
  left: -35px; }

@-webkit-keyframes trackBallSlide {
  0%,
	100%,
	30%,
	60% {
    opacity: 1;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  15%,
	50% {
    opacity: 0;
    -webkit-transform: translateY(8px);
    transform: translateY(8px); } }
@keyframes trackBallSlide {
  0%,
	100%,
	30%,
	60% {
    opacity: 1;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  15%,
	50% {
    opacity: 0;
    -webkit-transform: translateY(8px);
    transform: translateY(8px); } }
.absolute-footer {
  display: none; }

h1.page-title,
.entry-title {
  font-size: 2em;
  line-height: 1.3; }

.wpcf7 .wpcf7-submit {
  background: transparent;
  border: 2px solid var(--primary-color);
  color: var(--white-color);
  padding: 5px 30px 0px 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: 7px 30px 0px 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px; }
.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; }

/*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 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  position: relative;
  z-index: 998;
  overflow: hidden; }

.fab > i {
  font-size: 2em;
  line-height: 55px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.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; }
  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; }
  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;
    font-size: 25px;
    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 a.zalo {
      background: #0068ff; }
    .callaction a.fbmess {
      background: #2586fe; }
    .callaction a.kakaotalk {
      background: #ffe711;
      color: #000000; }
    .callaction a.whatsapp {
      background: #25d366; }
    .callaction a.viber {
      background: #865ffa; }
    .callaction a.wechat {
      background: #2dc100; }
    .callaction a.linechat {
      background: #00c300; }
  .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;
    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;
    border-color: var(--primary-color);
    border-style: solid;
    content: "";
    height: 48px;
    width: 48px;
    border-width: 1px;
    animation: 1.5s ease-out 0s infinite pulsate; }

.social-icons.share-icons .button.is-outline,
.social-icons.share-icons input[type="submit"].is-outline,
.social-icons.share-icons input[type="reset"].is-outline,
.social-icons.share-icons input[type="button"].is-outline {
  border: none !important; }

.absolute-footer {
  display: none; }

.archive-page-header .page-title span {
  border-bottom: none;
  text-transform: capitalize;
  color: var(--primary-color); }

.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; }

.section__carousel .col-inner {
  margin-bottom: 10px;
  margin-left: 40px !important; }

.box-blog-post {
  border: 2px solid var(--secondary-color);
  border-radius: 10px;
  overflow: hidden; }

.section__tinTuc .box-blog-post {
  border: none;
  border-radius: 0%; }

.section__about .col__title {
  padding: 0; }

.section-title-container {
  margin-bottom: 0; }

.icon-star {
  color: var(--secondary-color);
  top: 0;
  position: absolute;
  left: 0; }

.rate-bg .section-bg {
  background-position: fixed; }

.banner-slider {
  margin: 0 0 30px 100px !important;
  width: calc(100% - 100px); }
  .banner-slider .slider {
    overflow: unset; }
  .banner-slider .flickity-viewport {
    -webkit-border-radius: 0 0 0 200px;
    -moz-border-radius: 0 0 0 200px;
    -ms-border-radius: 0 0 0 200px;
    border-radius: 0 0 0 200px;
    overflow: hidden; }
  .banner-slider .flickity-page-dots {
    transform: rotate(90deg);
    bottom: unset;
    position: absolute;
    top: 40%;
    left: -80px;
    right: unset;
    padding: 0;
    margin: 0;
    list-style: none; }

.section-title-normal {
  border: none !important; }
  .section-title-normal span {
    border: none; }

.dark .section-title-normal span {
  border: none; }

.title__box {
  margin-bottom: 30px; }
  .title__box .title__sub {
    position: absolute;
    margin: -40px 0 0 55px;
    z-index: 1; }
    .title__box .title__sub p {
      margin-bottom: 0; }

.custom__button {
  color: var(--primary-color) !important; }

.section__customer .customer__logo {
  flex-basis: 17%;
  max-width: 17%; }

.section__why .icon-box-text h5 {
  color: var(--secondary-color); }

.section__footer .section-bg.bg-loaded {
  background-size: 40% !important; }
.section__footer img.size-full.alignnone {
  margin-bottom: 0; }
.section__footer .icon-box p {
  margin-bottom: 10px; }
.section__footer a {
  color: var(--white-color) !important; }
  .section__footer a:hover {
    color: var(--secondary-color) !important; }

.category .box .box-text {
  color: var(--primary-color);
  background-color: var(--secondary-color); }

.off-canvas-right.dark .mfp-content, .off-canvas-left.dark .mfp-content {
  background-color: var(--primary-color); }

@media only screen and (max-width: 1024px) {
  .banner-slider {
    margin: 0 0 15px 50px !important;
    width: calc(100% - 50px); }
    .banner-slider .slider {
      border-radius: 0 0 0 150px; }
    .banner-slider .flickity-viewport .flickity-slider .img .img-inner {
      padding-top: 450px !important; }
      .banner-slider .flickity-viewport .flickity-slider .img .img-inner img {
        height: 450px !important; }

  .section__carousel {
    padding: 0; }
    .section__carousel .col-inner {
      margin-left: 0 !important; } }
@media only screen and (max-width: 685px) {
  .section__carousel .col {
    padding: 0; }

  .section__about .numbers__row .col {
    padding-bottom: 0; }

  .banner-slider {
    margin: 0 !important;
    width: 100%; }
    .banner-slider .flickity-viewport {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0;
      overflow: hidden; }
      .banner-slider .flickity-viewport .flickity-slider .img .img-inner {
        padding-top: 250px !important; }
        .banner-slider .flickity-viewport .flickity-slider .img .img-inner img {
          height: 250px !important; }
    .banner-slider .flickity-page-dots {
      transform: rotate(0);
      bottom: 20px;
      position: absolute;
      top: unset;
      left: 0;
      right: 0;
      padding: 0;
      margin: 0;
      list-style: none; } }

/*# sourceMappingURL=main.css.map */
