@charset "UTF-8";
/* Các giá trị với màn hình tương ứng */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/*scroll-bar-custom*/
/* width */
::-webkit-scrollbar {
  width: 5px; }

/* Track */
::-webkit-scrollbar-track {
  border-radius: 50px; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #37B662;
  border-radius: 50px;
  height: 5px; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #37B662; }

/* height */
/* Firefox */
input[type=number] {
  -moz-appearance: textfield; }

html {
  scroll-behavior: smooth; }

body {
  color: #FFFFFF;
  font-size: 16px;
  background: #F5F4F2;
  margin: 0; }
  body a {
    text-decoration: none; }

h1, h2, h3, h4, h5, h6, p, table {
  font-family: Helvetica Neue, sans-serif; }

.img-logo {
  width: 120px; }
  @media (max-width: 479px) {
    .img-logo {
      width: 100px; } }

.img-logo-footer {
  width: 50px; }

.btn:focus {
  box-shadow: none; }

.text-green {
  color: #37B662; }

.text-grey {
  color: #a0a0a0; }

/*menu*/
.bg-menu {
  background: #282B2E; }
  .bg-menu #menubar {
    transition: all 0.5s; }
  .bg-menu .menu-center {
    margin-left: 50%;
    transform: translateX(-50%); }
  .bg-menu button {
    background: #FFFFFF; }
  .bg-menu .navbar-toggler {
    padding: .15rem .55rem; }
  .bg-menu button:focus {
    border: 2px solid #37B662;
    box-shadow: none; }
  .bg-menu .nav-link {
    color: #37B662 !important;
    font-size: 18px;
    font-weight: bold; }
  .bg-menu .nav-link:hover {
    color: #fff !important; }

section #home {
  padding-top: 50px;
  background: url(../images/bg.png) no-repeat center center;
  background-size: 100% 100%; }
  @media (min-width: 768px) and (max-width: 1023px) {
    section #home {
      background-size: cover; } }
  @media (max-width: 479px) {
    section #home {
      background-size: cover; } }
  section #home .right-banner {
    position: relative; }
    section #home .right-banner .right-banner-text {
      position: absolute;
      top: 10%;
      text-align: center; }
  section #home .solutions-banner {
    z-index: 1; }
    section #home .solutions-banner .left-img {
      width: 100%;
      height: 100%; }
    section #home .solutions-banner .solutions {
      position: relative; }
      section #home .solutions-banner .solutions .img-solution {
        width: 60px;
        height: 60px; }
      section #home .solutions-banner .solutions .solutions-tittle {
        color: #37B662; }
      section #home .solutions-banner .solutions .solutions-item .s-tittle {
        color: #fff600;
        font-weight: bold; }
      section #home .solutions-banner .solutions .solutions-item .s-text {
        text-transform: uppercase; }
      section #home .solutions-banner .solutions .bottom-line {
        position: absolute;
        bottom: 0;
        width: 100%; }
        @media (min-width: 768px) and (max-width: 1023px) {
          section #home .solutions-banner .solutions .bottom-line {
            position: relative; } }
        @media (max-width: 479px) {
          section #home .solutions-banner .solutions .bottom-line {
            position: relative; } }
        section #home .solutions-banner .solutions .bottom-line #slidesolution .partner {
          width: 91%; }
          section #home .solutions-banner .solutions .bottom-line #slidesolution .partner .partner-item {
            color: #313131;
            background: #FFFFFF;
            transition-duration: 0.3s;
            padding-left: 0;
            padding-right: 0;
            border-top: 5px solid #282B2E; }
            section #home .solutions-banner .solutions .bottom-line #slidesolution .partner .partner-item .partner-item-text .partner-item-dot {
              width: 10px; }
          section #home .solutions-banner .solutions .bottom-line #slidesolution .partner .partner-item:hover {
            border-top: 5px solid #2EB75E;
            color: #2EB75E; }
        section #home .solutions-banner .solutions .bottom-line #slidesolution .carousel-control-next {
          width: 12%;
          height: 50%;
          border-top: 5px solid #282B2E;
          top: 0;
          color: #282B2E;
          background: #FFFFFF;
          bottom: auto;
          opacity: 1; }
        section #home .solutions-banner .solutions .bottom-line #slidesolution .carousel-control-prev {
          left: auto;
          right: 0;
          background: #FFFFFF;
          width: 12%;
          height: 50%;
          color: #282B2E;
          top: auto;
          opacity: 1;
          bottom: 0; }
        section #home .solutions-banner .solutions .bottom-line #slidesolution .carousel-control-next:hover, section #home .solutions-banner .solutions .bottom-line #slidesolution .carousel-control-prev:hover {
          color: #2EB75E; }

section #services {
  background: url(../images/bg2b.png) no-repeat center center;
  background-size: 100% 100%; }
  @media (min-width: 768px) and (max-width: 1023px) {
    section #services {
      background: url(../images/bg2b-mb.png) no-repeat center center;
      background-size: auto 100%; } }
  @media (max-width: 479px) {
    section #services {
      background: url(../images/bg2b-mb.png) no-repeat center center;
      background-size: auto 100%; } }
  section #services .services-item .svce-box {
    position: relative; }
    section #services .services-item .svce-box .svce-content {
      color: #fff;
      text-decoration: none;
      z-index: 10;
      border: 1px solid #fff;
      height: 90%;
      position: absolute;
      bottom: 0;
      left: 0; }
      section #services .services-item .svce-box .svce-content .svce-box-tittle {
        font-size: 37px; }
      section #services .services-item .svce-box .svce-content .svce-box-text {
        font-size: 20px; }
    section #services .services-item .svce-box .img-show {
      opacity: 0; }
    section #services .services-item .svce-box .readmore {
      position: absolute;
      bottom: 20px; }
    section #services .services-item .svce-box .svce-content:hover {
      border: 0; }
    section #services .services-item .svce-box .svce-content:hover .readmore {
      color: #2EB75E; }
  section #services .services-item .svce-box:hover .img-show {
    opacity: 1;
    animation-name: showimg;
    animation-duration: 1s; }

@keyframes showimg {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  section #services .services-item-mb .svce-box-mb {
    border: 1px solid #fff;
    height: 270px;
    position: relative; }
    section #services .services-item-mb .svce-box-mb a {
      color: #fff; }
      section #services .services-item-mb .svce-box-mb a .svce-box-mb-tittle {
        font-size: 20px; }
      section #services .services-item-mb .svce-box-mb a .svce-box-mb-text {
        font-size: 14px; }
      section #services .services-item-mb .svce-box-mb a .fa-4x {
        font-size: 4em; }
        @media (max-width: 479px) {
          section #services .services-item-mb .svce-box-mb a .fa-4x {
            font-size: 3em; } }
      section #services .services-item-mb .svce-box-mb a .readmore-mb {
        position: absolute;
        bottom: 0; }

section #aboutus .about-us-title {
  font-size: 35px; }
  @media (max-width: 479px) {
    section #aboutus .about-us-title {
      font-size: 25px; } }

section #aboutus .about-us-text {
  font-size: 20px;
  color: black !important; }
  @media (max-width: 479px) {
    section #aboutus .about-us-text {
      font-size: 16px; } }

section #aboutus #employslide {
  color: #363636; }
  section #aboutus #employslide .employ-tittle {
    color: #2EB75E; }
  section #aboutus #employslide .employ-name {
    color: #2EB75E; }
  section #aboutus #employslide .employ-contact a {
    color: #363636; }
  section #aboutus #employslide .carousel-control-next {
    color: #363636;
    width: 50px;
    right: 50%;
    opacity: 1; }

section #news {
  color: #282B2E; }
  section #news .news .news-header .news-header-tittle {
    color: #2EB75E; }
  section #news .news .new-box {
    height: 100%;
    background-size: cover; }
    section #news .news .new-box:hover .new-content {
      background-color: rgba(0, 0, 0, 0.75); }
      section #news .news .new-box:hover .new-content .new-box-title, section #news .news .new-box:hover .new-content .new-box-desc {
        transform: translateY(0); }
    section #news .news .new-box .new-read-more {
      color: #2EB75E; }
      section #news .news .new-box .new-read-more:hover {
        color: #fff; }
    section #news .news .new-box .new-content {
      width: 100%;
      height: 100%;
      transition: box-shadow .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
      overflow: hidden; }
      @media (min-width: 768px) and (max-width: 1023px) {
        section #news .news .new-box .new-content {
          background-color: rgba(0, 0, 0, 0.75); } }
      @media (max-width: 479px) {
        section #news .news .new-box .new-content {
          background-color: rgba(0, 0, 0, 0.75); } }
      section #news .news .new-box .new-content .new-box-title {
        color: #fff;
        font-size: 22px;
        margin-top: 30px;
        padding: 0 1.5rem;
        transform: translateY(calc(100% + 15px));
        transition: all 100ms ease-in-out;
        transition-delay: .2s;
        transition-duration: .5s; }
        @media (min-width: 768px) and (max-width: 1023px) {
          section #news .news .new-box .new-content .new-box-title {
            transform: translateY(0); } }
        @media (max-width: 479px) {
          section #news .news .new-box .new-content .new-box-title {
            transform: translateY(0); } }
      section #news .news .new-box .new-content .new-box-title-divider {
        width: 100px;
        height: 3px;
        background-color: #2EB75E;
        margin-bottom: 1rem; }
      section #news .news .new-box .new-content .new-box-desc {
        color: #fff;
        font-size: 16px;
        line-height: 1.5;
        padding: 0 1.5rem;
        transition: all 200ms ease;
        transform: translateY(500px);
        transition-delay: .2s;
        height: auto;
        transition-duration: 1s; }
        @media (min-width: 768px) and (max-width: 1023px) {
          section #news .news .new-box .new-content .new-box-desc {
            transform: translateY(0); } }
        @media (max-width: 479px) {
          section #news .news .new-box .new-content .new-box-desc {
            transform: translateY(0); } }
  section #news .news #newsslidemb .news-text-content p {
    font-size: 12px; }

section .clients-box {
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.75);
  border-radius: 10px;
  color: #000; }
  section .clients-box .clients-boder {
    border: 1px solid #fff;
    border-radius: 10px;
    height: 140px; }
    section .clients-box .clients-boder .img-block .img-icon {
      display: inherit; }
    section .clients-box .clients-boder .img-block .img-icon-hvr {
      display: none; }
    section .clients-box .clients-boder:hover .img-block .img-icon {
      display: none; }
    section .clients-box .clients-boder:hover .img-block .img-icon-hvr {
      display: inherit; }

section .clients-box:hover {
  background: #37B662;
  color: #fff; }

section .about-us-page {
  min-height: 100vh;
  color: black;
  margin-top: 80px; }
  section .about-us-page .line-border {
    border-bottom: 2px solid black;
    width: 50px; }
  section .about-us-page .member .member-name {
    font-size: 32px;
    color: #2EB75E; }
    @media (min-width: 768px) and (max-width: 1023px) {
      section .about-us-page .member .member-name {
        font-size: 27px; } }
    @media (max-width: 479px) {
      section .about-us-page .member .member-name {
        font-size: 22px; } }
  section .about-us-page .member .member-position {
    font-size: 30px; }
    @media (min-width: 768px) and (max-width: 1023px) {
      section .about-us-page .member .member-position {
        font-size: 20px; } }
    @media (max-width: 479px) {
      section .about-us-page .member .member-position {
        font-size: 20px; } }
  section .about-us-page .member .member-content {
    color: #a0a0a0; }

#chartdiv {
  width: 100%;
  height: 500px;
  max-width: 100%; }

footer {
  background: #282B2E; }
  footer .copyright-bg {
    background: #37B662; }

/*backtop*/
#backtop {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Fixed/sticky position */
  background: #282B2E;
  bottom: 60px;
  right: 10px;
  z-index: 99;
  /* Make sure it does not overlap */
  border: none;
  /* Remove borders */
  outline: none;
  /* Remove outline */
  cursor: pointer;
  /* Add a mouse pointer on hover */
  border-radius: 10px;
  /* Rounded corners */
  font-size: 18px;
  /* Increase font size */
  padding: 0; }
  #backtop img {
    width: 40px;
    height: 40px; }

/*blur-filter*/
.filter {
  background-color: #707070;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  -webkit-border-bottom-right-radius: .25rem;
  -webkit-border-bottom-left-radius: .25rem;
  -moz-border-radius-bottomright: .25rem;
  -moz-border-radius-bottomleft: .25rem;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem; }

/*full-page*/
.full-page {
  height: 100vh; }

@media (min-width: 320px) and (max-width: 768px) {
  .hide-mb {
    display: none; }
  .acticve-mb {
    display: inherit; }
  .acticve-table-pc {
    display: none; }
  .nav-link {
    background: #282B2E; }
  .bottom-line {
    padding-top: 5px; }
    .bottom-line #slidesolution .partner {
      width: 100% !important; }
      .bottom-line #slidesolution .partner .partner-item {
        border: none; }
  .carousel-control-next, .carousel-control-prev {
    display: none; }
  .solutions-tittle {
    font-size: 22px;
    padding-bottom: 0 !important; }
  .partner-item-text {
    display: none; }
  .services-content {
    height: 300px; }
    .services-content .services-tittle {
      font-size: 50px; }
    .services-content .services-text {
      font-size: 14px; }
  #employslide .employ-tittle {
    font-size: 25px; }
  #employslide .employ-text {
    font-size: 16px; }
  #employslide .employ-name {
    font-size: 24px; }
  .news-header .news-header-tittle {
    font-size: 40px; }
  .news-header .news-header-text {
    font-size: 14px; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .services-content .services-tittle {
    font-size: 45px; }
  .services-content .services-text {
    font-size: 12px; }
  .hide-mb {
    display: none; }
  .acticve-mb {
    display: none; }
  .acticve-table {
    display: inherit; }
  .acticve-table-pc {
    display: inherit; }
  .right-banner-text {
    display: inherit; }
  #employslide .employ-tittle {
    font-size: 45px; }
  #employslide .employ-text {
    font-size: 14px; }
  #employslide .employ-name {
    font-size: 16px; }
  .news-header .news-header-tittle {
    font-size: 53px; }
  .news-header .news-header-text {
    font-size: 16px; }
  .news-text-content h4 {
    font-size: 11px; }
  .news-text-content p {
    font-size: 10px; } }

@media (min-width: 1024px) {
  .hide-mb {
    display: inherit; }
  .acticve-mb {
    display: none; }
  .acticve-table {
    display: none; }
  .acticve-table-pc {
    display: inherit; }
  .right-banner-text {
    display: none; }
  .services-item-mb {
    display: none; }
  .s-text, .partner-item-text {
    display: inline; }
  .solutions-banner {
    transform: translatey(20%); }
    .solutions-banner .services-tittle {
      font-size: 80px; }
    .solutions-banner .services-text {
      font-size: 24px; }
  .bottom-line #slidesolution .partner {
    width: 81%; }
  .services-content {
    height: 500px; }
    .services-content .services-tittle {
      font-size: 81px; }
    .services-content .services-text {
      font-size: 24px; }
  #employslide .employ-tittle {
    font-size: 83px; }
  #employslide .employ-text {
    font-size: 20px; }
  #employslide .employ-name {
    font-size: 32px; }
  .news-header .news-header-tittle {
    font-size: 83px; }
  .news-header .news-header-text {
    font-size: 20px; } }

/* ---- particles.js container ---- */
#particles-js {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0; }
