@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Saira+Stencil+One&display=swap&subset=latin-ext,vietnamese");
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Saira+Stencil+One&display=swap&subset=latin-ext,vietnamese");
html {
  font-size: 14px; }

body {
  font-family: "Poppins", sans-serif;
  color: #848484;
  line-height: 1.6rem;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400; }

a {
  color: #099edb;
  transition: .3s; }

a:hover {
  text-decoration: none;
  color: #faa61a; }

.font-second {
  font-family: "Saira Stencil One", cursive; }

/* MATERIAL ICON */
@font-face {
  font-family: 'Material Icons';
  font-style: normal; }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

.ellipsis li {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

span.toggler-menu {
  display: inline-block;
  width: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  position: relative; }

span.toggler-menu:before {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  width: 100%; }

span.toggler-menu:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%; }

.navbar-light .navbar-toggler {
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7); }

.navbar-toggler-icon {
  width: auto; }

/* GROUP BUTTON */
.btn-primary {
  color: #fff;
  background-color: #099edb;
  border-color: #099edb; }

.btn-primary:hover {
  color: #fff;
  background-color: #faa61a;
  border-color: #faa61a; }

.btn-default {
  margin-top: 15px;
  padding: 3px 24px;
  background: #efefef;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  font-weight: normal;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
  box-shadow: 0 0 20px 0px rgba(255, 255, 255, 0.3);
  text-align: center; }
  .btn-default:hover {
    background: #099edb;
    color: #fff; }

.btn-outline-primary {
  color: #099edb;
  border-color: #099edb; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #099edb;
    border-color: #099edb; }

.btn-text {
  background: #efefef;
  border-radius: 10px;
  padding: 6px;
  font-size: 1.2rem; }

/* TEXT LOGO */
.text-logo {
  color: #faa61a;
  margin: 0px;
  text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.2);
  font-family: "Saira Stencil One", cursive; }

.text-logo span {
  color: #099edb; }

/* MENU HEADER */
header .navbar {
  padding: 0.5rem 3rem;
  z-index: 10; }
  header .navbar #navbarSupportedContent .navbar-nav {
    margin: 0 0 0 auto;
    margin-right: 0 !important; }

.mainmenu.bgactive .collapse ul ul > li:hover > a,
.navbar-default .navbar-nav .show .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .show .dropdown-menu > li > a:hover {
  background: #fff;
  color: #faa61a; }

.mainmenu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
  .mainmenu a.active, .mainmenu a.active:focus, .mainmenu a.active:hover {
    border-bottom: 1px solid #fff; }
  .mainmenu.bgactive {
    background: #fff;
    border-left: transparent;
    border-right: transparent;
    border-top: transparent;
    box-shadow: 1px 1px 20px 20px rgba(179, 179, 177, 0.3); }
    .mainmenu.bgactive a {
      color: #099edb; }
    .mainmenu.bgactive a.active, .mainmenu.bgactive a.active:focus, .mainmenu.bgactive a.active:hover {
      color: #faa61a; }
    .mainmenu.bgactive .collapse ul ul {
      background: #fff;
      box-shadow: 1px 1px 20px 3px rgba(179, 179, 177, 0.4) !important;
      border: 1px solid #eee; }
      .mainmenu.bgactive .collapse ul ul.dropdown-menu {
        background: #fff;
        box-shadow: 1px 1px 20px 3px rgba(179, 179, 177, 0.4) !important;
        border: 1px solid #eee; }
      .mainmenu.bgactive .collapse ul ul ul {
        background: #fff;
        box-shadow: 1px 1px 20px 20px rgba(179, 179, 177, 0.3);
        border: 1px solid #eee; }
        .mainmenu.bgactive .collapse ul ul ul.dropdown-menu {
          background: #fff;
          box-shadow: 1px 1px 20px 20px rgba(179, 179, 177, 0.3);
          border: 1px solid #eee; }
        .mainmenu.bgactive .collapse ul ul ul li:hover a {
          background: #fff; }
        .mainmenu.bgactive .collapse ul ul ul ul {
          background: #fff;
          box-shadow: 1px 1px 20px 20px rgba(179, 179, 177, 0.3);
          border: 1px solid #eee; }
          .mainmenu.bgactive .collapse ul ul ul ul.dropdown-menu {
            background: #fff;
            box-shadow: 1px 1px 20px 20px rgba(179, 179, 177, 0.3);
            border: 1px solid #eee; }

.dropdown-menu {
  padding: 0;
  margin: 0;
  border: 0 solid transition !important;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.navbar-nav > li > a,
.mainmenu ul li a,
.navbar-expand-lg .navbar-nav .nav-link {
  color: #fff;
  text-transform: uppercase;
  padding: 8px 15px;
  display: block !important; }

.mainmenu li a:hover,
.mainmenu li a:focus,
.navbar-default .navbar-nav > .show > a,
.navbar-default .navbar-nav > .show > a:focus,
.navbar-default .navbar-nav > .show > a:hover {
  color: #099edb;
  outline: 0; }

/*==========Sub Menu=v==========*/
.mainmenu .collapse ul > li:hover > a.circle-radius {
  background: #fff;
  border-radius: 56px;
  color: #faa61a; }

.mainmenu.bgactive .collapse ul > li:hover > a.circle-radius {
  color: #faa61a; }

.mainmenu .collapse ul li:hover a.circle-radius {
  color: #faa61a; }

.mainmenu .collapse ul ul {
  background: #fff;
  box-shadow: 1px 1px 20px 3px rgba(179, 179, 177, 0.4) !important; }
  .mainmenu .collapse ul ul.dropdown-menu {
    background: #fff;
    box-shadow: 1px 1px 20px 3px rgba(179, 179, 177, 0.4) !important; }
  .mainmenu .collapse ul ul li:hover a {
    color: #faa61a; }
  .mainmenu .collapse ul ul ul {
    background: #fff; }
    .mainmenu .collapse ul ul ul li:hover a {
      color: #099edb; }
    .mainmenu .collapse ul ul ul.dropdown-menu {
      background: #fff; }
  .mainmenu .collapse ul ul a {
    color: #099edb; }
  .mainmenu .collapse ul ul.dropdown-menu {
    color: #099edb; }

.navbar-default .navbar-nav .show .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .show .dropdown-menu > li > a:hover {
  color: #faa61a; }

.mainmenu.bgactive .collapse ul ul a,
.mainmenu.bgactive .collapse ul ul.dropdown-menu a {
  color: #099edb; }

.mainmenu .collapse ul ul ul a,
.mainmenu .collapse ul ul ul.dropdown-menu a {
  color: #099edb; }

.mainmenu .collapse ul ul ul a:hover,
.mainmenu .collapse ul ul ul.dropdown-menu a:hover {
  color: #faa61a; }

.mainmenu .collapse ul ul ul ul,
.mainmenu .collapse ul ul ul ul.dropdown-menu {
  background: #fff; }

.mainmenu .collapse ul ul ul ul a,
.mainmenu .collapse ul ul ul ul.dropdown-menu a {
  color: #099edb; }

.mainmenu .collapse ul ul ul ul a:hover,
.mainmenu .collapse ul ul ul ul.dropdown-menu a:hover {
  color: #faa61a; }

.toggle-right.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid transparent;
  border-bottom: .3em solid transparent;
  border-left: .3em solid #eee;
  position: absolute;
  top: 16px;
  right: 10px; }

ul.dropdown-top.dropdown-menu:before {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .5em solid transparent;
  border-right: .5em solid transparent;
  border-bottom: .5em solid #eee;
  border-left: .5em solid transparent;
  position: absolute;
  top: -14px;
  left: 15px; }

/******************************Drop-down menu work on hover**********************************/
@media only screen and (min-width: 990px) {
  .mainmenu .collapse ul li:hover > ul {
    display: block; }
  .mainmenu .collapse ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 150px;
    display: none; }
  /*******/
  .mainmenu .collapse ul ul li {
    position: relative;
    border-bottom: 1px solid #eee; }
  .mainmenu .collapse ul ul li:hover > ul {
    display: block; }
  .mainmenu .collapse ul ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 150px;
    display: none; }
  /*******/
  .mainmenu .collapse ul ul ul li {
    position: relative; }
  .mainmenu .collapse ul ul ul li:hover ul {
    display: block; }
  .mainmenu .collapse ul ul ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 150px;
    display: none;
    z-index: 1; }
  .has-toggle.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0em;
    vertical-align: 0em;
    content: "";
    border-top: 0em solid transparent;
    border-right: 0em solid transparent;
    border-bottom: 0;
    border-left: 0em solid transparent; } }

@media only screen and (max-width: 767px) {
  .navbar-nav .show .dropdown-menu .dropdown-menu > li > a {
    padding: 16px 15px 16px 35px; }
  .navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu > li > a {
    padding: 16px 15px 16px 45px; } }

/* FEATURES */
.fall-item {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  box-shadow: 0px -16px 20px #d4d4d4; }
  .fall-item .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0; }
  .fall-item .content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0; }
  .fall-item img {
    display: block;
    position: relative;
    width: 100%;
    height: auto; }
  .fall-item h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    padding: 10px;
    background: #099edb;
    margin: 0 0 0 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-size: 1.2rem; }
  .fall-item p {
    font-style: italic;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center; }

.fall-effect .mask {
  background-color: rgba(255, 255, 255, 0.95);
  top: -200px;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0.5s;
  -moz-transition: all 0.3s ease-out 0.5s;
  -o-transition: all 0.3s ease-out 0.5s;
  -ms-transition: all 0.3s ease-out 0.5s;
  transition: all 0.3s ease-out 0.5s; }

.fall-effect h2 {
  -webkit-transform: translateY(-200px);
  -moz-transform: translateY(-200px);
  -o-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 0.2s ease-in-out 0.1s;
  -moz-transition: all 0.2s ease-in-out 0.1s;
  -o-transition: all 0.2s ease-in-out 0.1s;
  -ms-transition: all 0.2s ease-in-out 0.1s;
  transition: all 0.2s ease-in-out 0.1s; }

.fall-effect p {
  color: #333 !important;
  -webkit-transform: translateY(-200px);
  -moz-transform: translateY(-200px);
  -o-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  -moz-transition: all 0.2s ease-in-out 0.2s;
  -o-transition: all 0.2s ease-in-out 0.2s;
  -ms-transition: all 0.2s ease-in-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s; }

.fall-effect a.btn {
  -webkit-transform: translateY(-200px);
  -moz-transform: translateY(-200px);
  -o-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 0.2s ease-in-out 0.3s;
  -moz-transition: all 0.2s ease-in-out 0.3s;
  -o-transition: all 0.2s ease-in-out 0.3s;
  -ms-transition: all 0.2s ease-in-out 0.3s;
  transition: all 0.2s ease-in-out 0.3s; }

.fall-effect:hover .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  top: 0px;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s; }

.fall-effect:hover h2 {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s; }

.fall-effect:hover p {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.fall-effect:hover a.btn {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s; }

.fall-item img {
  border-radius: 8px; }

/* VIDEO INTRO */
.video-intro {
  position: relative;
  top: 0;
  overflow: hidden; }

.responsive-video {
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: 100%;
  z-index: -1;
  margin: 0 auto;
  object-fit: cover; }

.background-black {
  position: absolute;
  width: 100%;
  height: 67px;
  z-index: 1;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1); }

.text-intro {
  position: absolute;
  top: 30%;
  width: 40%;
  margin-left: 10%;
  color: #fff;
  z-index: 2; }
  .text-intro h2 {
    font-size: 3.5rem; }
  .text-intro .description-intro {
    font-size: 1.2rem;
    line-height: 2.5rem; }

.embed-responsive-16by9::before {
  padding-top: 45.25%; }

/* WHAT WE DO */
.whatwedo {
  background-image: url(../images/top_bg.png);
  padding: 60px 0px 0px 0px; }

.whatwedohome {
  background: #f8f8f8;
  padding: 60px 0px 60px 0px; }

.ft-nbr {
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0;
  color: #e4e4e4;
  font-weight: lighter;
  font-size: 9rem;
  z-index: 1;
  font-family: "Saira Stencil One", cursive;
  z-index: 1; }

.lead {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400; }

#whatwedo h4 {
  margin: 0;
  padding-bottom: 20px;
  padding-left: 61px;
  font-size: 1.07em;
  letter-spacing: 3px;
  color: #4c4c4c;
  min-height: 110px; }
  #whatwedo h4 strong {
    font-weight: 500; }
  #whatwedo h4.span-title {
    min-height: auto; }

#whatwedo h5 {
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  word-spacing: 2px;
  display: block;
  float: left;
  width: 100%; }
  #whatwedo h5.span-title {
    font-size: 1.2rem;
    background: #099edb; }
    #whatwedo h5.span-title a {
      color: #fff;
      display: block; }
    #whatwedo h5.span-title:hover {
      background: #faa61a; }
  #whatwedo h5.no-link {
    font-size: 1.2rem;
    color: #4c4c4c;
    background: none;
    border-radius: 0;
    position: relative;
    margin-bottom: 2rem !important; }
    #whatwedo h5.no-link:after {
      content: "";
      position: absolute;
      bottom: -8px;
      left: 40%;
      width: 20%;
      border-bottom: 1px dashed #ccc; }

#whatwedo p {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.2px;
  line-height: 1.8em;
  color: #808080; }

#whatwedo .diff {
  margin-bottom: 40px;
  text-align: center; }

#whatwedo .col-md-3 {
  margin-top: 20px;
  margin-bottom: 50px;
  padding-right: 60px; }

#whatwedo label {
  text-align: center;
  font-weight: normal;
  margin-bottom: 50px;
  color: #808080;
  margin-left: 10%;
  margin-right: 10%;
  word-spacing: 2px; }

#whatwedo .what-content {
  text-align: justify-all;
  margin-bottom: 50px;
  color: #808080;
  margin-left: 10%;
  margin-right: 10%;
  word-spacing: 2px; }
  #whatwedo .what-content p {
    padding-left: 0;
    font-weight: 500; }

#whatwedo .row .diff-span {
  font-size: 36px;
  text-align: center;
  font-weight: normal;
  color: #4c4c4c;
  line-height: 1.3; }

#whatwedo .row h4 {
  color: #333; }
  #whatwedo .row h4 strong {
    font-size: 20px; }

#whatwedo .row p {
  text-align: justify; }

#whatwedo .fall-item p {
  padding: 10px 20px 10px 20px; }

#whatwedo .btn-default {
  margin-top: 5px;
  margin-bottom: 5px; }

#differentiators h4 {
  margin: 0;
  padding-bottom: 20px;
  padding-left: 61px;
  font-size: 1.07em;
  letter-spacing: 3px;
  color: #4c4c4c;
  min-height: 110px; }
  #differentiators h4 strong {
    font-weight: 500; }
  #differentiators h4.span-title {
    min-height: auto; }

#differentiators h5 {
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  word-spacing: 2px;
  display: block;
  float: left;
  width: 100%; }
  #differentiators h5.span-title {
    font-size: 1.2rem;
    background: #099edb; }
    #differentiators h5.span-title a {
      color: #fff;
      display: block; }
    #differentiators h5.span-title:hover {
      background: #faa61a; }

#differentiators p {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.2px;
  line-height: 1.8em;
  color: #808080; }

#differentiators .diff {
  margin-bottom: 40px;
  text-align: center; }

#differentiators .col-md-3 {
  margin-top: 20px;
  padding-right: 60px; }

#differentiators label {
  text-align: center;
  font-weight: normal;
  margin-bottom: 50px;
  color: #808080;
  margin-left: 10%;
  margin-right: 10%;
  word-spacing: 2px; }

#differentiators .what-content {
  text-align: justify-all;
  margin-bottom: 50px;
  color: #808080;
  margin-left: 10%;
  margin-right: 10%;
  word-spacing: 2px; }
  #differentiators .what-content p {
    padding-left: 0;
    font-weight: 500; }

#differentiators .row .diff-span {
  font-size: 36px;
  text-align: center;
  font-weight: normal;
  color: #4c4c4c;
  line-height: 1.3; }

#differentiators .row h4 {
  color: #099edb;
  position: relative;
  z-index: 10; }
  #differentiators .row h4 strong {
    font-size: 20px; }

#differentiators .row p {
  text-align: justify; }

.morecontent span {
  display: none; }

.morelink {
  margin-top: 15px;
  padding: 3px 24px;
  background: #f3fafd;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  font-weight: normal;
  letter-spacing: 0.5px;
  display: block;
  margin-bottom: 30px;
  box-shadow: 0 0 20px 0px rgba(255, 255, 255, 0.3);
  text-align: center; }
  .morelink:hover {
    background: #099edb;
    color: #fff; }

.buttonModal {
  margin-top: 15px;
  padding: 3px 24px;
  background: #f3fafd;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  font-weight: normal;
  letter-spacing: 0.5px;
  display: block;
  margin-bottom: 30px;
  box-shadow: 0 0 20px 0px rgba(255, 255, 255, 0.3);
  text-align: center; }
  .buttonModal:hover {
    background: #099edb;
    color: #fff; }

/* VIDEO INTRO 2 */
.video-intro-2 {
  padding: 5rem 0rem 6rem 0rem; }

.span-video {
  font-size: 36px;
  text-align: center;
  font-weight: normal;
  color: #4c4c4c;
  line-height: 1.3;
  display: block; }

/* TRUSTED BY MANY COMPANIES */
.section-ptb {
  padding-top: 5rem;
  padding-bottom: 5rem; }
  .section-ptb .heading h2 {
    font-size: 36px;
    text-align: center;
    font-weight: normal;
    color: #4c4c4c;
    line-height: 1.3; }

.bg-white {
  background-color: #f8f8f8 !important; }

.mb-80 {
  margin-bottom: 3rem; }

.mb-20 {
  margin-bottom: 2rem !important; }

hr.line {
  margin: 0;
  border-color: #4c4c4c;
  border-width: 1px;
  width: 4.5rem; }
  hr.line.line-sm {
    width: 8.6rem; }
  hr.line.bw-2 {
    border-width: 2px; }

.brand-logo {
  text-align: center; }

.client-logo a img {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .client-logo a img:hover {
    opacity: .2; }

/* UPCOMING EVENTS */
.upcoming-events {
  padding: 2rem 0rem 2rem 0rem; }
  .upcoming-events h2 {
    font-size: 36px;
    text-align: center;
    font-weight: normal;
    color: #4c4c4c;
    line-height: 1.3; }

.list-event {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 15px; }
  .list-event .img-lft {
    float: left;
    width: 20%; }
  .list-event .content-rgt {
    float: right;
    width: 80%; }
    .list-event .content-rgt h3 {
      font-size: 1.2rem;
      margin-bottom: 10px; }
      .list-event .content-rgt h3 a {
        display: block; }
    .list-event .content-rgt ul {
      padding: 0px;
      list-style: none; }
      .list-event .content-rgt ul li {
        display: inline-block;
        margin-right: 15px;
        text-align: center;
        padding-right: 20px;
        font-size: 0.8rem;
        font-style: italic;
        border-right: 1px solid #eee; }
        .list-event .content-rgt ul li:last-child {
          border-right: none; }
  .list-event:hover {
    box-shadow: 1px 1px 20px 9px rgba(179, 179, 177, 0.3);
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out; }

#bg-main {
  background-image: url("../images/Design-Center.jpg");
  height: 300px;
  background-repeat: no-repeat;
  padding: 45px 0px 45px 0px;
  background-position: 76% -115%;
  background-attachment: fixed;
  background-size: cover; }

.heading-intro {
  text-align: center;
  margin-top: 8rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 3rem; }

/* PAGE CONTACT */
.background-map {
  border-radius: 15px;
  box-shadow: 0px 0px 20px 0px rgba(179, 179, 177, 0.3);
  padding: 25px; }

.info-company {
  padding: 2rem; }

.gmap {
  border: 10px solid #f6f5f0;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  height: auto;
  width: 100%;
  box-shadow: 0 0 2px 2px #ffffff;
  overflow: hidden;
  position: relative;
  margin: 0 auto; }

.info-company .text-logo-map {
  color: #faa61a;
  margin: 0px;
  font-family: "Saira Stencil One", cursive; }
  .info-company .text-logo-map span {
    color: #fff; }

.info-company p {
  color: #fff; }

.form-contact {
  position: relative;
  color: #848484;
  margin-bottom: 3rem;
  font-size: 1.5rem; }
  .form-contact:before {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #848484;
    bottom: -10px; }

/* NEWS LETTER */
.newsletter {
  background-image: url(../images/top_bg.png);
  padding: 60px 0px 0px 0px; }

.here-matters {
  color: #0094bb;
  margin-left: 25px; }
  .here-matters span {
    font-size: 2.5rem; }

.box-matters {
  display: flex;
  align-items: center; }

.btn-connect {
  background: #faa61b;
  width: 100%;
  color: #fff; }
  .btn-connect:hover {
    color: #fff;
    background: #099edb; }

/* FOOTER */
.footer-top {
  background: #f3fafd;
  padding: 2rem 0rem 1rem 0rem;
  color: #099edb; }
  .footer-top h3 {
    font-size: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem; }
  .footer-top p {
    margin-bottom: 6px;
    text-align: justify; }
    .footer-top p a {
      color: #faa61a; }
      .footer-top p a:hover {
        text-decoration: underline; }
  .footer-top .recent-news {
    padding: 0px; }
    .footer-top .recent-news li {
      list-style: none;
      margin-bottom: 10px; }
      .footer-top .recent-news li img {
        vertical-align: top; }
  .footer-top .rgt-news {
    display: inline-block;
    padding-left: 10px; }
    .footer-top .rgt-news .heading-news {
      margin-bottom: 0px; }
    .footer-top .rgt-news .date-news {
      font-size: 0.8rem;
      font-style: italic; }
  .footer-top hr.line {
    margin: 0;
    border-color: #099edb;
    border-width: 1px;
    width: 4.5rem;
    margin-bottom: 2rem; }

.list-privacy {
  text-align: right;
  margin-bottom: 0px; }
  .list-privacy li {
    display: inline-block;
    margin-left: 8px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    padding-left: 8px; }
    .list-privacy li a {
      color: #fff; }
      .list-privacy li a:hover {
        color: #faa61a; }
    .list-privacy li:first-child {
      border-left: none; }

.footer-bottom {
  background: #099edb;
  padding: 10px;
  color: #fff; }
  .footer-bottom p {
    margin-bottom: 0; }

.ico-links {
  margin: 0 !important;
  padding: 0 !important; }
  .ico-links li {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin-right: 15px;
    margin-top: 7px;
    background: none; }
    .ico-links li a {
      display: block;
      width: 35px;
      height: 35px;
      line-height: 25px;
      text-align: center;
      border-radius: 50%;
      font-size: 1.5rem;
      padding: .4rem;
      position: relative;
      transition-property: background-color, color, border-color, box-shadow;
      transition-duration: .3s, .3s, .3s, 2s;
      transition-timing-function: ease-in-out;
      color: #fff; }
    .ico-links li a.twitter {
      background: #4da7de;
      color: #fff;
      border-color: #4da7de; }
    .ico-links li a.facebook {
      background: #3b5998;
      color: #fff;
      border-color: #3b5998; }
    .ico-links li a.linkedin {
      background: #0084b1;
      color: #fff;
      border-color: #0084b1; }
    .ico-links li a.instagram {
      background: #6a21b7;
      color: #fff;
      border-color: #6a21b7; }
    .ico-links li a.twitter:hover {
      background: #4da7de;
      color: #fff;
      border-color: #4da7de; }
      .ico-links li a.twitter:hover:after {
        content: '';
        border: 1px solid;
        border-color: inherit;
        width: 100%;
        height: 100%;
        transition: border-radius 0.3s;
        -webkit-border-radius: 100px;
        border-radius: 100px;
        position: absolute;
        left: 0%;
        top: 0%;
        opacity: 1; }
    .ico-links li a.twitter:hover:after,
    .ico-links li a.twitter:focus:after,
    .ico-links li a.twitter.active:after,
    .ico-links li a.facebook:hover:after,
    .ico-links li a.facebook:focus:after,
    .ico-links li a.facebook.active:after,
    .ico-links li a.linkedin:hover:after,
    .ico-links li a.linkedin:focus:after,
    .ico-links li a.linkedin.active:after,
    .ico-links li a.instagram:hover:after,
    .ico-links li a.instagram:focus:after,
    .ico-links li a.instagram.active:after {
      -webkit-animation: 1s btn-animation linear infinite;
      animation: 1s btn-animation linear infinite; }
    .ico-links li a.facebook:hover {
      background: #3b5998;
      color: #fff;
      border-color: #3b5998; }
      .ico-links li a.facebook:hover:after {
        content: '';
        border: 1px solid;
        border-color: inherit;
        width: 100%;
        height: 100%;
        transition: border-radius 0.3s;
        -webkit-border-radius: 100px;
        border-radius: 100px;
        position: absolute;
        left: 0%;
        top: 0%;
        opacity: 1; }
    .ico-links li a.linkedin:hover {
      background: #0084b1;
      color: #fff;
      border-color: #0084b1; }
      .ico-links li a.linkedin:hover:after {
        content: '';
        border: 1px solid;
        border-color: inherit;
        width: 100%;
        height: 100%;
        transition: border-radius 0.3s;
        -webkit-border-radius: 100px;
        border-radius: 100px;
        position: absolute;
        left: 0%;
        top: 0%;
        opacity: 1; }
    .ico-links li a.instagram:hover {
      background: #6a21b7;
      color: #fff;
      border-color: #6a21b7; }
      .ico-links li a.instagram:hover:after {
        content: '';
        border: 1px solid;
        border-color: inherit;
        width: 100%;
        height: 100%;
        transition: border-radius 0.3s;
        -webkit-border-radius: 100px;
        border-radius: 100px;
        position: absolute;
        left: 0%;
        top: 0%;
        opacity: 1; }
  .ico-links .social-links {
    margin: 0 !important;
    padding: 0 !important; }

/* Quality manufacturing */
.quality-part-one {
  padding: 5rem 0rem; }

.process-step {
  background: #fff;
  padding: 5rem 0rem; }

.block-title {
  font-size: 2rem;
  font-weight: normal;
  color: #faa61a;
  line-height: 1.3;
  position: relative;
  margin-bottom: 1.5rem; }
  .block-title::after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #faa61a;
    bottom: -8px;
    width: 5rem;
    left: 0; }

.block-content {
  text-align: justify; }

.br-3 {
  padding-right: 30px; }

.bl-3 {
  padding-left: 30px; }

.line-time-step {
  display: inline-flex;
  text-align: center;
  list-style: none;
  padding: 0px; }
  .line-time-step li {
    position: relative;
    width: 20%;
    border-right: 1px solid #ffffff;
    box-shadow: 1px 1px 14px 0px rgba(179, 179, 177, 0.3);
    padding: 20px 15px 15px;
    border-top: 2px solid #faa61a;
    background: url("../images/bg-board.png") no-repeat 0px 0px #fff; }
    .line-time-step li p {
      padding: 0px 15px; }
    .line-time-step li:last-child {
      border-right: none; }
    .line-time-step li::before {
      content: "";
      position: absolute;
      top: -9px;
      right: -10px;
      border-left: 8px solid #faa61a;
      border-bottom: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 8px solid transparent; }

.circle-number {
  border-radius: 50%;
  background: #faa61a;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-table;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem; }

/* MODAL */
.modal-title {
  color: #099edb; }

.modal-footer {
  justify-content: center; }

/* Supply Chain Management */
.supplychain {
  padding: 5rem 0rem; }

.article-title {
  font-size: 36px;
  text-align: center;
  font-weight: normal;
  color: #4c4c4c;
  line-height: 1.3; }

/* Testing Services */
.bg-breadcrumb {
  border-bottom: 1px solid #e9ecef;
  background: #e9ecef; }
  .bg-breadcrumb .breadcrumb {
    background-color: transparent;
    margin-bottom: 0px; }

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #6c757d;
  content: ">"; }

section.bg-breadcrumb {
  /* background: #e9ecef; */ }

.bg-white {
  padding: 4rem 0rem; }

.bg-gray {
  padding: 4rem 0rem; }

.heading-text {
  color: #099edb;
  margin-bottom: 2rem; }

.table tbody + tbody {
  border-top: 2px solid #faa61a; }

.table-bordered td, .table-bordered th {
  border: 1px solid #faa61a; }

.table-midle td {
  vertical-align: middle; }

.bg-head td {
  background: #faa61a;
  color: #fff; }
  .bg-head td:first-child {
    background: #faa61a;
    color: #fff; }

.bg-coloum {
  background: #faa61a;
  color: #fff; }

.manufacturing {
  background: #fff;
  padding: 4rem 0rem; }

.w200 {
  width: 150px;
  float: right; }

.show-message {
  color: red; }

#ajax_loader {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8) url("../images/ajax-loader.gif") 50% 50% no-repeat; }

@font-face {
  font-family: 'Material Icons';
  font-style: normal; }

@media only screen and (min-width: 480px) and (max-width: 576px) {
  #navbarSupportedContent {
    box-shadow: 1px 1px 20px 20px rgba(179, 179, 177, 0.3);
    background: #fff; }
  .bgactive #navbarSupportedContent {
    box-shadow: none;
    background: #fff;
    border: 1px solid #eee;
    margin-bottom: 20px; }
  #navbarSupportedContent ul li.dropdown {
    border-bottom: 1px solid #eee; }
  #navbarSupportedContent ul li ul li {
    border-bottom: 1px solid #eee; }
    #navbarSupportedContent ul li ul li:last-child {
      border-bottom: none; }
    #navbarSupportedContent ul li ul li a {
      padding-left: 20px; }
  #navbarSupportedContent ul li ul ul {
    border-top: 1px solid #eee;
    border-left: none;
    border-right: none;
    border-bottom: none; }
    #navbarSupportedContent ul li ul ul li {
      border-bottom: 1px solid #eee; }
  .mainmenu.bgactive .collapse ul ul.dropdown-menu {
    box-shadow: none !important;
    border-top: 1px solid #eee;
    border-left: none;
    border-right: none;
    border-bottom: none; }
  .navbar-nav > li > a, .mainmenu ul li a, .navbar-expand-lg .navbar-nav .nav-link {
    color: #099edb; }
  .mainmenu .collapse ul ul.dropdown-menu {
    background: #fff;
    box-shadow: none !important; }
  .dropdown-toggle::after {
    position: absolute;
    right: 20px;
    top: 20px; }
  .toggle-right.dropdown-toggle::after {
    top: 15px;
    right: 20px; }
  .text-intro h2 {
    font-size: 1.5rem; }
  .text-intro .description-intro {
    font-size: 1rem;
    line-height: 2rem; }
  .mt-3 {
    margin-top: 0.5rem !important; }
  .list-privacy {
    text-align: left;
    padding: 0; }
  .footer-top hr.line {
    width: 100%; } }

@media only screen and (min-width: 320px) and (max-width: 480px) {
  header .navbar #navbarSupportedContent .navbar-nav li {
    border-bottom: 1px solid #ececec; }
  #navbarSupportedContent {
    box-shadow: 1px 1px 20px 20px rgba(179, 179, 177, 0.3);
    background: #fff; }
  .bgactive #navbarSupportedContent {
    box-shadow: none;
    background: #fff;
    border: 1px solid #eee;
    margin-bottom: 20px; }
  #navbarSupportedContent ul li.dropdown {
    border-bottom: 1px solid #eee; }
  #navbarSupportedContent ul li ul li {
    border-bottom: 1px solid #eee; }
    #navbarSupportedContent ul li ul li:last-child {
      border-bottom: none; }
    #navbarSupportedContent ul li ul li a {
      padding-left: 20px; }
  #navbarSupportedContent ul li ul ul {
    border-top: 1px solid #eee;
    border-left: none;
    border-right: none;
    border-bottom: none; }
    #navbarSupportedContent ul li ul ul li {
      border-bottom: 1px solid #eee; }
  .mainmenu.bgactive .collapse ul ul.dropdown-menu {
    box-shadow: none !important;
    border-top: 1px solid #eee;
    border-left: none;
    border-right: none;
    border-bottom: none; }
  .navbar-nav > li > a, .mainmenu ul li a, .navbar-expand-lg .navbar-nav .nav-link {
    color: #099edb; }
  .mainmenu .collapse ul ul.dropdown-menu {
    background: #fff;
    box-shadow: none !important; }
  .dropdown-toggle::after {
    position: absolute;
    right: 20px;
    top: 20px; }
  .toggle-right.dropdown-toggle::after {
    top: 15px;
    right: 20px; }
  .text-intro h2 {
    font-size: 1.5rem; }
  .text-intro .description-intro {
    font-size: 1rem;
    line-height: 2rem; }
  .mt-3 {
    margin-top: 0.5rem !important; }
  .list-privacy {
    text-align: left;
    padding: 0; }
  .footer-top hr.line {
    width: 100%; } }

@media only screen and (min-width: 480px) and (max-width: 667px) {
  header .navbar #navbarSupportedContent .navbar-nav li {
    border-bottom: 1px solid #ececec; }
  #navbarSupportedContent {
    box-shadow: 1px 1px 20px 20px rgba(179, 179, 177, 0.3);
    background: #fff; }
  .bgactive #navbarSupportedContent {
    box-shadow: none;
    background: #fff;
    border: 1px solid #eee;
    margin-bottom: 20px; }
  #navbarSupportedContent ul li.dropdown {
    border-bottom: 1px solid #eee; }
  #navbarSupportedContent ul li ul li {
    border-bottom: 1px solid #eee; }
    #navbarSupportedContent ul li ul li:last-child {
      border-bottom: none; }
    #navbarSupportedContent ul li ul li a {
      padding-left: 20px; }
  #navbarSupportedContent ul li ul ul {
    border-top: 1px solid #eee;
    border-left: none;
    border-right: none;
    border-bottom: none; }
    #navbarSupportedContent ul li ul ul li {
      border-bottom: 1px solid #eee; }
  .mainmenu.bgactive .collapse ul ul.dropdown-menu {
    box-shadow: none !important;
    border-top: 1px solid #eee;
    border-left: none;
    border-right: none;
    border-bottom: none; }
  .navbar-nav > li > a, .mainmenu ul li a, .navbar-expand-lg .navbar-nav .nav-link {
    color: #099edb; }
  .mainmenu .collapse ul ul.dropdown-menu {
    background: #fff;
    box-shadow: none !important; }
  .dropdown-toggle::after {
    position: absolute;
    right: 20px;
    top: 20px; }
  .toggle-right.dropdown-toggle::after {
    top: 15px;
    right: 20px; }
  .text-intro h2 {
    font-size: 1.5rem; }
  .text-intro .description-intro {
    font-size: 1rem;
    line-height: 2rem; }
  .mt-3 {
    margin-top: 0.5rem !important; }
  .list-privacy {
    text-align: left;
    padding: 0; }
  .footer-top hr.line {
    width: 100%; } }

@media only screen and (max-width: 767px) {
  .text-intro {
    position: absolute;
    top: 20%;
    width: 80%;
    margin-left: 10%;
    color: #fff; } }

@media only screen and (min-width: 768px) and (max-width: 877px) {
  header .navbar #navbarSupportedContent .navbar-nav li {
    border-bottom: 1px solid #ececec; }
  #navbarSupportedContent {
    box-shadow: 1px 1px 20px 20px rgba(179, 179, 177, 0.3);
    background: #fff; }
  .bgactive #navbarSupportedContent {
    box-shadow: none;
    background: #fff;
    border: 1px solid #eee;
    margin-bottom: 20px; }
  #navbarSupportedContent ul li.dropdown {
    border-bottom: 1px solid #eee; }
  #navbarSupportedContent ul li ul li {
    border-bottom: 1px solid #eee; }
    #navbarSupportedContent ul li ul li:last-child {
      border-bottom: none; }
    #navbarSupportedContent ul li ul li a {
      padding-left: 20px; }
  #navbarSupportedContent ul li ul ul {
    border-top: 1px solid #eee;
    border-left: none;
    border-right: none;
    border-bottom: none; }
    #navbarSupportedContent ul li ul ul li {
      border-bottom: 1px solid #eee; }
  .mainmenu.bgactive .collapse ul ul.dropdown-menu {
    box-shadow: none !important;
    border-top: 1px solid #eee;
    border-left: none;
    border-right: none;
    border-bottom: none; }
  .navbar-nav > li > a, .mainmenu ul li a, .navbar-expand-lg .navbar-nav .nav-link {
    color: #099edb; }
  .mainmenu .collapse ul ul.dropdown-menu {
    background: #fff;
    box-shadow: none !important; }
  .dropdown-toggle::after {
    position: absolute;
    right: 20px;
    top: 20px; }
  .toggle-right.dropdown-toggle::after {
    top: 15px;
    right: 20px; }
  .text-intro h2 {
    font-size: 2.5rem; }
  .text-intro .description-intro {
    font-size: 1.5rem;
    line-height: 2.5rem; }
  .mt-3 {
    margin-top: 0.5rem !important; }
  .text-intro {
    top: 20%;
    width: 62%; }
  #differentiators .col-md-3 {
    padding-right: 8px; }
  #differentiators p {
    padding-left: 15px; }
  #differentiators h4 {
    padding-left: 15px; }
  #differentiators .row h4 strong {
    font-size: 17px; } }

@media only screen and (min-width: 768px) and (max-width: 980px) {
  #navbarSupportedContent {
    box-shadow: 1px 1px 20px 20px rgba(179, 179, 177, 0.3);
    background: #fff; }
  .bgactive #navbarSupportedContent {
    box-shadow: none;
    background: #fff;
    border: 1px solid #eee;
    margin-bottom: 20px; }
  #navbarSupportedContent ul li.dropdown {
    border-bottom: 1px solid #eee; }
  #navbarSupportedContent ul li ul li {
    border-bottom: 1px solid #eee; }
    #navbarSupportedContent ul li ul li:last-child {
      border-bottom: none; }
    #navbarSupportedContent ul li ul li a {
      padding-left: 20px; }
  #navbarSupportedContent ul li ul ul {
    border-top: 1px solid #eee;
    border-left: none;
    border-right: none;
    border-bottom: none; }
    #navbarSupportedContent ul li ul ul li {
      border-bottom: 1px solid #eee; }
  .mainmenu.bgactive .collapse ul ul.dropdown-menu {
    box-shadow: none !important;
    border-top: 1px solid #eee;
    border-left: none;
    border-right: none;
    border-bottom: none; }
  .navbar-nav > li > a, .mainmenu ul li a, .navbar-expand-lg .navbar-nav .nav-link {
    color: #099edb; }
  .mainmenu .collapse ul ul.dropdown-menu {
    background: #fff;
    box-shadow: none !important; }
  .dropdown-toggle::after {
    position: absolute;
    right: 20px;
    top: 20px; }
  .toggle-right.dropdown-toggle::after {
    top: 15px;
    right: 20px; }
  .text-intro h2 {
    font-size: 2.5rem; }
  .text-intro .description-intro {
    font-size: 1.5rem;
    line-height: 2.5rem; }
  .text-intro {
    top: 20%;
    width: 62%; }
  .mt-3 {
    margin-top: 0.5rem !important; }
  #differentiators .col-md-3 {
    padding-right: 8px; }
  #differentiators p {
    padding-left: 15px; }
  #differentiators h4 {
    padding-left: 15px; }
  #differentiators .row h4 strong {
    font-size: 17px; } }
