/*
Theme Name: Khai Tin Group
*/
.after-before, .white-page-title::before,
.bb-page-title::before,
.projects-page-title::before,
.bb-page-title-2::before, .white-page-title::after,
.bb-page-title::after,
.projects-page-title::after,
.bb-page-title-2::after, .page-title::before, .page-title::after, .loading-bg::after {
  position: absolute;
  content: '';
}

.img-default {
  float: left;
  width: 100%;
  height: auto;
}

.float-default, .scroll-btn i, footer .footer-contact-bg .contact-bg .sub-title, footer .footer-contact-bg .contact-bg .title, footer .footer-contact-bg .contact-bg, footer .footer-info-bg .info-bg .copyright, footer .footer-info-bg .info-bg .connect, footer .footer-info-bg .info-bg .info .mst, footer .footer-info-bg .info-bg .info .title, footer .footer-info-bg .info-bg .info, footer .footer-info-bg .info-bg, footer, .the-content, .page-acticle-bg {
  float: left;
  width: 100%;
}

/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(24, 39, 73, 0.68);
  opacity: 0.5;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #182749;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #23386B;
}

/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  outline: 0 none;
  margin: 0;
  padding: 0;
  border: 0 none;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #182749;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
}

a:active,
a:focus,
a:hover {
  text-decoration: none !important;
  color: #23386B;
}

strong {
  font-weight: bold;
}

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

/* body, input, textarea, select, button {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;Montserrat
    -webkit-text-size-adjust:100%;
	overflow:hidden;
} */
body {
  margin: 0 auto;
  font-family: "SunWorld-Regular",'Arial';
  font-size: 17px;
  line-height: 24px;
  color: #666;
  -webkit-font-smoothing: subpixel-antialiased;
  -ms-font-smoothing: subpixel-antialiased;
  font-weight: 400;
  position: relative;
  width: 100%;
  height: auto;
  overflow-x: hidden !important;
}

body:after {
  display: none;
}

em {
  font-style: italic;
}

.loading-bg {
  position: fixed;
  z-index: 999999;
  width: 100vw;
  height: 100vh;
  background: #182749;
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  -ms-transition: all 500ms linear;
  transition: all 500ms linear;
}

.loading-bg::after {
  right: 0;
  bottom: 0;
  width: 170px;
  height: 124px;
  z-index: 999;
  background: url(../images/wave_catalogue.png) right bottom no-repeat;
}

.loading-bg .loading-logo {
  position: absolute;
  width: 180px;
  height: 320px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -58%);
  margin: auto;
}

/*---------------------------------------------------Header------------------------------------------------*/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 68px;
  background: white;
  border-bottom: 1px solid rgba(24, 39, 73, 0.08);
  z-index: 999;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

.site-header.small {
  background: rgba(255, 255, 255, 0.88);
}

.site-branding {
  float: left;
}

.custom-logo-link {
  float: left;
  width: 115px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

.small .custom-logo-link {
  width: 44px;
  height: 69px;
}

.custom-logo-link img {
  width: 100%;
  height: auto;
  margin: 0 0 0 60px;
}

.contact-btn {
  float: right;
  height: 68px;
  line-height: 69px;
  background: #182749;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  padding: 0 32px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

.contact-btn:hover {
  background: #23386B;
  color: #EBEBEB;
}

.contact-btn:active, .contact-btn:focus {
  background: #182749;
  color: #fff;
}

.lang-menu-bg {
  float: right;
  height: 28px;
  margin: 20px 22px 0 0;
  background: rgba(24, 39, 73, 0.8);
  border: 1px solid rgba(24, 39, 73, 0.2);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}

.lang-menu-bg a {
  float: left;
  width: 36px;
  height: 28px;
  line-height: 30px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #182749;
  background: #fff;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

.lang-menu-bg a:hover {
  color: #fff;
  background: #23386b;
}

.lang-menu-bg a.trp-ls-disabled-language, .lang-menu-bg a.trp-ls-disabled-language:hover {
  background: #182749;
  color: #FFF;
}

.lang-menu-bg .trp-language-switcher {
  display: none;
}

.menu_btn {
  display: none;
}

/*-------------------------Widget Bg----------------------*/
.widget-bg {
  position: fixed;
  right: 0;
  top: 39%;
  width: 46px;
  z-index: 99;
}

.widget-bg a {
  float: left;
  width: 46px;
  height: 46px;
  margin-bottom: 1px;
}

.widget-bg a i, .widget-bg a em {
  position: absolute;
  z-index: 10;
  position: relative;
  float: left;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background-color: rgba(24, 39, 73, 0.88);
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  -ms-transition: background 200ms linear;
  transition: background 200ms linear;
}

.widget-bg a:hover i, .widget-bg a:hover em {
  background-color: #182749;
}

.widget-bg a div {
  position: absolute;
  height: 46px;
  width: 0;
  right: 5px;
  line-height: 46px;
  padding-left: 0;
  color: #fff;
  z-index: 0;
  background-color: rgba(24, 39, 73, 0.18);
  overflow: hidden;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

.widget-bg .tour360_btn i, .widget-bg .tour360_btn em {
  font-size: 22px;
  -moz-border-top-left-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  -ms-border-top-left-radius: 8px;
  -o-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
}

.widget-bg .tour360_btn:hover div {
  width: 132px;
  padding-left: 20px;
  background-color: rgba(24, 39, 73, 0.68);
}

.widget-bg .hotline_btn:hover div {
  width: 188px;
  padding-left: 20px;
  background-color: rgba(24, 39, 73, 0.68);
}

.widget-bg .contact_btn:hover div {
  width: 298px;
  padding-left: 20px;
  background-color: rgba(24, 39, 73, 0.68);
}

.widget-bg .contact_btn i, .widget-bg .contact_btn em {
  -moz-border-bottom-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -ms-border-bottom-left-radius: 8px;
  -o-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.elem_blur {
  filter: blur(3px);
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
}

/*-------------------------Body Bg----------------------*/
.page-banner {
  position: relative;
  width: 100%;
  height: auto;
  max-height: 100vh;
  overflow: hidden;
  /*margin-top: 96px;*/
}

.page-banner img {
  width: 100%;
  height: auto;
}

.page-bg {
  position: relative;
  float: left;
  width: 100%;
  min-height: 360px;
  overflow-x: hidden;
  /*padding-bottom: 16px;*/
}

.page-bg strong {
  color: #182749;
  font-weight: 600;
}

.page-title {
  position: relative;
  float: left;
  width: 100%;
  padding: 0 0 18px 0;
  margin: 0 0 16px 0;
  color: #182749;
  text-transform: uppercase;
  font-size: 35px;
}

.page-title::after {
  width: 80px;
  height: 2px;
  background: #182749;
  bottom: 0;
  left: 0;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

.page-title::before {
  width: 80px;
  height: 2px;
  background: #EBEBEB;
  bottom: 0;
  left: 80px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

.white-page-title,
.bb-page-title,
.projects-page-title,
.bb-page-title-2 {
  position: relative;
  padding-bottom: 6px;
  margin-bottom: 26px;
  color: #182749;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

.white-page-title::after,
.bb-page-title::after,
.projects-page-title::after,
.bb-page-title-2::after {
  width: 56px;
  height: 4px;
  background: #182749;
  bottom: 0;
  left: 0;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

.white-page-title::before,
.bb-page-title::before,
.projects-page-title::before,
.bb-page-title-2::before {
  width: 56px;
  height: 4px;
  background: #23386B;
  bottom: 0;
  left: 56px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

.white-page-title:hover::after,
.bb-page-title:hover::after,
.projects-page-title:hover::after,
.bb-page-title-2:hover::after {
  width: 112px;
}

.bb-page-title::after,
.projects-page-title::after {
  left: 20px;
}

.bb-page-title::before,
.projects-page-title::before {
  left: 76px;
}

.white-page-title::after {
  background: #23386B;
}

.white-page-title::before {
  background: #fff;
}

.center-page-title::after {
  left: -56px;
  right: 0;
  margin: 0 auto;
}

.center-page-title::before {
  left: 56px;
  right: 0;
  margin: 0 auto;
}

.center-page-title:hover::after {
  left: 0;
  width: 112px;
}

.right-page-title::after {
  left: auto;
  right: 20px;
}

.right-page-title::before {
  left: auto;
  right: 76px;
}

.fl-module-list .fl-list-item-content .fl-list-item-content-icon {
  display: table-cell;
  vertical-align: top;
}

/*------------------------- Footer ----------------------*/
footer {
  position: relative;
  background: url(../images/about_bg.jpg);
  height: calc(100vh - 68px);
}

footer .footer-info-bg {
  float: left;
  width: 50%;
  padding: 95px 108px;
}

footer .footer-info-bg .info-bg .logo {
  float: left;
  width: 100%;
}

footer .footer-info-bg .info-bg .logo img {
  width: 250px;
  height: auto;
}

footer .footer-info-bg .info-bg .info {
  line-height: 38px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  margin-top: 26px;
}

footer .footer-info-bg .info-bg .info .title {
  margin: 32px 0 6px 0;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "SunWorld-Bold", "Arial";
}

footer .footer-info-bg .info-bg .info .mst {
  margin: 0 0 18px 0;
  color: white;
}

footer .footer-info-bg .info-bg .info a {
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

footer .footer-info-bg .info-bg .info a:hover {
  color: #fff;
}

footer .footer-info-bg .info-bg .info strong {
  color: #fff;
}

footer .footer-info-bg .info-bg .connect {
  line-height: 28px;
}

footer .footer-info-bg .info-bg .connect a {
  position: relative;
  float: left;
  width: 30px;
  height: 30px;
  color: rgba(255, 255, 255, 0.68);
  margin: 32px 18px 0 0;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

footer .footer-info-bg .info-bg .connect a i, footer .footer-info-bg .info-bg .connect a em {
  float: left;
  width: 28px;
  height: 28px;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

footer .footer-info-bg .info-bg .connect a i span, footer .footer-info-bg .info-bg .connect a em span {
  float: left;
  width: 0;
  height: 0;
  overflow: hidden;
}

footer .footer-info-bg .info-bg .connect a:hover {
  color: #fff;
}

footer .footer-info-bg .info-bg .copyright {
  font-size: 13px;
  margin-top: 32px;
  color: rgba(255, 255, 255, 0.8);
}

footer .footer-info-bg .info-bg .copyright a, footer .footer-info-bg .info-bg .copyright span {
  color: white;
}

footer .footer-contact-bg {
  float: left;
  width: 50%;
  padding: 118px 108px;
  height: calc(100vh - 68px);
  background: url(../images/footer_contact_bg.jpg);
  background-size: cover;
}

footer .footer-contact-bg .contact-bg .title {
  text-transform: uppercase;
  font-size: 22px;
  margin: 0 0 26px 0;
  color: white;
  font-family: "SunWorld-Bold", "Arial";
}

footer .footer-contact-bg .contact-bg .sub-title {
  font-size: 14px;
  margin: 0 0 6px 0;
  color: rgba(255, 255, 255, 0.8);
}

footer .footer-contact-bg .contact-bg .wpforms-field {
  position: relative;
  float: left !important;
  width: 100% !important;
  padding: 10px 0 0 0 !important;
}

footer .footer-contact-bg .contact-bg .wpforms-field .wpforms-field-label {
  font-weight: normal;
  font-size: 14px;
  color: #222;
  display: none;
}

footer .footer-contact-bg .contact-bg .wpforms-field .wpforms-required-label {
  display: none;
}

footer .footer-contact-bg .contact-bg .wpforms-field label.wpforms-error {
  position: absolute;
  right: 10px;
  top: 17px;
  color: #fff;
}

footer .footer-contact-bg .contact-bg .wpforms-field input,
footer .footer-contact-bg .contact-bg .wpforms-field textarea {
  max-width: 100% !important;
  font-size: 14px !important;
  resize: none;
  width: 100% !important;
  background: rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0) !important;
  outline: none;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
}

footer .footer-contact-bg .contact-bg .wpforms-field input:focus,
footer .footer-contact-bg .contact-bg .wpforms-field textarea:focus {
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
}

footer .footer-contact-bg .contact-bg .wpforms-field input::-webkit-input-placeholder,
footer .footer-contact-bg .contact-bg .wpforms-field textarea::-webkit-input-placeholder {
  /* Edge */
  color: rgba(255, 255, 255, 0.6);
}

footer .footer-contact-bg .contact-bg .wpforms-field input:-ms-input-placeholder,
footer .footer-contact-bg .contact-bg .wpforms-field textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.6);
}

footer .footer-contact-bg .contact-bg .wpforms-field input::placeholder,
footer .footer-contact-bg .contact-bg .wpforms-field textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

footer .footer-contact-bg .contact-bg .wpforms-field textarea {
  height: 136px;
}

footer .footer-contact-bg .contact-bg .wpforms-field input.wpforms-error,
footer .footer-contact-bg .contact-bg .wpforms-field textarea.wpforms-error {
  border: 1px solid #999;
}

footer .footer-contact-bg .contact-bg .cf-send {
  float: left;
  width: 100%;
  height: 38px;
  line-height: 38px;
  margin-top: 0px;
  padding: 0 !important;
  color: #fff !important;
  text-transform: uppercase;
  background: #182749 !important;
  border: none !important;
  font-size: 13px !important;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

footer .footer-contact-bg .contact-bg .cf-send:hover {
  border: none;
  background: #23386B !important;
}

/*-------------------------Tooltip----------------------*/
.pano-tooltip {
  position: absolute;
  z-index: 9999 !important;
  background: rgba(0, 104, 172, 0.68) !important;
  color: #fff;
  padding: 3px 8px 5px 8px !important;
  border-radius: 0;
  border: none;
  margin-right: 20px !important;
  font: 13px "vl_globersemibold_free",'Arial'  !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 100;
  -o-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.hidden-gallery {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

/* Custom modal content styling */
/*.fancybox-container {
  max-width: 500px;
  padding: 30px;
}*/
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-limit {
  width: 100%;
  max-width: 1360px;
}

.container.no-pading {
  padding: 0;
}

/* -------------------------------Scroll Button---------------------------- */
.scroll-btn {
  position: relative;
  position: absolute;
  top: calc(100vh - 86px);
  right: 26px;
  width: 48px;
  height: 52px;
  z-index: 9;
}

.scroll-btn i {
  color: #fff;
  font-size: 52px;
  text-align: center;
  opacity: 0.42;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

.scroll-btn:hover i {
  opacity: 0.96;
}

#cta {
  width: 100%;
  cursor: pointer;
  position: absolute;
  transform: rotate(90deg);
  top: 11px;
  left: 0;
  width: 48px;
  height: 48px;
}

#cta .arrow {
  left: 30%;
}

.arrow {
  position: absolute;
  bottom: 0;
  margin-left: 0px;
  width: 10px;
  height: 10px;
  background-size: contain;
  top: 19px;
}

.segunda {
  margin-left: 8px;
}

.next {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTMxOS4xIDIxN2MyMC4yIDIwLjIgMTkuOSA1My4yLS42IDczLjdzLTUzLjUgMjAuOC03My43LjZsLTE5MC0xOTBjLTIwLjEtMjAuMi0xOS44LTUzLjIuNy03My43UzEwOSA2LjggMTI5LjEgMjdsMTkwIDE5MHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzE5LjEgMjkwLjVjMjAuMi0yMC4yIDE5LjktNTMuMi0uNi03My43cy01My41LTIwLjgtNzMuNy0uNmwtMTkwIDE5MGMtMjAuMiAyMC4yLTE5LjkgNTMuMi42IDczLjdzNTMuNSAyMC44IDczLjcuNmwxOTAtMTkweiIvPjwvc3ZnPg==);
}

@keyframes bounceAlpha {
  0% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
  25% {
    opacity: 0;
    transform: translateX(10px) scale(0.9);
  }
  26% {
    opacity: 0;
    transform: translateX(-10px) scale(0.9);
  }
  55% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
}

.bounceAlpha {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.arrow.primera.bounceAlpha {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-delay: 0.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.round:hover .arrow {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.round:hover .arrow.primera {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-delay: 0.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
