/**
* Template Name: OnePage - v4.5.0
* Template URL: https://bootstrapmade.com/onepage-multipurpose-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  /* font-family: "Open Sans", sans-serif; */
    color: #444444;
    -webkit-text-size-adjust:100%;
}

a {
  color: #2487ce;
  text-decoration: none !important;
}

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

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0px !important;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 6px;
  z-index: 996;
  background: #2487ce;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #3e9bdd;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#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 #2487ce;
  border-top-color: #fff;
  border-bottom-color: #fff;
  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% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

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

.hamburger-button {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 300;
  padding: 5px;
}
.hamburger-button div{
  background-color:rgb(139 151 143 / 23%);
  padding: 10px;
  
}
.hamburger-button a{
  background-image: url("../img/menu_menuicon.png");
  background-position: center;
  background-size: cover;
  width: 30px;
  height: 30px;
  display: block;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  background: #fff;
  z-index: 997;
  padding: 15px 0;
  border-bottom: 1px solid #e6f2fb;
}
#header.header-scrolled {
  border-color: #fff;
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}
#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.5px;
  font-family: "Poppins", sans-serif;
}
#header .logo a {
  color: #16507b;
}
#header .logo img {
  max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 14px;
  color: #16507b;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #2487ce;
}
.navbar .getstarted, .navbar .getstarted:focus {
  background: #2487ce;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}
.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
  color: #fff;
  background: #3194db;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #2487ce;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #124265;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(10, 38, 58, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #124265;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #2487ce;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #2487ce;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

.landing-page {
  background: url("../img/bg1_only.png") top center;
  background-size: cover;
}

.coner-left-bg {
  position: absolute;
  background: url("../img/leftconner.png") top left;
  background-size: contain;
  background-repeat: no-repeat;
  height: 60vh;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0.3;
}
.coner-right-bg {
  
  position: absolute;
  background: url("../img/rightconer.png") top right;
  background-size: contain;
  background-repeat: no-repeat;
  height: 60vh;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0.3;
}

.landing-page .menu-languge {
  width: 70px;
  margin: auto;
  border: 1px #ffffff solid;
  padding: 0px 5px 0px 5px;
  color: #ffffff;
  line-height: 22px;
  font-weight: bold;
  position: absolute;
  right: 10vw;
  top: 20px;
  z-index: 300;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  position: relative;
}
#hero:before {
  /* content: "";
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0; */
}
#hero .container {
  /* padding-top: 80px; */
  /* max-height: 90%; */
  height: 90vh;
}
#hero h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 72px;
  color: #124265;
  font-family: "Poppins", sans-serif;
}
#hero h2 {
  color: #5e5e5e;
  margin: 10px 0 0 0;
  font-size: 22px;
}
.button-nav {
  position:absolute;
  bottom: 10vh;
  left: 0px;
  right: 0px;
  display: none;
}
.button-nav-fade-in {
  display: block;
  text-align: center;

  -webkit-animation: fadein 4s; /* Safari, Chrome and Opera > 12.1 */
     -moz-animation: fadein 4s; /* Firefox < 16 */
      -ms-animation: fadein 4s; /* Internet Explorer */
       -o-animation: fadein 4s; /* Opera < 12.1 */
          animation: fadein 4s;
}

@keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.button-nav .btn {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 10px 50px;
  /* border-radius: 5px; */
  transition: 0.5s;
  /* margin-top: 5vh; */
  color: #fff;
  background: url("../img/button_bg.png") top center;
  background-size: contain;
  background-repeat: repeat-y;
}

.button-nav .btn:hover {
  background: #3194db;
}
#hero .top-page{
  height: 100%;
  min-height: 95%;
}
#hero .top-page .top-header {
  padding-bottom: 4vh; 
}
#hero .top-page .top-header img{
  height: 8vh;
}
#hero .top-page .top-header .sub-title{
  color: #ffffff;
  font-size: 1.1em;
}
#hero .top-page .top-header .title{
  color: #77faad;
  font-size: 1.8em;
  font-weight: bolder;
}

#hero .top-page .top-header .top-logo {
  text-align: right;
}

#hero .bonglua {
  /* position: absolute; */
  /* width: 70%; */
  /* height: 30%; */
}

#hero .bonglua img {
  /* position: absolute; */
  /* width: 70%; */
  height: 60vh;
}
#hero .icon {
  position: absolute;
  background: url("../img/vetinh.png") top center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 60vh;
  animation: blinker 2s linear infinite;
}

@keyframes blinker {
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
}

#hero .vetinh {
  position: absolute;
  height: 60vh;
  max-width: 98vw;
}
#hero .vetinh:hover {
  /* opacity: 0.5; */
}
.blink_me {
}

#hero .vetinh .row > div {
  padding-top: 1.5vh;
  padding-bottom: 1.5vh;
  line-height: 1;
} 
#hero .vetinh > div > div > div { 
  width: 100%;
  color: white;
  font-size: 3vh;
  font-weight: bolder;
}
#hero .vetinh > div > div > div > span{ 
  font-size: 1.8em !important;
}
#hero .vetinh > div > div > span { 
  color: #b2dbe2;
  font-size: 0.6em;
  font-weight: bolder;
}


#hero .vetinh > div .text-left { 
  text-align: left !important;
}

#hero .vetinh > div .text-right { 
  text-align: right !important;
}
#hero .vetinh img{
  position: absolute;
  width: 85%;
  left: 0;;
}

/*--------------
# Main
----------------*/
#main {
   padding: 0px 0px 0px 100px; 
   position: relative; 
   min-height: 95vh;
   background-color: #f8fbfe;
   background-image:  url("../img/service_bg.png");
   background-position: center;
   background-size: cover;
}
#main .icon-boxes {
  margin-top: 100px;
}
#main .icon-box {
  /* padding: 50px 30px; */
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(18, 66, 101, 0.08);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}
#main .icon-box .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
#main .icon-box .title a {
  color: #124265;
  transition: 0.3s;
}
#main .icon-box .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}
#main .icon-box:hover {
  transform: scale(1.08);
}
#main .icon-box:hover .title a {
  color: #2487ce;
}


#services {
  padding: 40px 0px;
  height: 100%;
}

#services .icon-box{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  color: white;
  font-weight: bolder;
  text-align: left;
  position: relative;
  width: 100%;
  margin: 10px;
}
#services .menu-box > div {
  margin: 0px 0px 20px 0px;
  height: 35vh;
}
#services .box1 .icon-box{
  background-image: url("../img/box1.png") ;
}
#services .box2 .icon-box{
  background-image: url("../img/box2.png") ;
}
#services .box3 .icon-box{
  background-image: url("../img/box3.png") ;
}
#services .box4 .icon-box{
  background-image: url("../img/box4.png") ;
}
#services .box5 .icon-box{
  background-image: url("../img/box5.png") ;
}
#services .box6 .icon-box{
  background-image: url("../img/box6.png") ;
}

#services .icon-box h4{
  position: absolute;
  bottom: 0px;
  left: 0px;
}


/*--------------------------------------------------------------
# MENU
--------------------------------------------------------------*/
#menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 90;
  background-color: white;
}
#menu .fix-bar {
  width: 100px;
  text-align: center;
  padding: 20px 5px;
  z-index: 101;
}
#menu .menu-logo{
}
#menu .menu-logo img{
  width: 70%;
}
#menu .menu-home {
  margin: 10px 15px;
  text-align: left;
}
#menu .menu-home a, #menu .menu-expand a {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  width: 35px;
  height: 45px;
  float: left;
  margin: 5px 0px 10px 0px;
  transition: 0.5s;
}
#menu .menu-home a{
  background-image: url("../img/menu_home.png");
}
#menu .menu-home a:hover{
  background-image: url("../img/menu_home_hover.png") ;
  filter: grayscale(100%);
}
#menu .menu-expand {
  margin: 0px 15px;
  text-align: left;
}
#menu .menu-expand a{
  background-image: url("../img/menu_menuicon.png");
}
#menu .menu-expand a:hover, #menu .menu-home-selected {
  filter: grayscale(100%);
}

#menu .menu-social {
  /* margin: 30px 15px; */
  position: absolute;
  bottom: 50px;
  width: 100%;
}
#menu .menu-social .menu-social-text{
  color: #c6c6c6  ;
  float: left;
/*   width: 400px;
  transform: rotate(-90deg);
  margin: 200px 0px -65px -180px;
  font-weight: bolder;
  font-family: Arial, Helvetica, sans-serif; */
  background-image: url("../img/text-doc.png");
  width: 40%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  height: 50vh;
  margin-bottom: 5px;
}
#menu .menu-social .menu-social-text-en{
  background-image: url("../img/text-doc-en.png") !important;
  opacity: 0.7;
}
#menu .menu-social .menu-social-icon{
  float: left;
  width: 40%;
  /* margin-right: 20px; */
  /* position: relative; */
  /* height: 100%; */
  position: absolute;
  bottom: 15px;
  left: 40px;
}
#menu .menu-social .menu-social-icon a{
  width: 100%;
  height: 45px;
  float: left;
  margin: 10px 0px 10px 0px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: 0.5s;
}
#menu .menu-social .menu-social-icon .social-linkedin{
  background-image: url("../img/social_linkedin.png");
}
#menu .menu-social .menu-social-icon .social-linkedin:hover{
  background-image: url("../img/social_linkedin_hover.png");
}
#menu .menu-social .menu-social-icon .social-linkedin{
  background-image: url("../img/social_linkedin.png");
}
#menu .menu-social .menu-social-icon .social-linkedin:hover{
  background-image: url("../img/social_linkedin_hover.png");
}
#menu .menu-social .menu-social-icon .social-twitter{
  background-image: url("../img/social_twitter.png");
}
#menu .menu-social .menu-social-icon .social-twitter:hover{
  background-image: url("../img/social_twitter_hover.png");
}
#menu .menu-social .menu-social-icon .social-facebook{
  background-image: url("../img/social_facebook.png");
}
#menu .menu-social .menu-social-icon .social-facebook:hover{
  background-image: url("../img/social_facebook_hover.png");
}
#menu .menu-social .menu-social-icon .social-youtube{
  background-image: url("../img/social_youtube.png");
}
#menu .menu-social .menu-social-icon .social-youtube:hover{
  background-image: url("../img/social_youtube_hover.png");
}

#menu .menu-languge {
  width: 70px;
  margin: auto;
  border: 1px #007534 solid;
  padding: 0px 5px 0px 5px;
  line-height: 22px;
  font-weight: bold;
  color: #c6c6c6  ;

}
#menu .menu-languge a {
  color: #007534;
  /* text-decoration: underline !important; */
}

#menu .menu-expand-div {
  z-index: 100;
  display: none;
  position: fixed;
  left: 100px;
  top: 0px;
  width: 500px;
  bottom: 0px!important;
  background-image: url("../img/menu_bg.png");
  background-repeat: repeat-y;
  background-position: top left;
  background-size: contain;
  opacity: 0.9;
}
#menu .menu-expand-div .menu-close-button{
  position: absolute;
  right: 20px;
  top: 20px;
  background-image: url("../img/menu_close.png");
  width: 25px;
  height: 25px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  
  filter:brightness(100%);
}
#menu .menu-expand-div .menu-close-button:hover{
  
  filter: grayscale(20%);
  filter: grayscale(50%);
}

#menu .menu-expand-div .menu-expand-item {
  overflow-y: auto;
  max-height: 90vh;
  padding-bottom: 5vh;
}

#menu .menu-expand-div > div{
  padding: 50px 0px 20px 0px;
}
#menu .menu-expand-div > div a{
  display: block;
}

#menu .menu-expand-div a{
  color: white;
}
#menu .menu-expand-div a.lager-bullet{
  font-weight: bolder;
  padding: 10px 20px 10px 40px;
}
#menu .menu-expand-div a.current{
  color: #77faad;
}

.menu-animation-expand {
  animation: linear infinite;
  -webkit-animation: linear infinite;
  animation-name: runfaceright;
  -webkit-animation-name: runfaceright;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
}
@-webkit-keyframes runfaceright {
  0% {
    left: -200px;
    opacity: 0;
  }
  20% {
    left: -100px;
    opacity: 0.2;
  }
  40% {
    left: 0px;
    opacity: 0.4;
  }
  60% {
    left: 50px;
    opacity: 0.6;
  }
  80% {
    left: 100px;
    opacity: 0.8;
  }
  100% {
    left: 100px;   
    opacity: 0.8; 
  }
}
.menu-animation-closing {
  animation: linear infinite;
  animation-name: runfaceleft;
  animation-duration: 1s;
  -webkit-animation: linear infinite;
  -webkit-animation-name: runfaceleft;
  -webkit-animation-duration: 1s;
}
@-webkit-keyframes runfaceleft {
  100% {
    left: -300px;
    opacity: 0.7;
  }
  80% {
    left: -200px;
    opacity: 0.7;
  }
  60% {
    left: 0px;
    opacity: 0.7;
  }
  40% {
    left: 50px;
    opacity: 0.8;
  }
  20% {
    left: 100px;
    opacity: 0.9;
  }
  0% {
    left: 100px;   
    opacity: 1; 
  }
}

#menu .menu-expand-div .menu-sub-item::before{
 /*  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;  */
  
}
#menu .menu-expand-div .menu-sub-item{
  font-size: small;
  line-height: 22px;
  background-color: white;
  padding: 0px 20px 0px 40px;
  background: rgba(255, 255, 255, 0.1);
  /* display: none; */
  /* margin-top: -100px; */
  max-height: 0px;
  overflow-y: hidden;
 /*  -webkit-transition: max-height 0.1s ease-in-out;
  -moz-transition: max-height 0.1s ease-in-out;
  -o-transition: max-height 0.1s ease-in-out;
  -ms-transition: max-height 0.1s ease-in-out; */
  /* transition: max-height 0.1s ease-in-out; */
}
.menu-sub-item-open {
  -webkit-transition: max-height 1s ease-in-out;
  -moz-transition: max-height 1s ease-in-out;
  -o-transition: max-height 1s ease-in-out;
  -ms-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
  max-height: 1000px !important;
  padding: 10px 20px 10px 40px !important;
  /* display: block !important; */
}
#menu-item-expand {
  animation: linear infinite;
  animation-name: runexpanddown;
  animation-duration: 3s;
  -webkit-animation: linear infinite;
  -webkit-animation-name: runexpanddown;
  -webkit-animation-duration: 3s;
}
@-webkit-keyframes runexpanddown {
  0% {
    margin-top: -100px;
  }
  
  100% {
    margin-top: 0px;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {

}

.services .icon-box {
  text-align: center;
  padding: 70px 20px 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.05);
}
.services .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}
.services .icon-box .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}
.services .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}
.services .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}
.services .icon-box h4 {
  font-weight: 600;
  /* margin: 10px 0 15px 0; */
  margin: 0px !important;
  padding: 10px 15px;
  font-size: 20px;
  width: 100%;
  text-shadow: 3px 4px 5px #000000;
  background-color: rgb(33 116 44 / 40%);
}
.services .icon-box h4 a {
  color: #ffffff;
  transition: ease-in-out 0.3s;
}
.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}
.services .iconbox-blue i {
  color: #47aeff;
}
.services .iconbox-blue:hover .icon i {
  color: #fff;
}
.services .iconbox-blue:hover .icon path {
  fill: #47aeff;
}
.services .iconbox-orange i {
  color: #ffa76e;
}
.services .iconbox-orange:hover .icon i {
  color: #fff;
}
.services .iconbox-orange:hover .icon path {
  fill: #ffa76e;
}
.services .iconbox-pink i {
  color: #e80368;
}
.services .iconbox-pink:hover .icon i {
  color: #fff;
}
.services .iconbox-pink:hover .icon path {
  fill: #e80368;
}
.services .iconbox-yellow i {
  color: #ffbb2c;
}
.services .iconbox-yellow:hover .icon i {
  color: #fff;
}
.services .iconbox-yellow:hover .icon path {
  fill: #ffbb2c;
}
.services .iconbox-red i {
  color: #ff5828;
}
.services .iconbox-red:hover .icon i {
  color: #fff;
}
.services .iconbox-red:hover .icon path {
  fill: #ff5828;
}
.services .iconbox-teal i {
  color: #11dbcf;
}
.services .iconbox-teal:hover .icon i {
  color: #fff;
}
.services .iconbox-teal:hover .icon path {
  fill: #11dbcf;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  /* padding: 80px 0; */
  overflow: hidden;
}

.section-bg {
/*   background-color: #f8fbfe;
  background-image:  url("../img/service_bg.png");
  background-position: center;
  background-size: cover; */
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #124265;
}
.section-title p {
  margin-bottom: 0;
  font-size: 14px;
  color: #919191;
}

body, #page-container{
  -webkit-filter: blur(0px); 
  filter: none; 
  -moz-filter: blur(0px); 
  -ms-filter: blur(0px);
  filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
  -webkit-font-smoothing: subpixcel-antialiased;
  -webkit-backface-visibility: hidden;
}

body {
  
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #f7f5f5;
  font-size: 14px;
  background: url("../img/footer_bg.png") top center;
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
  background-size: cover;
  position: fixed;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 200;
}
#footer .footer-top {
  padding: 20px 0 30px 0;
  background: #fff;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact h3 {
  font-size: 26px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 300;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #777777;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #124265;
  position: relative;
  padding-bottom: 12px;
}
#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 i {
  padding-right: 2px;
  color: #2487ce;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #2487ce;
}
#footer .footer-newsletter {
  font-size: 15px;
}
#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 5px;
  text-align: left;
  border: 1px solid #cde5f6;
}
#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: -1px;
  right: -2px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #2487ce;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 5px 5px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-newsletter form input[type=submit]:hover {
  background: #3194db;
}
#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}
#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #2487ce;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 5px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .social-links a:hover {
  background: #3194db;
  color: #fff;
  text-decoration: none;
}

.chart-el {
  background-position: bottom left;
  background-repeat: no-repeat;
  width: 200px;
  height: 200px;
}

/*------------------------------------- 
-- Content ---
--------------------------------------
*/
#contentPart2 .pf {
  height: 724px  ;
}
#contentPart2 .pc {
  height: 757px ;
} 
#contentPart3 .pf{
  height: 720px  ;
}
#contentPart3 .pc{
  height: 760px ;
} 
#contentPart4 .pf,
#contentPart5 .pf {
  height: 725px  ;
}
#contentPart4 .pc,
#contentPart5 .pc {
  height: 765px ;
} 

#contentPart6 .pf {
  height: 740px  ;
}

#contentPart6 .pc {
  height: 780px ;
} 
.pc {
  margin-left: 20px;
}
.pc div{  
  text-size-adjust: 100% !important;
  -webkit-text-size-adjust: 100% !important;
}
.pc .green-color {
  color: #007935 !important;
}
/* Content 1 */
#contentPart1 #pf3 {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
}
#contentPart1 #pf3 .pc {
  height: 100%;
  width: 100%;
}
#contentPart1 #pf3 .pc div {
  margin-left: 5vw;
  margin-right: 5vw;
}
#contentPart1 #pf3 .pf3-thong-diep {
  margin-top: 5vh;
  font-size: 3em;
  font-weight: bolder;
  line-height: 1.2em;
  padding: 0px 5px;
}
#contentPart1 #pf3 .pf3-cthdqt {
  padding: 0px 5px;
  font-size: 2em;
  line-height: 2em;
  font-weight: bolder;
}
#contentPart1 #pf3 .pf3-content {
  padding: 5px 10px;
  margin-top: 5vh;
  color: #008239;
  font-size: 1.2em;  
  text-align: justify;
  text-justify: inter-word;
  width: 50vw;
  border: yellowgreen 1px solid;
  border-radius: 7px;
  background-color:rgb(255 255 255 / 74%);
}
#contentPart1 .pc3 {
  left: 100px ;
}

/* Page 5 */
#contentPart1 #pf5 {
  height: 790px !important;
}
#contentPart1 #pf5 .pc{
  margin-top: -80px  !important;
}

/* Page 6 */
#contentPart1 #pf6 {
  height: 750px !important;
  margin-top: -80px  !important;
}
#contentPart1 #pf6 .pc{
  margin-top: -53px  !important;
}
/* Page 7 */
#contentPart1 #pf7 {
  height: 736px !important
  /* margin-top: -80px  !important; */
}
#contentPart1 #pf7 .pc{
  margin-top: -65px !important;
}
/* Page 8 */
#contentPart1 #pf8 {
  height: 640px !important;
  /* margin-top: -80px  !important; */
}
#contentPart1 #pf8 .pc{
  margin-top: -140px !important;
}
#contentPart1 #pf8 .title-animate{
  font-size: 12px;
  bottom: 431.0199px;
}
/* Page 9 */
#contentPart1 #pf9 {
  height: 680px !important;
  /* margin-top: -80px  !important; */
}
#contentPart1 #pf9 .pc{
  margin-top: -91px !important;
}
/* Page A */
#contentPart1 #pfa {
  height: 740px !important;
  /* margin-top: -80px  !important; */
}
#contentPart1 #pfa .pc{
  margin-top: -60px !important;
}
/* Page B */
#contentPart1 #pfb {
  height: 750px !important;
  /* margin-top: -80px  !important; */
}
#contentPart1 #pfb .pc{
  margin-top: -62px !important;
}
/* Page C */
#contentPart1 #pfc {
  height: 774px !important;
  /* margin-top: -80px  !important; */
}
#contentPart1 #pfc .pc{
  margin-top: -18px !important;
}
/* Page D */
#contentPart1 #pfd {
  height: 692px !important;
  /* margin-top: -80px  !important; */
}
#contentPart1 #pfd .pc{
  margin-top: -77px !important;
}
/* Page E */
#contentPart1 #pfe {
  height: 710px !important;
  /* margin-top: -80px  !important; */
}
#contentPart1 #pfe .pc{
  margin-top: -80px !important;
}
/* Page F */
#contentPart1 #pff {
  height: 717px !important;
  /* margin-top: -80px  !important; */
}
#contentPart1 #pff .pc{
  margin-top: -75px !important;
}
/* Page 10 */
#contentPart1 #pf10 {
  height: 674px !important;
  /* margin-top: -80px  !important; */
}
#contentPart1 #pf10 .pc{
  margin-top: -128px !important;
}

/* Page 11 */
#contentPart1 #pf11 {
  height: 702px !important;
  /* margin-top: -80px  !important; */
}
#contentPart1 #pf11 .pc{
  margin-top: -90px !important;
}
#contentPart1 .char-fade-up {
  animation: fade-in-up 3s;
  -webkit-animation: fade-in-up 3s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fade-in-up 3s; /* Firefox < 16 */
   -ms-animation: fade-in-up 3s; /* Internet Explorer */
    -o-animation: fade-in-up 3s; /* Opera < 12.1 */
       animation: fade-in-up 3s;
}

@keyframes fade-in-up {
  from { height: 0; }
  to   { height: 163px; }
}
/* Page 12 */
#contentPart1 #pf12 {
  height: 722px !important;
  /* margin-top: -80px  !important; */
}
#contentPart1 #pf12 .pc{
  margin-top: -82px !important;
}
/* Page 13 */
#contentPart1 #pf13 {
  height: 712px !important;
  /* margin-top: -80px  !important; */
}
#contentPart1 #pf13 .pc{
  margin-top: -80px !important;
}
/* Page 14 */
#contentPart1 #pf14 {
  height: 726px !important;
  /* margin-top: -80px  !important; */
}
#contentPart1 #pf14 .pc{
  margin-top: -75px !important;
}
/* Page 15 */
#contentPart1 #pf15 {
  height: 722px !important;
  /* margin-top: -80px  !important; */
}
#contentPart1 #pf15 .pc{
  margin-top: -70px !important;
}
/* Page 16 */
#contentPart1 #pf16 {
  height: 790px !important;
  /* margin-top: -80px  !important; */
}
#contentPart1 #pf16 .pc{
  margin-top: -20px !important;
}

/* PART 2 */
#contentPart2 #pf1 {
  height: 250px !important;
  /* margin-top: -80px  !important; */
}
#contentPart2 #pf1 .pc{
  margin-top: -210px !important;
}
#contentPart2 #pf12 {
  height: 369px !important;
  /* margin-top: -80px  !important; */
}
#contentPart2 #pf13 {
  height: 348px !important;
  /* margin-top: -80px  !important; */
}
#contentPart2 #pf13 .pc{
  /* margin-top: -81px !important; */
}
#contentPart2 #pf14 {
  height: 239px !important;
  /* margin-top: -80px  !important; */
}
#contentPart2 #pf14 .pc{
  /* margin-top: -81px !important; */
}
#contentPart2 #pf15 {
  height: 376px !important;
  /* margin-top: -80px  !important; */
}
#contentPart2 #pf15 .pc{
  margin-top: -1px !important;
}
#contentPart2 #pf1 .pc{
  margin-top: -210px !important;
}
/* PART 3 */
#contentPart3 #pf1 {
  height: 250px !important;
  /* margin-top: -80px  !important; */
}
#contentPart3 #pf1 .pc{
  margin-top: -118px !important;
}
#contentPart3 #pf5 {
  height: 445px !important;
  /* margin-top: -80px  !important; */
}
#contentPart3 #pf6 {
  height: 445px !important;
  /* margin-top: -80px  !important; */
}
#contentPart3 #pf6 .pc{
  /* margin-top: -210px !important; */
}
/* PART 4 */
#contentPart4 #pf2 {
  height: 250px !important;
  /* margin-top: -80px  !important; */
}
#contentPart4 #pf2a {
  height: 316px !important;
  /* margin-top: -80px  !important; */
}
#contentPart4 #pf2 .pc{
  margin-top: -84px !important;
}
/* PART 5 */
#contentPart5 #pf1 {
  height: 240px !important;
  /* margin-top: -80px  !important; */
}
#contentPart5 #pf1 .pc{
  margin-top: -84px !important;
}
/* PART 6 */
#contentPart6 {
  background-color: #eff9fe;
}
#contentPart6 #pf1 {
  height: 280px !important;
  /* margin-top: -80px  !important; */
}
#contentPart6 #pf3 {
  height: 660px !important;
  /* margin-top: -80px  !important; */
}
#contentPart6 #pf4 {
  height: 370px !important;
  /* margin-top: -80px  !important; */
}
#contentPart6 #pf9 {
  height: 670px !important;
  /* margin-top: -80px  !important; */
}
#contentPart6 #pfc {
  /* height: 680px !important; */
  /* margin-top: -80px  !important; */
}
#contentPart6 #pfd {
  height: 540px !important;
  /* margin-top: -80px  !important; */
}
#contentPart6 #pf10 {
  /* height: 700px !important; */
  /* margin-top: -80px  !important; */
}
#contentPart6 #pf16 {
  /* height: 700px !important; */
  /* margin-top: -80px  !important; */
}
#contentPart6 #pf17 {
  height: 640px !important;
  /* margin-top: -80px  !important; */
}
#contentPart6 #pf1b {
  height: 600px !important;
  /* margin-top: -80px  !important; */
}
#contentPart6 #pf1f {
  height: 630px !important;
  /* margin-top: -80px  !important; */
}
#contentPart6 #pf34 {
  height: 680px !important;
  /* margin-top: -80px  !important; */
}
#contentPart6 #pf31 {
  height: 700px !important;
  /* margin-top: -80px  !important; */
}
#contentPart6 #pf35 {
  height: 640px !important;
  /* margin-top: -80px  !important; */
}
#contentPart6 #pf36 {
  height: 680px !important;
  /* margin-top: -80px  !important; */
}
#contentPart6 #pf37 {
  height: 660px !important;
  /* margin-top: -80px  !important; */
}
#contentPart6 #pf38 {
  height: 700px !important;
  /* margin-top: -80px  !important; */
}
#contentPart6 #pf39 {
  height: 630px !important;
  /* margin-top: -80px  !important; */
}
#contentPart6 #pf3a {
  height: 630px !important;
  /* margin-top: -80px  !important; */
}
#contentPart6 #pf3b {
  height: 630px !important;
  /* margin-top: -80px  !important; */
}
#contentPart6 #pf3c {
  height: 550px !important;
  /* margin-top: -80px  !important; */
}
#contentPart6 #pf3d {
  height: 440px !important;
  /* margin-top: -80px  !important; */
}
#contentPart6 #pf3e {
  height: 550px !important;
  /* margin-top: -80px  !important; */
}
#contentPart6 #pf43 {
  height: 610px !important;
  /* margin-top: -80px  !important; */
}
#contentPart6 #pf44 {
  height: 630px !important;
  /* margin-top: -80px  !important; */
}
#contentPart6 #pf45 {
  height: 500px !important;
  /* margin-top: -80px  !important; */
}
#contentPart6 #pf1 .pc{
  margin-top: -270px !important;
}

.landscape_css {
    -webkit-transform: rotate(90deg) scale(0.75);
    -moz-transform: rotate(90deg) scale(0.75);
    -o-transform: rotate(90deg) scale(0.75);
    -ms-transform: rotate(90deg) scale(0.75);
    transform: rotate(90deg) scale(0.75);
    width: 100%;
    left: 48px;
    top: 58px;
  /*   -moz-transform: scale(0.75);
    -webkit-transform: scale(0.75);
    transform: scale(0.75); */
    background-color: #eff9fe;
    margin-top: -350px;
}
  @media screen and (-webkit-min-device-pixel-ratio:0) {
      
    .landscape_css {
     /*  zoom: 0.75; */
      
      /* -webkit-transform: rotate(90deg) !important;
      transform: rotate(90deg)  !important; */
    }
  }

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  
  /* CSS */
  .pc {
    margin-left: 30px !important;
  }
  
  #pf3 .pf3-thong-diep {
    margin-top: 10vh;
    font-size: 1.2em !important;
    font-weight: bolder;
    line-height: 1.2em;
    padding: 0px 5px;
  }
  #pf3 .pf3-cthdqt {
    padding: 0px 5px;
    font-size: 1.3em !important;
    line-height: 2em;
    font-weight: bolder;
  }
  
  #pf3 .pf3-content {
    padding: 5px 10px;
    margin-top: 35vh !important;
    font-size: 1.2em;
    width: 70vw !important;
    margin: 0px 5vw;
  }
  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
  /* CSS */
  #hero .btn{
    padding: 10px 10px;
  }
  /* .button-nav {
    bottom: 10vh;
  } */
  .button-nav .btn {
    padding: 5px 5px !important;
  }
  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape) & IPHONE X
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px),
only screen 
and (min-device-width: 375px) 
and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
    and (orientation : landscape) 
{
  
  /* CSS */
  #hero .top-page .top-header {
    padding-bottom: 2vh;
  }
  #hero .top-page .top-header .sub-title {
    font-size: 0.9em;
  }
  #hero .top-page .top-header .title {
    font-size: 1.1em;
  }
  #hero .vetinh > div > div > div > span {
    font-size: 1.1em  !important;
  }
  #hero .vetinh > div > div > span {
    font-size: 0.5em  !important;
  }
  #hero .vetinh .row > div {
    padding-bottom: 2vh;
  }
  .button-nav .btn {
    font-size: 0.6em !important;
    padding: 5px 15px !important;
  }
  #menu .fix-bar {
    padding: 0px;
  }
  #menu .menu-home {
    margin: 0px 15px;
  }
  #menu .menu-expand {
    margin: 0px 15px;
  }
  #menu .menu-social-text {
    display: none;
  }
  #menu .menu-social-icon {
   width: 100% !important; 
   left: 0px !important;
  }
  #menu .menu-social .menu-social-icon a {
    width: 40%;    
    margin: 2px 0px 2px 0px !important;
  }
  #footer {
    font-size: 0.6em;
  }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  
  /* CSS */
  
  /*--------------------------------------------------------------
  # Disable aos animation delay on mobile devices
  --------------------------------------------------------------*/
  [data-aos-delay] {
    transition-delay: 0 !important;
  }

  body {
    font-size: 12px;
  }
  #hero .container {
    height: 100vh !important;
  }
  #hero .top-page .top-header .title {
    font-size: 1.2em;
  }
  #hero .top-page .top-header .top-logo {
    text-align: left !important;
  }
  #hero .bonglua img {
    max-width: 90vw;
    max-height: 80vh;
    height: auto;
  }
  #hero .icon {
    display: none;
  }
  #hero .vetinh > div > div > div > span {
    font-size: 1.2em !important;
  }

  .button-nav .btn {
    margin-top: 1vh;
    padding: 10px 5px !important;
    width: 90vw;
    font-size: 0.9em;
  }
  #main {
    padding: 0px 0px 0px 20vw !important;
  }

  .hamburger-button {
    display: block;
  }

  .content-page #menu {
    display: none;
  }

  #menu .fix-bar {
    width: 20vw !important;
    margin-top: 50px;
  }
  #menu .menu-expand-div {
    left: 20vw !important;
    width: 80vw !important;
  }
  #menu .menu-social .menu-social-icon {
    left: 9vw !important;
  }
  .services .icon-box h4 {
    font-size: 1.8em;
  }

  .pc {
    margin-left: 0px !important;
  }
  
  #pf3 {
    background-position: 79% 0% !important;
  }
  .pc3 {
    
    left: 0px !important;
  }
  
  #pf3 .pf3-thong-diep {
    margin-top: 10vh;
    font-size: 1.2em !important;
    font-weight: bolder;
    line-height: 1.2em;
    padding: 0px 5px;
  }
  #pf3 .pf3-cthdqt {
    padding: 0px 5px;
    font-size: 1.3em !important;
    line-height: 2em;
    font-weight: bolder;
  }
  
  #pf3 .pf3-content {
    padding: 5px 10px;
    margin-top: 4vh !important;
    font-size: 1.2em; 
    width: 90vw !important;
    margin: 0px 5vw;
  }
}