body {
  background: #fff;
  color: #333;
  /* font-family: "Open Sans", sans-serif; */
  font-family: 'Goudy Bookletter 1911', serif;
  font-weight: 400;
  position: relative;
}

a {
  color: #947251;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #42260b;
  outline: none;
  text-decoration: none;
}

#header a:hover,
#header a:active,
#header a:focus {
  color: #947251;
}

.btn {
  outline: none !important;
}

#header a.btn {
  color: #42260b;
}

#header a.btn:hover, 
#header a.btn:active, 
#header a.btn:focus {
  color: #42260b;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

.body-inner-page p,
.body-inner-page .row ul li {
  font-size: 1.2rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "Source Sans Pro", "Open Sans", sans-serif; */
  font-family: 'Goudy Bookletter 1911', TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

.h1, h1 {
  font-size: 2.1rem;
}

img {
  max-width: 100%;
}

p img.img-content {
    border-radius: 5px;
    align-self: center;
    box-shadow: 0 7px 7px -7px #313131;
}

select {
  -webkit-appearance: none;
}

  .form-group-select {
    position: relative;
  }

  .form-group-select:after {
    content: "\f078";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 11px;
    right: 5px;
    z-index: 1;
  }

/* .row {
  width: 100%;
} */

svg {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
  transform: translateZ(0);
  backface-visibility: hidden;
}

/*
h3 svg {
  display: inline-block;
  width: 54px;
  height: 54px;
  margin-top: -5px;
}
*/

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #947251;
  color: #fff;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 5px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 10px;
  color: #fff;
}

.back-to-top:hover {
  background-color: #664f39;
}


#main {
  box-shadow: 0 6px 6px -6px rgba(0,0,0,0.1);
  position: relative;
  min-height: calc(100vh - 253px);
}


h4 .fa {
  font-size: 20px;
  height: 28px;
  line-height: 28px;
  margin-right: 3px;
  color: #0a98c0;
}

.btn-get-started .fa {
  font-size: 16px;
  line-height: 18px;
  display: block;
  float: left;
  margin-right: 5px;
}


.logo-inline {
  display: inline-block;
  width: 70px;
  height: 70px;
  margin-top: -10px;
}


.centered {
  display: block;
  width: 100%;
  text-align: center;
}

.text-red {
  color: #664f39;
}

.text-white {
  color: #f1f1f1;
}

.text-w {
  color: #00346b;
  font-weight: 700;
}

.text-fa-18 {
  font-size: 18px;
}

.row ul {
  padding-left: 30px;
  margin: 0 0 25px 0;
}

.row ul li {
  padding: 0;
  margin-bottom: 5px;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #947251;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Top Bar */

#topbar {
  padding: 0 0 10px 0;
  font-size: 14px;
  transition: all 0.5s;
}

#topbar .social-links {
  text-align: right;
}

#topbar .social-links a {
  color: #111111;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
}

#topbar .social-links a:hover {
  color: #947251;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/* Header */

#header {
  height: 90px;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.25s;
  z-index: 997;
  background-color: #fff;
}

#header.header-scrolled,
#header.header-pages {
  height: 70px;
  padding: 0;
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

#header.header-scrolled #topbar,
#header.header-pages #topbar {
  display: none;
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0px;
  margin-left: 5px;
  /* text-transform: uppercase; */
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #947251;
  text-decoration: none;
}

.logo img {
  padding: 0;
  /*
  margin: 7px 0 0 0;
  height: 120px; 
  */
  margin: 0;
  height: 72px;

  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
  transform: translateZ(0);
  backface-visibility: hidden;

  transition: height 1s ease;
}

  /*
  .logo-red {
    display: none;
  }
  */

  .logo-white {
    display: inline-block;
    margin-top: 7px;
  }

  .header-scrolled .logo-red, 
  .header-scrolled .logo-white {
    display: inline-block;
    margin-top: 7px;
  }

  /*
  .header-scrolled .logo-white {
    display: none;
  }
  */

  /* #header .logo-red img { */
    /* padding: 5px 0; */
    /* width: 180px; */
  /* } */

  #header .logo-white img {
    /* height: 60px; */
    margin: 0;
  }

  /*
  .body-inner-page #header .logo-white img {
    height: 60px;
    margin: 10px 0 0 0;
  }
  */

.main-pages {
  margin-top: 60px;
}

/* Intro */

#intro {
  display: flex;
  align-items: center;
  align-content: center;
  width: 100%;
  min-height: 40vh;
  position: relative;
  background-color: #fff;
  /* background-image: radial-gradient( ellipse at top left, rgba(41,241,235,0.05) 0%, rgba(0, 155, 162,0.1) 50%, rgba(20,89,215,0.05) 100% ); */
  background-image: url(../img/back.jpg);
  background-size: cover;
  background-position: 50% center;
  background-repeat: no-repeat;
  box-shadow: 0 6px 6px -6px rgba(0,0,0,0.2);
  z-index: 1;
  overflow: hidden;
  padding: 145px 0 95px 0;
}

/*
.body-main #intro {
  min-height: 75vh;
}
*/

#intro .row {
  min-width: 100%;
}

#intro > .container {
  position: relative;
  z-index: 10;
  justify-content: center;
  align-items: center;
  align-content: center;
}

#intro > .container > .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}

#intro .intro-info {
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
}

#intro .intro-info h2 {
  display: block;
  /* display: none; */
  width: 100%;
  color: #d4bb3e;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 100;
  letter-spacing: -1px;
  text-shadow: 1px 2px #62541d;
}

#intro .intro-info h2 span {
  color: #664f39;
}

.btn-get-started,
#intro .btn-services {
  font-family: "Source Sans Pro", "Open Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 30px;
  transition: 0.5s;
  background: #947251;
  color: #fff;
}

.btn-get-started {
  margin: 0 5px 5px 5px;
}

.btn-get-started:hover,
#intro .btn-services:hover {
  background: #664f39;
  color:#fff;
}

.btn-get-started:hover {
  background: #664f39;
}

#header .btn-get-started {
  border-radius: 30px;
  font-size: 0.9rem;
  background: #947251;
  color: #fff;
}

  #header .btn-get-started:hover {
    background: #664f39;
    color: #fff;
  }

#intro .btn-get-started {
  border: 2px solid #f1f1f1;
  border-radius: 30px;
  background: transparent;
  font-weight: 400;
  box-shadow: 0 6px 6px -6px rgba(0,0,0,0.5);
  text-transform: uppercase;
}

  #intro .btn-get-started:hover {
    background: #f1f1f1;
    color: #839289;
  }

.intro-img {
  width: auto;
  max-width: 100%;
  margin-top: 0;
}

.intro-img-2 {
  margin-left: -120px;
  margin-top: -85px;
  position: relative;
  z-index: -1;
}

.text-vnm {
  font-size: 1.2rem;
}

.text-vnm img {
  display: inline-block;
  width: 160px;
}

#header > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  height: 90px;
}

.body-inner-page #header > .container {
  height: 70px;
}

#header.header-scrolled > .container {
  height: 70px;
}

.container .logo {
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  align-self: center;
}

.header-scrolled .container .logo, 
.body-inner-page .container .logo {
  margin-top: 0;
  align-self: center;
}

header .text-vnm {
  display: block;
  margin: 5px 0 0 0;
}

header.header-scrolled .text-vnm {
  margin-top: 5px;
}

header .text-vnm img {
  width: 100px;
}

.intro-img .text-vnm {
  display: none;
}



#intro video {
  display: block;
  width: 100%;
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 0;
  object-fit: cover;
}



/* Navigation Menu */

/* Desktop Navigation */

/* .main-nav {
  margin-top: 6px;
} */

.main-nav,
.main-nav * {
  padding: 0;
  list-style: none;
}

.main-nav * {
  margin: 0;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
  margin: 0 0 0 10px;
}

.main-nav a {
  display: block;
  position: relative;
  padding: 5px 15px;
  transition: 0.3s;
  font-size: 16px;
  font-family: "Source Sans Pro", "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  border-radius: 5px;

  color: #fff;
  background: #947251;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  text-decoration: none;
  color: #fff;
  background: #664f39;
}


.header-scrolled .logo img, 
.body-inner-page .logo img {
  height: 52px;
  margin: 0;
}

.header-scrolled .main-nav a {
  color: #fff;
  background: #947251;
}

.header-scrolled .main-nav a:hover,
.header-scrolled .main-nav .active > a,
.header-scrolled .main-nav li:hover > a {
  color: #fff;
  background: #664f39;
}


.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #065e77;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #947251;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

#header .main-nav {
  display: none !important;
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(148, 114, 81, 0.8);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #CDDC39;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

  /*
  .body-inner-page .mobile-nav-toggle {
    margin-top: 3px;
  }
  */

.mobile-nav-toggle i {
  margin: 3px 0 0 0;
  color: #664f39;
}

  .body-main .mobile-nav-toggle i {
    color: #664f39;
  }

  .header-scrolled .mobile-nav-toggle i {
    color: #664f39;
  }

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(149, 134, 109, 0.4);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/* Sections */

/* Sections Header */

.section-header {
  margin-bottom: 40px;
}

  #intro .section-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    height: auto;
    padding: 20px 30px 0 30px;
    /* background-color: rgba(0, 155, 162, 0.2); */
    border-radius: 5px;
    /* box-shadow: 0 10px 20px -12px rgba(50,50,93,.25), 0 8px 16px -18px rgba(0,0,0,.3), 0 -6px 12px -8px rgba(0,0,0,.025); */
    margin-bottom: 0;
  }

    #intro .section-header p {
      display: block;
      width: 100%;
      font-size: 1.15rem;
      line-height: 1.8rem;
      text-align: left;
    }

.section-header h2 {
  margin: 0 auto 20px auto;
  font-weight: 300;
  font-size: 2.3rem;
}

.section-header h3 {
  font-size: 64px;
  color: #00346b;
  text-align: center;
  font-weight: 300;
  position: relative;
  /* font-family: "Source Sans Pro", "Open Sans", sans-serif; */
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}

  #intro .section-header h3 {
    letter-spacing: -1px;
    font-size: 3rem;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
    font-family: "Open Sans", sans-serif;
    color: #ffffff;
    font-weight: 300;
    text-shadow: 1px 1px 3px #1d1d1d;
  }

  #services .section-header h3 {
    margin-bottom: 30px;
  }

  /*
  #services .section-header h5 {
    margin-bottom: 40px;
  }
  */

  #contacts .section-header h3 {
    font-size: 36px;
  }

.section-header h4 {
  width: 100%;
  font-size: 28px;
  color: #00346b;
  text-align: center;
  margin-bottom: 10px;
}

.section-header h5 {
  font-size: 23px;
  color: #00346b;
  text-align: center;
}

.section-bg-dark .section-header h3, 
.section-bg-dark .section-header h4, 
.section-bg-dark .section-header h5 {
  color: #fff;
} 

.section-header p {
  text-align: center;
  margin: auto;
  padding-bottom: 30px;
  color: #333;
  width: 70%;
  font-size: 1.1rem;
  line-height: 1.8rem;
}

#contacts .section-header p {
  width: 96%;
  text-align: justify;
  padding-right: 20px;
}

#contacts .row h1, #contacts .row h2, #contacts .row h3, #contacts .row h4, #contacts .row h5 {
  color: #444;
}

.section-bg-dark .section-header p {
  color: #f1f1f1;
}

/* Section with background */

.section-bg {
  background-color: #fff6f5;
}

.section-bg-dark {
  background: #1f3750;
  color: #f1f1f1;
}

.section-bg-white {
  background: #fff;
}

.section-bg-shady {
  background-color: rgba(90,50,50,0.1)
}

.section-bg-body {
  background-color: #fff;
}

.section-bg-body-short {
  background-color: #fff;
}

.section-bg-viol-top {
  background-image: radial-gradient( ellipse at left top, rgba(172, 37, 228, 0.1) 0%, rgba(255, 202, 207, 0.05) 75%, rgba(255, 104, 155, 0.1) 100% );
  background-size: cover;
  background-repeat: no-repeat;
}

.section-bg-viol-bottom {
  background-image: radial-gradient( ellipse at right bottom, rgba(172, 37, 228, 0.1) 0%, rgba(255, 202, 207, 0.05) 75%, rgba(255, 104, 155, 0.1) 100% );
  background-size: cover;
  background-repeat: no-repeat;
}

.section-bg-goldy {
  background-image: radial-gradient( ellipse at right bottom, rgba(128, 228, 37, 0.1) 0%, rgba(255, 202, 207, 0.05) 75%, rgba(255, 104, 155, 0.1) 100% );
  background-color: #e4cfa7;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-bg-greeny {
  background-image: radial-gradient( ellipse at right bottom, rgba(182, 255, 102, 0.1) 0%, rgba(255, 202, 207, 0.05) 75%, rgba(255, 104, 155, 0.1) 100% );
  background-size: cover;
  background-repeat: no-repeat;
}

.section-bg-pinky {
  background-image: radial-gradient( ellipse at right bottom, rgba(173, 15, 10, 0.2) 0%, rgba(255, 202, 207, 0.05) 75%, rgba(255, 104, 155, 0.1) 100% );
  background-size: cover;
  background-repeat: no-repeat;
}

.section-bg-bluish-bottom {
  background-image: radial-gradient( ellipse at right bottom, rgba(45, 232, 224, 0.1) 0%, rgba(202, 228, 255, 0.05) 75%, rgba(104, 227, 255, 0.1) 100% );
  background-size: cover;
  background-repeat: no-repeat;
}

.section-bg-bluish-top {
  background-image: radial-gradient( ellipse at right top, rgba(45, 232, 224, 0.1) 0%, rgba(202, 228, 255, 0.05) 75%, rgba(104, 227, 255, 0.1) 100% );
  background-size: cover;
  background-repeat: no-repeat;
}


/* About Us */

#about {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  /* min-height: calc(100vh - 70px); */
  padding: 0 0 100px 0; /* 70px 0; */
  /* box-shadow: 0 6px 6px -6px rgba(0,0,0,0.2); */
}

#about .img-fluid {
  padding: 20px 20px 20px 20px;
}

#about .about-content {
  padding-top: 40px;
}

#about .about-content h2 {
  color: #00346b;
  font-family: "Source Sans Pro", "Open Sans", sans-serif;
  font-weight: 700;
}

#about .about-content h3 {
  color: #ab3834;
  font-weight: 400;
  font-size: 22px;
  font-style: italic;
}

#about .about-content ul {
  list-style: none;
  padding: 0;
}

#about .about-content ul li {
  padding-bottom: 10px;
}

#about .about-content ul li i {
  font-size: 20px;
  padding-right: 4px;
  color: #947251;
}

#about .about-img {
  position: relative;
  margin: 0;
  width: 80%;
  align-self: flex-start;
}

#about .about-img img {
  width: 100%;
  border: none;
  transition: .5s;
}

#about .about-img::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: '';
  background-color: #947251;
  opacity: 0.1;
  border-radius: 5px;
}

#about .section-header-image {
  margin-bottom: 60px;
}

#about .section-header p {
  width: 90%;
  height: auto;
  padding-bottom: 20px;
  font-size: 1.5rem;
  line-height: 2rem;
  font-family: "Source Sans Pro", "Open Sans", sans-serif;
  font-weight: 400;
  /* letter-spacing: 0.5px; */
}

#about .col-img {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}


#about h2.sentence {
  width: 100%;
  padding: 0;
  text-align: center;
  margin: 0 auto 20px auto;
  font-weight: 300;
  font-size: 2.3rem;
}


#about h3 {
  text-align: center;
  margin-bottom: 30px;
}

#about .icon {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 0 15px 0;
}


#about-tb .container-fluid {
  padding-top: 100px;
  padding-bottom: 100px;
}

#about-tb .container-fluid > .row {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f3f6f9;
}


.tb-cite {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.tb-cite p {
  display: block;
  font-style: italic;
  word-break: keep-all;
  margin-bottom: 30px;
  padding: 20px 35px 0 20px;
  position: relative;
  quotes: "“" "”";
}

  .tb-cite p:before, 
  .tb-cite p:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    font-size: 5rem;
    content: open-quote;
  }

  .tb-cite p:before {
    top: -40px;
    left: 0;
    color: #664f39;
  }

  .tb-cite p:after {
    bottom: -85px;
    right: 30px;
    color: rgba(148, 114, 81, 0.7);
  }

.tb-cite-name {
  display: block;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0 20px 0 0;
  text-align: right;
  font-size: 1.1rem;
  font-weight: 300;
}

.tb-cite-image {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.tb-cite-image img {
  border-radius: 5px;
  align-self: center;
  box-shadow: 0 7px 7px -7px #313131;
}


/* Scheme */

#scheme {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  /* min-height: calc(100vh - 70px); */
  padding: 60px 0 160px 0;
}

#scheme .section-header-image {
  margin-bottom: 120px;
  flex-wrap: wrap;
}

#scheme .title-text {
  display: block;
  width: 100%;
}

#scheme .section-header h2 {
  margin-bottom: 60px;
}

img.tb-scheme {
  display: block;
  width: 100%;
}

.contact-cta {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
}

/* Services */

#services {
  padding: 70px 0;
  /* box-shadow: 0 6px 6px -6px rgba(0,0,0,0.2); */
}

#services .container .row {
  align-items: center;
  align-content: center;
  justify-content: center;
}

.box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  padding: 20px 100px 5px 20px;
  position: relative;
  border-radius: 5px;
  margin: 0 0 20px 0;
  text-align: left;
  box-shadow: 0 6px 6px -6px rgba(0,0,0,0.2);
  background: #e1f3f5; /* #eef6fa; */
  background-image: radial-gradient( ellipse at right bottom, rgba(45, 232, 224, 0.1) 0%, rgba(202, 228, 255, 0.05) 75%, rgba(104, 227, 255, 0.1) 100% );
  background-size: cover;
  background-repeat: no-repeat;
}

.box .icon {
  margin: 0 auto;
  padding-top: 0;
  display: inline-block;
  text-align: center;
  width: 80px;
  height: 80px;
  line-height: 80px;
  position: absolute;
  top: 10px;
  right: 10px;
  /* box-shadow: 0 7px 10px -10px #929292; */
  border-radius: 5px;
  background: transparent;
}

.box .icon i {
  display: block;
  font-size: 36px;
  line-height: 1;
  width: 80px;
  height: 80px;
}

.box .icon i:before {
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
}

.icon svg {
  display: inline-block;
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 1;
}

.icon svg.icon-svg-abs {
  position: absolute;
  top: 25px;
  left: 0px;
  z-index: 0;
  opacity: 0.2;
}

.box .title {
  display: block;
  width: 100%;
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 18px;
  color: #00346b;
}

.box .title a {
  color: #111;
}

.box:hover .title a {
  color: #947251;
}

.box .description {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  text-align: left;
}

/* Why Us Section */

#why-us {
  padding: 60px 0;
}

#why-us .why-us-content .features {
  margin: 0 0 15px 0;
  padding: 0;
  transition: 0.3s ease-in-out;
}

#why-us .why-us-content .features i {
  font-size: 36px;
  float: left;
}

#why-us .why-us-content .features h4 {
  font-size: 24px;
  font-weight: 600;
  margin-left: 56px;
  color: #00346b;
  margin-bottom: 5px;
}

#why-us .why-us-content .features p {
  font-size: 16px;
  margin-left: 56px;
  color: #555186;
}

#why-us .counters {
  padding-top: 40px;
}

#why-us .counters span {
  font-family: "Source Sans Pro", "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #555186;
}

#why-us .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Source Sans Pro", "Open Sans", sans-serif;
  font-size: 14px;
  color: #8a87b6;
}

/* Call To Action Section */

#call-to-action {
  background: #2d2b46;
  background-size: cover;
  padding: 40px 0;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: #fff;
}

#call-to-action .cta-btn {
  font-family: "Source Sans Pro", "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 3px;
  transition: 0.5s;
  margin: 10px;
  border: 3px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #947251;
  border: 3px solid #947251;
}

/* Features Section */

#features {
  padding: 80px 0;
  position: relative;
}

#features h4 {
  font-weight: 400;
  font-size: 23px;
}

#features h4 span {
  color: #947251;
}

#features .feature-item {
  background: #fff;
  padding: 60px 20px;
  border-radius: 10px;
  box-shadow: 0 10px 20px -12px rgba(50,50,93,.25), 0 8px 16px -18px rgba(0,0,0,.3), 0 -6px 12px -8px rgba(0,0,0,.025);
}

/* Portfolio Section */

#portfolio {
  padding: 60px 0;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 6px 10px;
  font-size: 16px;
  line-height: 20px;
  color: #00346b;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  color: #947251;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#portfolio .portfolio-item .portfolio-wrap {
  overflow: hidden;
  position: relative;
  margin: 0;
}

#portfolio .portfolio-item .portfolio-wrap:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  opacity: 0;
  transition: 0.2s linear;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 {
  font-size: 22px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 14px;
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a {
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a:hover {
  color: #947251;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #f8fcff;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details {
  display: inline-block;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #947251;
  border-radius: 50%;
  margin: 10px 4px 0 4px;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover {
  background: #42c3e8;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover i {
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap:hover {
  background: #282646;
}

#portfolio .portfolio-item .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/* Testimonials Section */

#testimonials {
  padding: 60px 0;
}

#testimonials .section-header {
  margin-bottom: 40px;
}

#testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  float: left;
}

#testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
  margin-left: 140px;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
  margin-left: 140px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 0 15px 140px;
}

#testimonials .owl-nav,
#testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #947251;
}


#for-partners {
  padding: 60px 0;
  position: relative;
}


  #for-partners .row {
    margin-bottom: 40px;
  }

  #for-partners .row:last-child {
    margin-bottom: 0;
  }

  #for-partners .row .section-header {
    margin-bottom: 20px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
  }

  #for-partners .row .section-header p {
    width: 90%;
    text-align: justify;
  }


#contacts {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  min-height: calc(100vh - 70px);
  padding: 60px 0;
}

#contacts p.small {
  font-size: 0.9rem;
  line-height: 1.3rem;
}

#contacts .fa {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #947251;
  border-radius: 5px;
  margin-right: 3px;
}

#footer .fa {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: #f1f1f1;
  border-radius: 5px;
  margin-right: 5px;
  color: #664f39;
  font-size: 14px;
}

.text-fa-18,
#footer .text-fa-18 {
  font-size: 18px;
}

.contact-email, 
.contact-address, 
.contact-phone {
  display: inline-block;
  width: 100%;
  margin-bottom: 3px;
}

/* Team Section */

#team {
  padding: 60px 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

#team .member .member-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
  padding: 15px 0;
  background: rgba(29, 28, 41, 0.6);
}

#team .member .member-info-content {
  transition: margin 0.2s;
  height: 40px;
  transition: height 0.4s;
}

#team .member:hover .member-info {
  transition: 0.4s;
}

#team .member:hover .member-info-content {
  height: 80px;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  transition: none;
  color: #fff;
}

#team .member .social a:hover {
  color: #947251;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Clients Section */

#clients {
  padding: 60px 0;
}

#clients img {
  max-width: 80%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav,
#clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #947251;
}

/* Pricing Section */

#pricing {
  padding: 80px 0;
}

#pricing .card {
  border: 0;
  border-radius: 0px;
  box-shadow: 0 3px 0px 0 rgba(65, 62, 102, 0.08);
  transition: all .3s ease-in-out;
  padding: 36px 0;
  position: relative;
}

#pricing .card:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 5px;
  background-color: #947251;
  transition: 0.5s;
}

#pricing .card:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.08);
}

#pricing .card:hover:after {
  width: 100%;
}

#pricing .card .card-header {
  background-color: white;
  border-bottom: 0px;
  -moz-text-align-last: center;
  text-align-last: center;
}

#pricing .card .card-title {
  margin-bottom: 16px;
  color: #111111;
}

#pricing .card .card-block {
  padding-top: 0;
  text-align: center;
}

#pricing .card .list-group-item {
  border: 0px;
  padding: 6px;
  color: #00346b;
  font-weight: 300;
}

#pricing .card h3 {
  font-size: 64px;
  margin-bottom: 0px;
  color: #111111;
}

#pricing .card h3 .currency {
  font-size: 30px;
  position: relative;
  font-weight: 400;
  top: -30px;
  letter-spacing: 0px;
}

#pricing .card h3 .period {
  font-size: 16px;
  color: #6c67a3;
  letter-spacing: 0px;
}

#pricing .card .list-group {
  margin-bottom: 15px;
}

#pricing .card .btn {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  color: #5f5b96;
  border-radius: 0;
  padding: 10px 24px;
  letter-spacing: 1px;
  border-radius: 3px;
  display: inline-block;
  background: #947251;
  color: #fff;
}

#pricing .card .btn:hover {
  background: #0a98c0;
}

/* Frequently Asked Questions Section */

#faq {
  padding: 60px 0;
  overflow: hidden;
}

#faq #faq-list {
  padding: 0;
  list-style: none;
}

#faq #faq-list li {
  border-bottom: 1px solid #ebebeb;
}

#faq #faq-list a {
  padding: 22px 0;
  display: block;
  position: relative;
  font-family: "Source Sans Pro", "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  padding-right: 20px;
}

#faq #faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 20px;
}

#faq #faq-list p {
  margin-bottom: 20px;
}

#faq #faq-list a.collapse {
  color: #947251;
}

#faq #faq-list a.collapsed {
  color: #000;
}

#faq #faq-list a.collapsed i::before {
  content: "\f2c7" !important;
}


.title-image {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}

.title-image img {
  display: block;
  width: 300px;
  height: auto;
}

.section-header-image {
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

    .title-image-inline {
      display: inline-block;
      width: 300px;
      height: auto;
      margin: 0 10px 0 0;
    }

    .title-text {
      width: 100%;
      display: inline-block;
    }

.titles-after-image {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}


.cookiebanner {
  width: 100%;
  min-height: 41px !important;
}

.cookiebanner-close {
  color: #fff;
}


/* Footer */

#footer {
  padding: 0;
  font-size: 1.15rem;
  background: #42260b;
  color: #f1f1f1;
}

#footer a {
  color: #f1f1f1;
}

#footer a:hover {
  color: #fff;
  text-decoration: underline;
}

#footer ul {
  padding: 0;
  margin-bottom: 5px;
  list-style: none;
}

#footer .footer-top {
  padding: 30px 0 20px 0;
  background: #42260b;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Source Sans Pro", "Open Sans", sans-serif;
  color: #f1f1f1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#footer .footer-top .footer-info p {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Source Sans Pro", "Open Sans", sans-serif;
  color: #f1f1f1;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #947251;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #0a98c0;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #f1f1f1;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul li {
  padding: 8px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #ab3834;
}

#footer .footer-top .footer-links ul a:hover {
  color: #947251;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
  border: 1px solid #d9dde6;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #947251;
  border: 1px solid #947251;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #0a98c0;
}

#footer .footer-top .form .form-group {
  margin-bottom: 15px;
}

.sendmessage, 
#footer .footer-top .form #sendmessage {
  color: #fff;
  background: #444;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.errormessage, 
#footer .footer-top .form #errormessage {
  color: #fff;
  display: none;
  background: #b91919;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.sendmessage.show,
.errormessage.show,
#footer .footer-top .form #sendmessage.show,
#footer .footer-top .form #errormessage.show,
#footer .footer-top .form .show {
  display: block;
}

.form .validation, 
#footer .footer-top .form .validation {
  color: #b91919;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#footer .footer-top .form label {
  color: #00346b;
  font-weight: 500;
}

#footer .footer-top .form input,
#footer .footer-top .form textarea {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #dce1ec;
  font-size: 14px;
}

#footer .footer-top .form input::-webkit-input-placeholder,
#footer .footer-top .form textarea::-webkit-input-placeholder {
  color: #a2a0bd;
}

#footer .footer-top .form input::-moz-placeholder,
#footer .footer-top .form textarea::-moz-placeholder {
  color: #a2a0bd;
}

#footer .footer-top .form input:-ms-input-placeholder,
#footer .footer-top .form textarea:-ms-input-placeholder {
  color: #a2a0bd;
}

#footer .footer-top .form input::placeholder,
#footer .footer-top .form textarea::placeholder {
  color: #a2a0bd;
}

#footer .footer-top .form button[type="submit"] {
  background: #947251;
  border: 0;
  border-radius: 3px;
  padding: 8px 30px;
  color: #fff;
  transition: 0.3s;
}

#footer .footer-top .form button[type="submit"]:hover {
  background: #0a98c0;
  cursor: pointer;
}


.form-control:focus {
  box-shadow: none;
}

input:-internal-autofill-selected {
  background-color: #fff !important;
}



#footer .footer-top .legal {
  text-align: left;
}

#footer .footer-top p.legal {
  margin-bottom: 0;
}

.legal a {
  display: inline-block;
  margin: 0;
}

#footer .row .col-12 {
  margin-bottom: 20px;
}

#footer p {
  margin: 0 0 10px 0;
}

#footer .copyright {
  text-align: center;
  padding-top: 0;
  color: #b9b9b9;
  font-size: 14px;
  line-height: 17px;
}

.copyright br {
  display: none;
}

#footer .credits {
  text-align: center;
  font-size: 14px;
  padding-top: 4px;
  color: #8582a8;
}

#footer .credits a {
  color: #947251;
}

#footer .credits a:hover {
  color: #0a98c0;
}


.legal, 
.address {
  line-height: 23px;
}


.contact-map {
  display: block;
  width: 100%;
  box-shadow: 0 10px 20px -12px rgba(50,50,93,.25), 
    0 8px 16px -18px rgba(0,0,0,.3), 
    0 -6px 12px -8px rgba(0,0,0,.025);
}


.body-inner-page {
  min-height: 100vh;
}

.body-inner-page #intro {
  height: 70px;
  padding: 0;
  min-height: 0;
}

#faq-content {
  padding: 60px 0;
}


.form {
  display: block;
  width: 100%;
}

#features .form {
  padding: 0 20px 0 0;
}

.form form {
  display: block;
  width: 100%;
  padding: 5px 0 30px 0;
  /* border-radius: 10px; */
  /* padding: 5px 15px 30px 15px; */
  /* border: 1px solid #f6f6f6; */
  /* border-top: none; */
  /* box-shadow: 0 5px 10px -6px rgba(50,50,93,.25), 0 4px 8px -9px rgba(0,0,0,.3), 0 -3px 6px -4px rgba(0,0,0,.025); */
}

.form-control {
  margin: 0 0 5px 0;
  border-color: #947251;
}

.form-control:focus {
  border-color: #664f39;
}

.validation {
  font-size: 0.8rem;
}

.form-message {
  width: 100%;
  margin: 0 0 20px 0;
  font-size: 0.8rem;
}

.form .label {
  display: block;
  width: 100%;
  margin: 0 0 5px 0;
}

#company-name, 
#company-name-2 {
  display: block;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  border: none;
  transition: none;
}

.btn {
  padding: .375rem .95rem;
  background-color: #947251;
  color: #fff;
  font-size: 0.9rem;
  border: 2px solid #947251;
  border-radius: 30px;
}

.btn:hover {
  background-color: #664f39;
  color: #fff;
  border-color: #664f39;
}


.circled-image {
  height: 100%;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.circled-image-auto {
  height: auto;
}

.circled-image img {
  width: 80%;
  height: auto;
  align-self: center;
}

.circled-photo img {
  width: 80%;
  border-radius: 5px;
  box-shadow: 0 7px 10px -10px #929292;
}

.circled-photo-bigger img {
  width: 100%;
  border-radius: 5px;
}



.modal-body {
  padding: 20px;
}

.modal-open {
  overflow: auto;
  padding-right: 0 !important;
}

.modal-header {
  border-bottom: none;
}

.modal-footer {
  border-top: none;
  padding: 0 0 5px 0;
}

.modal-title {
  font-size: 2.2rem;
  font-weight: 300;
}

.modal-title img {
  max-width: 72px;
}

.modal-header .close {
  width: 30px;
  height: 30px;
  position: relative;
  top: 10px;
  right: 10px;
}

.modal-header .close:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 30px;
  background-color: #000;
  margin-left: 15px;
  transform: rotate(45deg);
}

.modal-header .close:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 30px;
  background-color: #000;
  margin-left: 15px;
  transform: rotate(-45deg);
}

.modal-content .btn {
  font-size: 1rem;
  letter-spacing: 0.5px;
}



#particle-canvas {
  width: 100%;
  height: 100%;
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 1;
  
  /* background-image: radial-gradient( ellipse at top left, rgba(41,241,235,0.05) 0%, rgba(0, 155, 162,0.1) 50%, rgba(20,89,215,0.05) 100% ); */

  background: -moz-linear-gradient(top,  rgba(0,154,162,0.2) 0%, rgba(226,244,246,0.2) 30%, rgba(226,244,246,0.2) 70%, rgba(0,154,162,0.2) 100%);
  background: -webkit-linear-gradient(top,  rgba(0,154,162,0.2) 0%,rgba(226,244,246,0.2) 30%,rgba(226,244,246,0.2) 70%,rgba(0,154,162,0.2) 100%);
  background: linear-gradient(to bottom,  rgba(0,154,162,0.2) 0%,rgba(226,244,246,0.2) 30%,rgba(226,244,246,0.2) 70%,rgba(0,154,162,0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33009aa2', endColorstr='#33009aa2',GradientType=0 );

  background-color: rgba(61, 77, 78, 0.5);
  background-size: cover;
  background-position: 50% center;
  background-repeat: no-repeat;
}

#particle-canvas > div {
  background-color: transparent !important;
}



.scroll-downs {
  position: absolute;
  bottom: 25px;
  right: 0;
  left: 0;
  z-index: 3;
  margin: auto;
  width: 34px;
  height: 55px;
}
.mousey {
  display: block;
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 1;
  box-sizing: content-box;
  box-shadow: 0 6px 6px -6px rgba(0,0,0,0.5);
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}



/* Vertical Sliding */
.slidingVertical{
    display: inline;
    text-indent: 8px;
}
.slidingVertical span{
    animation: topToBottom 12.5s linear infinite 0s;
    -ms-animation: topToBottom 12.5s linear infinite 0s;
    -webkit-animation: topToBottom 12.5s linear infinite 0s;
    color: #947251;
    opacity: 0;
    /* overflow: hidden; */
    position: absolute;
}
.slidingVertical span:nth-child(2){
    animation-delay: 2.5s;
    -ms-animation-delay: 2.5s;
    -webkit-animation-delay: 2.5s;
}
.slidingVertical span:nth-child(3){
    animation-delay: 5s;
    -ms-animation-delay: 5s;
    -webkit-animation-delay: 5s;
}
.slidingVertical span:nth-child(4){
    animation-delay: 7.5s;
    -ms-animation-delay: 7.5s;
    -webkit-animation-delay: 7.5s;
}
.slidingVertical span:nth-child(5){
    animation-delay: 10s;
    -ms-animation-delay: 10s;
    -webkit-animation-delay: 10s;
}

/*topToBottom Animation*/
@-moz-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -moz-transform: translateY(-50px); }
	10% { opacity: 1; -moz-transform: translateY(0px); }
	25% { opacity: 1; -moz-transform: translateY(0px); }
	30% { opacity: 0; -moz-transform: translateY(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-webkit-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform: translateY(-50px); }
	10% { opacity: 1; -webkit-transform: translateY(0px); }
	25% { opacity: 1; -webkit-transform: translateY(0px); }
	30% { opacity: 0; -webkit-transform: translateY(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -ms-transform: translateY(-50px); }
	10% { opacity: 1; -ms-transform: translateY(0px); }
	25% { opacity: 1; -ms-transform: translateY(0px); }
	30% { opacity: 0; -ms-transform: translateY(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform: translateY(-50px); }
	10% { opacity: 1; -webkit-transform: translateY(0px); }
	25% { opacity: 1; -webkit-transform: translateY(0px); }
	30% { opacity: 0; -webkit-transform: translateY(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}

/*
#about h2.sentence {
  width: 100%;
  text-align: center;
}
*/

h2.sentence .dummy-place {
  display: inline-block;
  width: 130px;
  min-width: 130px;
  background-color: transparent;
  text-align: center;
}

.slidingVertical {
  width: 130px;
  min-width: 130px;
  background-color: transparent;
  text-align: center;
  margin-left: -145px;
  margin-right: 135px;
}

.slidingVertical span {
  display: inline-block;
  width: 130px;
  min-width: 130px;
  background-color: transparent;
  text-align: center;
  border-radius: 5px;
}


/* Media Queries */

@media (min-width: 991px) {
  #call-to-action .cta-btn-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (min-width: 992px) {
  .header-scrolled .logo-red {
    margin-top: 0;
  }

  .logo-white {
    margin-top: 0;
  }

  .main-nav > ul > li.small {
    display: none;
  }

  #intro .intro-info {
    padding-top: 0;
  }

  #testimonials .testimonial-item p {
    width: 80%;
  }
}

/* --- media height */
@media (max-height: 660px) {
  .body-main #intro {
    height: auto;
    min-height: 100vh;
    padding-top: 80px;
  }

  #intro .intro-info h2 {
    font-size: 2.8rem;
  }

  /*
  #intro .intro-info h2:first-child {
    margin-top: 30px;
  }
  */

  .intro-img {
    margin-top: 0;
    /* padding: 20px 40px 40px 40px; */
  }
}

@media (max-height: 560px) {
  #intro {
    height: auto;
  }

  .body-main #intro {
    min-height: 100vh;
  }

  .body-inner-page #intro {
    min-height: auto;
  }

  .intro-img img {
    margin-top: 50px;
  }

  #intro .intro-info h2 {
    font-size: 2.4rem;
  }

  /*
  #intro .intro-info h2:first-child {
    margin-top: 70px;
  }
  */

  .intro-img {
    margin-top: 0;
  }
}
/* --- media height - END */

/* - large - START */
@media (min-width: 1920px) {
  #intro .intro-info h2 {
    font-size: 4rem;
  }

  #intro .col-md-6 {
    max-width: 100%;
  }

  #intro .section-header h3 {
    font-size: 3.2rem;
  }

  #intro .section-header p {
    font-size: 1.25rem;
    line-height: 1.95rem;
  }

  #about-tb .container-fluid {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  #about-tb .container-fluid > .row {
    font-size: 1.3rem;
  }

  .tb-cite p:after {
    bottom: -75px;
    right: 55px;
    font-size: 5.5rem;
  }

  p.p-narrow {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 2560px) {
  #intro .intro-info h2 {
    font-size: 5.5rem;
  }

  #intro .col-md-6 {
    max-width: 100%;
  }

  #intro .section-header h3 {
    font-size: 3.8rem;
    color: #fff;
  }

  #intro .section-header p {
    font-size: 1.45rem;
    line-height: 2.15rem;
  }

  #about-tb .container-fluid {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  #about-tb .container-fluid > .row {
    font-size: 1.6rem;
  }
}
/* - large - END */

@media (max-width: 1000px) {
  #intro .intro-info h2 {
    font-size: 4.2rem;
  }

  #intro .section-header {
    /*
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    */
    padding: 0;
  }

  #contacts p.small {
    font-size: 0.95rem;
    line-height: 1.75rem;
  }

  .tb-cite p:after {
    right: 10px;
  }
}

@media (max-width: 991px) {
  .container {
    max-width: 96%;
  }

  #topbar {
    display: none;
  }

  #header {
    height: 70px;
    padding: 0;
  }

  #header > .container {
    height: 70px;
  }

  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }

  .mobile-nav {
    color: #fff;
    padding: 20px 5px 20px 20px;
  }

  .mobile-nav a {
    padding: 0;
    color: #fff;
  }

  #header a:hover, #header a:active, #header a:focus {
    color: #f1f1f1;
  }

  .mobile-nav ul {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .mobile-nav ul li {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
  }

  .mobile-nav ul img {
    display: inline-block;
    width: 90px;
  }

  .logo img {
    margin: 0;
    padding: 0;
    height: 52px;
  }

  /*
  .header-scrolled .logo img {
    margin: 0;
    padding: 0;
    height: 52px;
  }
  */

  .intro-img-2 {
    margin-left: -170px;
  }

  header .text-vnm {
    display: none;
  }

  .intro-img .text-vnm {
    display: block;
  }

  .section-header h3 {
    font-size: 50px;
  }

    #contacts .section-header h3 {
      font-size: 36px;
    }

  .section-header p, 
  #about .section-header p {
    /* width: 90%; */
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  #contacts .section-header p {
    width: 70%;
  }

  /*
  #intro {
    min-height: 80vh;
  }
  */

  /* .body-main #intro {
    min-height: 50vh;
  } */

  #intro .section-header p {
    font-size: 1.1rem;
    line-height: 1.7rem;
  }

  #intro .intro-info h2 {
    font-size: 2.6rem;
  }

  #intro .section-header h3 {
    color: #fff;
    font-weight: 400;
  }

  #why-us .why-us-content {
    padding-top: 30px;
  }

  #pricing {
    padding-bottom: 30px;
  }

  #pricing .card {
    margin-bottom: 50px;
  }

  .body-inner-page #intro {
    height: 70px;
    padding: 0;
  }

  #features .form {
    padding: 0;
  }

  .copyright br {
    display: inline;
  }
}

/*
@media (max-width: 980px) {
  #intro {
  }
  #intro .intro-info h2 {
    display: block;
  }
}
*/

@media (max-width: 815px) {
  .intro-img {
    margin-top: 0;
  }
  
  #intro .section-header {
    /*
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    */
    padding: 0;
  }

  .section-header h3 {
    font-size: 46px;
  }

  #contacts .section-header h3 {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  .intro-img-2 {
    display: none;
  }

  .section-header-image {
    flex-wrap: wrap;
  }
  
  .title-image-inline {
    margin: 0 0 20px 0;
  }

  .title-text {
    width: 100%;
  }

  #faq #faq-list a {
    font-size: 18px;
  }

  #faq #faq-list i {
    top: 13px;
  }
}

@media (max-width: 767px) {
  body {
    font-weight: 400;
  }

  #intro {
    height: auto;
  }

  #intro .container {
    height: auto !important;
  }

  #intro .intro-img {
    width: 100%;
    padding: 0;
    margin-top: 0;
  }

  #intro .intro-info {
    text-align: left;
    padding-top: 60px;
    margin-bottom: 20px;
  }

  #intro .intro-info h2 {
    font-size: 2.2rem; 
    margin-bottom: 0;
    letter-spacing: -2px;
  }

  #about {
    padding-bottom: 50px;
  }

  #about h2.sentence {
    font-size: 2rem;
  }

  #about h3 {
    font-size: 1.5rem;
  }

  #about .row .col-lg-4 {
    margin-bottom: 30px;
  }

  .section-header h2 {
    font-size: 2rem;
  }

  .section-header h3 {
    font-size: 42px;
  }

  #contacts .section-header h3 {
    font-size: 36px;
  }

  .section-header p {
    width: 100%;
  }

  #contacts .section-header p {
    width: 100%;
  }

  .contact-cta {
    font-size: 1.4rem;
    line-height: 2rem;
  }

  #testimonials .testimonial-item {
    text-align: center;
  }

  #testimonials .testimonial-item .testimonial-img {
    float: none;
    margin: auto;
  }

  #testimonials .testimonial-item h3,
  #testimonials .testimonial-item h4,
  #testimonials .testimonial-item p {
    margin-left: 0;
  }

  #features {
    padding: 60px 0;
    background: transparent;
  }

  #features .feature-item {
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
  }

  .cookiebanner {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    min-height: 90px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .cookiebanner-close {
    align-self: flex-end;
  }
}

@media (max-width: 574px) {
  .section-header h3 {
    font-size: 38px;
  }
  
  .section-header h4 {
    font-size: 26px;
  }

  .section-header p, 
  #about .section-header p {
    width: 100%;
    font-size: 1.1rem;
    line-height: 1.6rem;
  }

  #contacts .section-header h3 {
    font-size: 32px;
  }

  #intro .section-header h3 {
    font-size: 1.6rem;
    padding-right: 0;
  }

  #intro .section-header p {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  #contacts p.small {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  #scheme {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  #scheme .section-header-image {
    margin-bottom: 100px;
  }

  #footer .footer-top {
    padding-bottom: 30px;
  }

  #footer .footer-top .social-links a {
    margin-bottom: 25px;
  }
}

@media (max-width: 480px) {
  .container {
    max-width: 100%;
  }
}

@media (max-width: 380px) {
  #scheme {
    padding-top: 30px;
  }
  
  #about {
    padding-bottom: 25px;
  }
  
  #about h2.sentence, 
  .section-header h2 {
    font-size: 1.7rem;
  }

  #about .section-header-image, 
  #scheme .section-header h2 {
    margin-bottom: 30px;
  }

  #about h2.sentence, 
  .section-header h2 {
    width: 96%;
    font-size: 1.5rem;
  }

  #about h3 {
    font-size: 1.3rem;
  }

  .contact-cta {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
