.text-green {
  color: #00a65a;
}

.text-white {
  color: #fff;
}

.text-yellow {
  color: #ff9e00;
}

.bg-yellow-500 {
  background-color: #f39c12;
}

.bg-primary-700:hover {
  background-color: #0d47a1;
}

.justify-center {
  display: flex;
  justify-content: center;
}

.menu-banner {
  width: 200px;
}
.menu-lang-flag {
  width: 30px;
}

.hidden {
  display: none !important;
}

/* Create sticky header 
*/
.header > .branding.sticky {
  width: 100%;
  height: 80px;
  position: fixed;
  z-index: 1000;
  background-color: white;
  transition: all 0.3s linear;
  box-shadow: 0 -6px 10px 5px rgba(0,0,0,0.5);
}

/*
* Home page customize
*/
.hero-section .figure-holder .site-tagline {
  @media screen and (max-width: 403px) {
      font-size: 1.1rem;
  }
}

@media screen and (max-width: 364px) {
  .hero-section .figure-holder .cta-btns > ul > li img {
      height: 40px;
  }
  .hero-section .figure-holder .cta-btns .btn {
      padding: .375rem 1rem;
  }
}

.row.figure-holder img.right-banner {
  background-size: 480px auto;
  min-height: 600px;
  width: 450px;
  float: right;
  margin: 0 auto;
}
@media screen and (max-width: 991.98px) {
  .row.figure-holder .flex {
    display: flex;
  }
  .row.figure-holder img.right-banner {
      min-height: 460px;
      width: 350px;
      margin: 0 auto;
      align-self: center;
  }
}

/*
* Feature page
*/
.page-header .page-intro {
  @media screen and (min-width: 768px) {
    margin: 0 auto;
    width: 67%;
  }
}

.term-of-services .scroll-box {
  margin-top: 20px;
  /* Create shadow box for content */
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}

/* Icon in feature in home page */
.icon-md-size {
  width: 80px;
}

/* Icon in How app work in home page */
.icon-sm-size {
  width: 30px;
}