body {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #333;
  background-color: #fff;
}
@media (max-width: 1199.98px) {
  body {
    margin-top: 60px; 
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Roboto", Helvetica, sans-serif;
}
iframe {
  display: block;
}
.grecaptcha-badge {
  display: none;
}
@media (min-width: 1400px) {
   
}
/****** My Defind ******/
@font-face {
  font-family: 'icomoon';
  src:  url('../../fonts/icomoon.eot?t7bhqr');
  src:  url('../../fonts/icomoon.eot?t7bhqr#iefix') format('embedded-opentype'),
    url('../../fonts/icomoon.ttf?t7bhqr') format('truetype'),
    url('../../fonts/icomoon.woff?t7bhqr') format('woff'),
    url('../../fonts/icomoon.svg?t7bhqr#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.icon-Icon-phone,.icon-Icon-Subcribe {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-Icon-phone:before {
  content: "\e900"; 
}
.icon-Icon-Subcribe:before {
  content: "\e901";
}


.wpcf7-form input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], select, textarea {width:100% !important;}
/************/


a {
  color: #333;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #333;
  text-decoration: none;
}
.career-img-box img, .section-member-inner img, .hr-slider .hr-item img ,.leader-slider .leader-img img,.news-thumb img,.vm-thumbnail img,.posts article.post .post-thumbnail img,.home-img {
  /*max-width: 100%;*/
  width: 100%;
  height: auto;
}
@media (min-width: 1200px) {
   .news-thumb img {
    width: 100%;
    height: 186px;
  }
}

.page-content img{
  max-width: 100%;
  height: auto;
}

.project img, .about img{
  width: 100%;
  height: auto;
}

@media (max-width: 1199.98px) {
  .project-bg{ 
    width: 100%;
    height: auto;
  }
  .lastproject .container-fluid{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /*.icon-group .icons-first img, .icon-group .icons-second img, .icon-group .icons-third img { width: 100%; height: auto; }*/
}


.close, .button.close{ color:#0d4b88; }
.khaosat-close{ color: #0d4b88 !important; }

.navbar {
  padding: 0;
}
@media (min-width: 1200px) {
  .navbar {
    justify-content: space-between;
  }
  .navbar-expand-xl .navbar-nav .nav-link{
    color: #fff;
    font-size: 15spx;
  } 
}
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-40 {
  margin-top: 40px;
}
.pt-20 {
  padding-top: 20px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pt-80 {
  padding-top: 80px;
}
.modal-backdrop.show {
  opacity: 0.8;
}

.scrollup {
  z-index: 50;
  width: 46px;
  height: 46px;
  position: fixed;
  bottom: 50px;
  color: #fff;
  right: 30px;
  display: none;
  background-color: #000;
  border: 1px solid #fff;
  transition: linear 0.2s all;
  -webkit-transition: linear 0.2s all;
  -moz-transition: linear 0.2s all;
  -ms-transition: linear 0.2s all;
  -o-transition: linear 0.2s all;
}
.scrollup:hover {
  background-position: 7px -22px;
  background-color: #fff;
  border: 1px solid #000;
}
.has_transition_800_quint {
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.23, 1, 0.32, 1),
    opacity 800ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 800ms cubic-bezier(0.23, 1, 0.32, 1),
    opacity 800ms cubic-bezier(0.23, 1, 0.32, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.has_transition_600_inout {
  -webkit-transition: -webkit-transform 600ms
      cubic-bezier(0.575, 0.005, 0.285, 1.005),
    opacity 600ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
  transition: transform 600ms cubic-bezier(0.575, 0.005, 0.285, 1.005),
    opacity 600ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.has_transition_600_quint {
  -webkit-transition: -webkit-transform 600ms cubic-bezier(0.23, 1, 0.32, 1),
    opacity 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 600ms cubic-bezier(0.23, 1, 0.32, 1),
    opacity 600ms cubic-bezier(0.23, 1, 0.32, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.has_transition_1000_quint {
  -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.23, 1, 0.32, 1),
    opacity 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1000ms cubic-bezier(0.23, 1, 0.32, 1),
    opacity 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.has_transition_1200 {
  -webkit-transition: -webkit-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1200ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.has_transition_1500 {
  -webkit-transition: -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.has_transition_1500_quint {
  -webkit-transition: -webkit-transform 1500ms cubic-bezier(0.23, 1, 0.32, 1),
    opacity 1500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1500ms cubic-bezier(0.23, 1, 0.32, 1),
    opacity 1500ms cubic-bezier(0.23, 1, 0.32, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.has_transition_1000_inout {
  -webkit-transition: -webkit-transform 1000ms
      cubic-bezier(0.575, 0.005, 0.285, 1.005),
    opacity 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
  transition: transform 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005),
    opacity 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.has_transition_1500_inout {
  -webkit-transition: -webkit-transform 1500ms
      cubic-bezier(0.575, 0.005, 0.285, 1.005),
    opacity 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
  transition: transform 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005),
    opacity 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.has_transition_1500_inout_quint {
  -webkit-transition: -webkit-transform 1500ms
      cubic-bezier(0.645, 0.045, 0.355, 1),
    opacity 1500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 1500ms cubic-bezier(0.645, 0.045, 0.355, 1),
    opacity 1500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.has_transition_1000_inout_quint {
  -webkit-transition: -webkit-transform 1000ms
      cubic-bezier(0.645, 0.045, 0.355, 1),
    opacity 1000ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 1000ms cubic-bezier(0.645, 0.045, 0.355, 1),
    opacity 1000ms cubic-bezier(0.645, 0.045, 0.355, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.has_transition_1600 {
  -webkit-transition: -webkit-transform 1600ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 1600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1600ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 1600ms cubic-bezier(0.19, 1, 0.22, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.has_transition_2000 {
  -webkit-transition: -webkit-transform 2000ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 2000ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.has_transition_2500 {
  -webkit-transition: -webkit-transform 2500ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 2500ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.has_transition_3000 {
  -webkit-transition: -webkit-transform 3000ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 3000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 2000ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 3000ms cubic-bezier(0.19, 1, 0.22, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.has_transition_3000_inout {
  -webkit-transition: -webkit-transform 3000ms
      cubic-bezier(0.575, 0.005, 0.285, 1.005),
    opacity 3000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
  transition: transform 3000ms cubic-bezier(0.575, 0.005, 0.285, 1.005),
    opacity 3000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.has_transition_800 {
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 800ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 800ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 800ms cubic-bezier(0.19, 1, 0.22, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.has_transition_1000 {
  -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.has_transition_600 {
  -webkit-transition: -webkit-transform 600ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 600ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 600ms cubic-bezier(0.19, 1, 0.22, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.has_transition_3500_inout {
  -webkit-transition: -webkit-transform 3500ms cubic-bezier(0.86, 0, 0.07, 1),
    opacity 3500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 3500ms cubic-bezier(0.86, 0, 0.07, 1),
    opacity 3500ms cubic-bezier(0.86, 0, 0.07, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.transform_only {
  -webkit-transition-property: transform, opacity !important;
  transition-property: transform, opacity !important;
}
.transform_all {
  -webkit-transition-property: all !important;
  transition-property: all !important;
}
@media (min-width: 1200px) {
  .no_opacity {
    opacity: 0 !important;
    pointer-events: none;
  }
  .no_visibility {
    visibility: hidden;
  }
  .no_width {
    transform: scale(0, 1);
  }
  .no_height {
    transform: scale(1, 0);
  }
  .disabled {
    pointer-events: none;
  }
  .top_single {
    opacity: 0 !important;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  .top_double {
    opacity: 0 !important;
    -webkit-transform: translateY(35px);
    transform: translateY(35px);
  }
  .top_hidden {
    -webkit-transform: translateY(102%);
    transform: translateY(102%);
  }
  .top_translated {
    -webkit-transform: translateY(300px);
    transform: translateY(300px);
  }
  .top_translated_full {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  .bottom_hidden {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .hidden_by_scaling_full {
    -webkit-transform: scale(0.01) !important;
    transform: scale(0.01) !important;
    pointer-events: none;
  }
  .hidden_by_scaling_low {
    -webkit-transform: scale(0.95) !important;
    transform: scale(0.95) !important;
    pointer-events: none;
    opacity: 0;
  }
}
.no_overflow {
  overflow: hidden;
  will-change: transform;
}
.no_transition {
  -webkit-transition: none !important;
  transition: none !important;
}
.covered {
  overflow: hidden;
  position: relative;
  will-change: transform;
}
.cover.blue {
  background: #0d4b88;
}
.cover.white {
  background: #ffffff;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.covered div.content {
  width: 100%;
  height: 100%;
}
.covered .content > .body {
  position: relative;
}
.cover {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: inherit;
  left: -100%;
  top: 0;
  display: none;
}
.cover.hidden {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.covered.vertical .cover {
  left: 0;
  top: -100%;
}
@media (min-width: 1200px) {
  .cover {
    display: block;
  }
}
.covered.vertical .cover.hidden {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.covered.vertical .content.hidden {
  -webkit-transform: translateY(-20%);
  transform: translateY(-20%);
}
#header {
  position: fixed;    
  z-index: 99999;
  width: 100%;
  top: 0;
  left: 0;
}
#header .logo {
  padding: 10px 0;
}
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s all linear;
  z-index: -1;
  opacity: 0;
}
#loading img {
  object-fit: cover;
  height: 100%;
  object-position: bottom;
}
#loading.show {
  opacity: 1;
  z-index: 999;
}
.logo {
  font-size: 28px;
  line-height: 28px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 0;
}
.logo img {
  height: 35px;
  width: auto;
}
.news-thumbs img{
  max-width: 100%;
}
@media (max-width: 1199.98px) {
  #header {
    background-color: #fff;
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
  }
  #header .container-fluid {
    /*padding-right: 0;*/
  }
  #header .logo {
    padding: 10px 0;
  }
  .collapse.show{
     
  } 
}
@media only screen and (min-width: 1200px) {
  #header {
    padding: 0 20px;
    transition: all 0.3s linear;
  }
  #header.fixed {
    background-color: #0d4b88; 
  }
  .logo img {
    height: 32px;
  }
  .logo .img-blue {
    display: none;
  }
}
@media only screen and (min-width: 1600px) {
  #header {
    padding: 30px 40px;
  }
  #header.fixed {
    padding: 5px 40px;
  }
  .logo img {
    height: 46px;
  }
}
#loading_page {
  background-color: #0d4b88;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s all linear;
}
#loading_page.hidden {
  opacity: 0;
}
#menu_overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
}
.menu-right ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.menu-right ul li {
  list-style: none;
  margin-left: 10px;
  padding-left: 5px;
  position: relative;
}
.menu-right ul li:before {
  content: "";
  height: 14px;
  width: 1px;
  background-color: #0d4b88;
  left: 0px;
  top: 18px;
  position: absolute;
}
.menu-right ul li:first-child:before {
  content: none;
}
.navbar-toggle {
  display: block;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  position: relative;
  outline: none;
}
.navbar-toggle:before {
  content: "Menu";
  top: 14px;
  left: 10px;
  color: #0d4b88;
  display: inline-block;
  text-indent: 0px;
  position: absolute;
  background: transparent !important;
  font-size: 9px;
  line-height: 9px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.7s color linear;
}
.navbar-toggle .navbar-toggle-inner {
  left: 10px;
  display: block;
  top: 50%;
  margin-top: 4px;
  width: 29px;
  height: 2px;
  background-color: #0d4b88;
  position: absolute;
  transition: transform 0.15s ease-out, background 0.7s ease;
  text-indent: -9999px;
}
.navbar-toggle .navbar-toggle-inner:after {
  content: "";
  display: block;
  width: 29px;
  height: 2px;
  background-color: #0d4b88;
  position: absolute;
  transition: transform 0.15s ease-out, background 0.7s ease;
}
.navbar-toggle .navbar-toggle-inner:after {
  bottom: -5px;
}
.navbar-toggle.active:before {
  content: "Close";
  transition: top 0.175s ease;
  top: 33px;
  left: 10px;
}
.navbar-toggle.active .navbar-toggle-inner {
  transform: rotate(45deg);
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 28px;
  margin-top: -4px;
  height: 1px;
}
.navbar-toggle.active .navbar-toggle-inner:after {
  height: 2px;
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.175s ease,
    transform 0.175s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.navbar-toggle.disable {
  pointer-events: none;
}
.search-toggle {
  color: #fff;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #86a5c3;
  border-radius: 50%;
}
.search-toggle:hover,
.search-toggle:active {
  color: #fff;
}
.primary-menu {
  padding-top: 20px;
}
.primary-menu-inner ul {
  list-style: none;
}
.primary-menu-inner > ul > li {
  position: relative;
  padding: 0 30px;
}
.primary-menu-inner > ul > li a {
  position: relative;
  color: #333;
  padding: 10px 0;
  display: block;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
}
.primary-menu-inner > ul > li a i {
  font-weight: 700;
}
.offcanvas-collapse {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 990;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  visibility: hidden;
  -webkit-transition: all 0s ease 0.8s;
  -o-transition: 0s all ease 0.8s;
  -moz-transition: 0s all ease 0.8s;
  transition: all 0s ease 0.8s;
}
.offcanvas-collapse.open {
  visibility: visible;
  -webkit-transition: all 0s ease 0s;
  -o-transition: 0s all ease 0s;
  -moz-transition: 0s all ease 0s;
  transition: all 0s ease 0s;
}
.offcanvas-collapse.open:before,
.offcanvas-collapse.open:after {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.offcanvas-collapse.open:before {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99)
      0.25s,
    -webkit-filter 0.2s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0.25s;
  transition: -webkit-transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0.25s,
    -webkit-filter 0.2s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0.25s;
  -o-transition: 0.2s filter cubic-bezier(0.91, 0.01, 0.6, 0.99) 0.25s,
    0.4s -o-transform cubic-bezier(0.91, 0.01, 0.6, 0.99) 0.25s;
  -moz-transition: 0.4s transform cubic-bezier(0.91, 0.01, 0.6, 0.99) 0.25s,
    0.2s filter cubic-bezier(0.91, 0.01, 0.6, 0.99) 0.25s,
    0.4s -moz-transform cubic-bezier(0.91, 0.01, 0.6, 0.99) 0.25s;
  transition: transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0.25s,
    filter 0.2s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0.25s;
  transition: transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0.25s,
    filter 0.2s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0.25s,
    -webkit-transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0.25s,
    -moz-transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0.25s,
    -o-transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0.25s,
    -webkit-filter 0.2s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0.25s;
}
.offcanvas-collapse.open:after {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99)
    0s;
  transition: -webkit-transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0s;
  -o-transition: 0.4s -o-transform cubic-bezier(0.91, 0.01, 0.6, 0.99) 0s;
  -moz-transition: 0.4s transform cubic-bezier(0.91, 0.01, 0.6, 0.99) 0s,
    0.4s -moz-transform cubic-bezier(0.91, 0.01, 0.6, 0.99) 0s;
  transition: transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0s;
  transition: transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0s,
    -webkit-transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0s,
    -moz-transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0s,
    -o-transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0s;
}
.offcanvas-collapse:before,
.offcanvas-collapse:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
  -webkit-filter: none;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.offcanvas-collapse:before {
  z-index: 9992;
  background: #0d4b88;
  -webkit-filter: blur(1px);
  filter: blur(1px);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99)
      0s,
    -webkit-filter 0.2s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0s;
  transition: -webkit-transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0s,
    -webkit-filter 0.2s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0s;
  -o-transition: 0.2s filter cubic-bezier(0.91, 0.01, 0.6, 0.99) 0s,
    0.4s -o-transform cubic-bezier(0.91, 0.01, 0.6, 0.99) 0s;
  -moz-transition: 0.4s transform cubic-bezier(0.91, 0.01, 0.6, 0.99) 0s,
    0.2s filter cubic-bezier(0.91, 0.01, 0.6, 0.99) 0s,
    0.4s -moz-transform cubic-bezier(0.91, 0.01, 0.6, 0.99) 0s;
  transition: transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0s,
    filter 0.2s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0s;
  transition: transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0s,
    filter 0.2s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0s,
    -webkit-transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0s,
    -moz-transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0s,
    -o-transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0s,
    -webkit-filter 0.2s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0s;
  filter: none;
}
.offcanvas-collapse:after {
  z-index: 9991;
  background: #fff;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99)
    0.25s;
  transition: -webkit-transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0.25s;
  -o-transition: 0.4s -o-transform cubic-bezier(0.91, 0.01, 0.6, 0.99) 0.25s;
  -moz-transition: 0.4s transform cubic-bezier(0.91, 0.01, 0.6, 0.99) 0.25s,
    0.4s -moz-transform cubic-bezier(0.91, 0.01, 0.6, 0.99) 0.25s;
  transition: transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0.25s;
  transition: transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0.25s,
    -webkit-transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0.25s,
    -moz-transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0.25s,
    -o-transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0.25s;
  filter: none;
}
.offcanvas-collapse-inner {
  padding: 30px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  background: transparent;
  position: relative;
  z-index: 9993;
  -webkit-transition: all 0.4s ease;
  -o-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  transition: all 0.4s ease;
  justify-content: center;
}
.offcanvas-collapse-left ul,
.offcanvas-collapse-right ul {
  list-style: none;
  margin: 0;
  width: 100%;
  padding: 0;
}
.offcanvas-collapse-left ul li,
.offcanvas-collapse-right ul li {
  margin-bottom: 10px;
}
.offcanvas-collapse-left ul li.current-menu-item > a,
.offcanvas-collapse-left ul li:hover > a,
.offcanvas-collapse-right ul li.current-menu-item > a,
.offcanvas-collapse-right ul li:hover > a {
  color: #c99b52;
}
.offcanvas-collapse-left ul li a,
.offcanvas-collapse-right ul li a {
  color: #fff;
  display: block;
}
.offcanvas-collapse-left ul li a span,
.offcanvas-collapse-right ul li a span {
  display: block;
  font-size: 18px;
  line-height: 32px;
}
.offcanvas-collapse-left ul li a span.top_hidden,
.offcanvas-collapse-right ul li a span.top_hidden {
  -webkit-transform: translateY(102%);
  transform: translateY(102%);
}
.offcanvas-collapse-right ul li ul {
  position: relative;
}
.offcanvas-collapse-right ul li ul:before {
  content: "";
  position: absolute;
  height: 90%;
  width: 1px;
  background-color: #fff;
  left: 0;
  top: 5%;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  -webkit-filter: none;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  transition: transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0.25s;
  transition-delay: 0.1s;
}
.offcanvas-collapse-right ul li ul.active:before {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.offcanvas-collapse-right ul li ul li a {
  padding-left: 8%;
  white-space: nowrap;
}
.offcanvas-collapse-right ul li ul li a span {
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .offcanvas-collapse-left ul li a span,
  .offcanvas-collapse-right ul li a span {
    font-size: 2.8vw;
    line-height: 4.6vw;
  }
  .offcanvas-collapse-right ul li ul li a {
    padding-left: 3%;
  }
  .offcanvas-collapse-right ul li ul li a span {
    font-size: 2.8vw;
    line-height: 4.6vw;
  }
}
@media (min-width: 992px) {
  .offcanvas-collapse-right ul li ul li a {
    padding-left: 8%;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-collapse-inner {
    margin-top: 60px;
  }
}
@media (min-width: 1200px) {
  .offcanvas-collapse-right {
    width: 16%;
  }
  .offcanvas-collapse-right ul li ul li a {
    padding-left: 8%;
  } 
}
.dangkytuvan{
  background-color: #fff; 
}
.dangkytuvan h4{
  color: #0d4b88; font-weight: bold;
}
.dangkytuvan p{
  color: #000; font-size: 15px;
}
.dangkytuvan .form-group label{
  color: #000;
  font-size: 14px;
  font-weight: 400;
}
.hotline_wrapper { 
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.hotline_wrapper .hotline { 
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #c99b52;
    border-radius: 3px;
    height: 45px;
    margin-bottom: 15px;
}
 .hotline_wrapper .hotline a {
    font-size: 14px;
    font-weight: 600;
    width: 50%;
    text-align: center;
}
.vertical_division_line {
    width: 1px;
    background: rgb(255 255 255 / 0.5);
    height: 30px;
}

.tuvanemail{
  width: 100%;
  display: block;
}
.sendtuvan{
  background-color: #c99b52;
  color: #fff;
  font-weight: bold;
}
.successicons{ 
  text-align: center;
  margin-bottom: 25px;
}
.successicons .successcle{
  border-radius: 50px;
  color: #fff;
  background-color: #C39C5D;
  width: 93px;
  height: 93px;
  font-size: 63px;
  margin: 0 auto;
}
.region{
  margin: 7px 25px;
  text-align: center;
}


#cta {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  z-index: 9995;
  transition: 0.4s all linear;
}
#cta.hidden {
  opacity: 0;
}
#cta .cta-social a {
  display: block;
  color: #fff;
  text-align: center;
  width: 24px;
  height: 36px;
  font-size: 1.1vw;
  line-height: 1.4vw;
  transition: color 0.6s linear;
}
@media (orientation: landscape) {
  .offcanvas-collapse-inner {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
  }
  .offcanvas-collapse-left ul li a span,
  .offcanvas-collapse-right ul li a span {
    font-size: 1.8vw;
    line-height: 2.6vw;
  }
  .offcanvas-collapse-left ul li ul li a span,
  .offcanvas-collapse-right ul li ul li a span {
    font-size: 1.8vw;
    line-height: 2.6vw;
  }
  .offcanvas-collapse-left {
    margin-right: 8%;
  }
  .offcanvas-collapse-right ul li ul li a {
    padding-left: 8%;
  }
}


.call-now-button { 
    position: fixed; 
    z-index: 1040;
    transition: 0.5s all;
    border-radius: 30px; 
    text-align: right;
}
.call-now-button a.cta-phone { 
    overflow: hidden;
    color: #0d4b88;  
}
.call-now-button a {
    position: relative;
    color: #0d4b88; 
    border-radius: 30px; 
    line-height: 28px; 
    /*text-transform: uppercase;*/
    font-weight: 600;
    text-align: center;
    box-sizing: content-box;
    text-decoration: none !important;
    box-sizing: border-box;
    background-color: #fff; 
    /*box-shadow: 0 0 0 4px rgba(255,255,255,.4);*/
    font-size: 25px; 
    /*box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;*/
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.call-now-button a.cta-lang { 
    text-align: center;
    padding: 14px 9px 9px 13px;
    overflow: hidden;
}
.hover-value {
  display: inline-block;
  visibility: collapse;
  width: 0%; 
  opacity: 0;
  font-size: 0;
  -webkit-transition: width 0s ;
  transition: width 0s ; 
  height: 23px;
  overflow: hidden;
}





@media (max-width: 1199.98px) {
  .call-now-button{
    position: fixed;
    z-index: 999;     
    color: #fff;   
    bottom: 79px;
    right: 20px;
    width: 150px;
  }
  .call-now-button a {
    display: inline-block;
    color: #fff;  
  }
  .call-now-button a.cta-phone{ 
    font-size: 24px;
    padding: 16px 17px 14px 17px; 
  }
  .call-now-button a.cta-lang {      
    color: #0d4b88; 
    font-size: 24px;
    padding: 16px 13px 16px 16px;
  }
  
}
@media (max-width: 810px) {
   .call-now-button{
      bottom: 79px;
      right: 22px;
    }
    @media only screen and (min-height: 1080px) {   /* ipad */
      .call-now-button{ bottom: 62px;right: 17px;}
      .call-now-button a.cta-phone{ padding: 7px 12px 7px 12px; font-size: 20px;}
      .call-now-button a.cta-lang { padding: 7px 9px 7px 11px; font-size: 20px;}
    }
}
@media (max-width: 768px) {
   .call-now-button{
      bottom: 79px;
      right: 23px;
    }
    .footer-title{
      font-size: 27px;
    } 
}
@media (max-width: 555px) {
   .call-now-button{
      bottom: 79px;
      right: 22px;
    }
    .footer-title{
      font-size: 27px;
    } 
}
@media (max-width: 450px) {
   .call-now-button{
      bottom: 79px;
      right: 20px;
    }
    .footer-title{
      font-size: 27px;
    } 
}
@media (max-width: 320px) {
   .call-now-button{
      bottom: 79px;
      right: 7%;
    }
    .footer-title{
      font-size: 27px;
    } 
}

@media (min-width: 1200px) {
  .call-now-button {
    bottom: 79px;
    right: 1.5%;
    padding-top: 70px;
  }
  @media screen and (min-height: 621px)   {
    .call-now-button {
      bottom: 79px;
    }
  } 
  .call-now-button a{
    font-size: 28px;
  }  
  .call-now-button a.cta-lang{
    padding: 15px 11px 11px 14px;
  }
  .call-now-button a.cta-phone { 
    padding: 15px 16px 9px 15px; 
    height: 42px;
  }
  .call-now-button a.cta-phone:hover .hover-value { 
    visibility: visible;
    width: 55%; 
    font-size: 18px; 
    opacity: 1;  
    padding: 0; 
    margin: 0;
  }
  .call-now-button a.register:hover .hover-value { 
    visibility: visible;
    width: 75%; 
    font-size: 18px;
    opacity: 1;  
    padding: 0; 
    margin: 0;
  }  
.call-tell, .call-register{
  display: block;
}
.call-tell{
  padding: 20px 0;
} 
.call-register{
  padding: 20px 0;
}

  .mcontrol{ margin-left: 20px !important; }
  .offcanvas-collapse {
    align-items: center;
  }
  .offcanvas-collapse-inner {
    height: auto;
    padding: 60px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
  }
  .offcanvas-collapse-left ul li a span,
  .offcanvas-collapse-right ul li a span {
    font-size: 2vw;
    line-height: 3vw;
    font-weight: 500;
  }
  .offcanvas-collapse-left {
    margin-right: 5%;
  }
  .offcanvas-collapse-right ul li ul li a span {
    line-height: 2.6vw;
    font-size: 1.8vw;
  }
  #menu_overlay {
    display: none !important;
  }
  .navbar-toggle:before {
    color: #fff;
    font-size: 10px;
    line-height: 10px;
  }
  .navbar-toggle .navbar-toggle-inner {
    background-color: #fff;
    width: 32px;
  }
  .navbar-toggle .navbar-toggle-inner:after {
    width: 32px;
    background-color: #fff;
  }
  .navbar-toggle.active:before {
    top: 44px;
  }
  .navbar-toggle.active .navbar-toggle-inner {
    width: 32px;
  }
  .navbar-toggle.active .navbar-toggle-inner:after {
    height: 3px;
  }
.dropdown-menu{ background-color: rgba(26, 60, 140, 0.54);  }

.pbt0{
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

  body.white .img-blue {
    display: block;
  }
  body.white .img-white {
    
    /*display: none;*/

  }
  body.white .menu-right ul li:before {
    background-color: #0d4b88;
  }
  body.white .navbar-toggle:before {
    color: #0d4b88;
  }
  body.white .navbar-toggle .navbar-toggle-inner {
    background-color: #0d4b88;
  }
  body.white .navbar-toggle .navbar-toggle-inner:after {
    background-color: #0d4b88;
  }
  body.white .search-toggle {
    color: #0d4b88;
  }
  body.white .search-toggle:hover {
    color: #0d4b88;
  }
  body.white #cta .cta-social a {
    color: #0d4b88;
  }
  body.white #header{
    /*background-color: rgba(26, 60, 140, 0.54);*/
    background-color:#0d4b88;
  }
  body.white .navbar-expand-xl .navbar-nav .nav-link{
    color: #fff;
  }
  body.blue .img-blue {
    display: none;
  }
  body.blue .img-white {
    display: block;
  }
  body.blue .menu-right ul li:before {
    background-color: #fff;
  }
  body.blue .navbar-toggle:before {
    color: #fff;
  }
  body.blue .navbar-toggle .navbar-toggle-inner {
    background-color: #fff;
  }
  body.blue .navbar-toggle .navbar-toggle-inner:after {
    background-color: #fff;
  }
  body.blue .search-toggle {
    color: #fff;
  }
  body.blue .search-toggle:hover {
    color: #fff;
  }
  body.blue #cta {
    opacity: 1;
  }
  body.blue #cta .cta-social a {
    color: #fff;
  }
  .search-toggle {
    font-size: 24px;
    height: 50px;
    width: 50px;
    transition: color 0.7s ease;
    background-color: transparent;
  }
  .search-toggle:hover {
    color: #fff;
  }
  .menu-right ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
  }
  .menu-right ul li {
    margin-left: 15px;
    padding-left: 15px;
  }
  .menu-right ul li:before {
    height: 20px;
    width: 1px;
    background-color: #fff;
    left: 0px;
    top: 15px;
    transition: background 0.7s linear;
  }
  #cta .cta-social a {
    font-size: 18px;
    height: 40px;
  }
}

/*
  1400px
*/
@media (min-width: 1400px) {
  .call-now-button {
    bottom: 84px;
    right:20px; 
  }
  .call-now-button a.cta-land{
    padding: 16px 17px 10px 15px;
  }
  .call-now-button a.cta-phone{
    padding: 15px 17px 12px 17px;
  }
}
/*
  1600px
*/
@media (min-width: 1600px) {
  .call-now-button {
    bottom: 82px;
    right: 1%; 
  }
  .call-now-button a.cta-land{
    padding: 16px 17px 10px 16px;
  }
  .call-now-button a.cta-phone{
    padding: 15px 16px 10px 17px;
  }
  #cta {
    left: 50px;
  }
  #cta .cta-social a {
    font-size: 20px;
    width: 24px;
    height: 50px;
  }
}
@media (min-width: 1600px) {
  .menu-right ul li {
    margin-left: 10px;
    padding-left: 10px;
  }
}



i.arrow {
  border: solid #333;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}
.search-icon {
  position: relative;
  width: 14px;
  display: block;
  padding: 0 0 10px;
}
.search .search-circle {
  width: 14px;
  height: 14px;
  border: 2px solid #333;
  border-radius: 100px;
  display: block;
}
.search .search-rectangle {
  position: absolute;
  right: -4px;
  bottom: 7px;
  width: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 2px solid #333;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  display: block;
}
.search-panel {
  cursor: pointer;
  color: #fff !important;
}
.search-panel-query-icon {
  height: 24px;
  width: 24px;
  fill: #333;
}
#toggle-search {
  position: absolute;
  top: 100%;
  right: 0;
  display: flex;
  align-items: center;
  z-index: 99;
}
#toggle-search.hide {
  display: none;
}
#toggle-search input {
  width: 274px;
  padding: 10px;
  outline: none;
}
#toggle-search button {
  border: 0;
  color: #111;
  cursor: pointer;
  font-size: 18px;
  height: 20px;
  margin: 0;
  overflow: hidden;
  position: absolute;
  right: 15px;
  top: 8px;
  padding: 0;
  background: 0 0;
  outline: none;
}
@media (min-width: 1200px) {
  .search-panel {
    cursor: pointer;
    color: #fff !important;
    font-size: 20px;
    display: block;
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
  }
}
.section-title {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.section-title.partner-section-title {
  color: #fff;
}
.section-title.partner-section-title:after {
  background-position: 0 0;
}
.section-title.news-section-title {
  color: #004e75;
}
.section-title.news-section-title:after {
  background-position: -160px 0;
}
.contact-group {
  height: 100%;
  display: flex;
  width: 100%;
  align-items: center;
}
.contact-group-inner {
  width: 100%;
}
/*
  footer
*/
.footer-title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
}
.footer-title span {
  display: block;
}
.foot-col p {
  color: #0d4b88;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.foot-col p a {
  color: #0d4b88;
}
.foot-col p i {
  width: 32px;
  font-size: 16px;
  line-height: 24px;
}
.foot-col p:last-child {
  margin-bottom: 0;
}
.foot-col p span {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
}
.foot-col p .bct {
  display: block;
} 
.footer-social {
    position: relative;     
    padding-top: 5px;
}
@media (min-width: 1200px) {
  .footer-social {
    
  }
}
@media (max-width: 1199px) {
  .footer-social {
     
  }
}
@media (max-width: 900px) {
  .footer-social {
    width: 100%;
  }
}
.footer-social a {
    width: 40px;
    height: 40px; 
    justify-content: center;
    color: #202C45;
    background: #0b447b; 
    margin-right: 5px;
    transition: .5s;
    color:#fff !important ;
    margin-right: 15px;
}
.footer-social a:hover {
  color:#0d4b88;
  background: #c99b52; 
}

@media (min-width: 768px) {
  .footer-title {
    font-size: 24px;
  }
  .foot-col p i {
    width: 40px;
  }
  .foot-col p span {
    font-size: 16px;
  }


}
@media (min-width: 992px) {
  .footer-title {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .footer-title {
    color: #fff;
    font-size: 32px;
    margin-bottom: 5%;
  }
  .footer-social img {
    width: 10vw;
  }
  .foot-col p {
    margin-bottom: 4%;
  }
  .foot-col p span {
    font-size: 16px;
    line-height: 24px;
  }
  .contact-group-inner {
    padding: 20px 0;
  }
}
@media (min-width: 1600px) {
  .contact-group-inner {
    padding: 60px 0;
  }
  .foot-col p span {
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
  }
}
#menu-footer-menu {
  padding: 0;
  margin: 0;
}
#menu-footer-menu li {
  list-style: none;
}
#menu-footer-menu li a {
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  display: block;
}
@media (min-width: 1200px) {
  #menu-footer-menu li {
    margin-top: 16px;
  }
  #menu-footer-menu li a {
    font-size: 15px; 
  }
}
@media (min-width: 1600px) {
  #menu-footer-menu li {
    margin-top: 30px;
  }
  #menu-footer-menu li a {
    font-size: 15px;
    line-height: 16px;
  }
}
.social-group {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.social-group .footer-social {
  color: #fff;
  font-size: 1.2vw;
  margin-right: 20px;
  display: inline-block;
}
.m-social-group {
  background: #0d4b88;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
.m-social-group a {
  color: #fff;
  font-size: 20px;
  display: block;
  margin: 0 20px;
}
.subscribe-title {
  text-transform: uppercase;
  color: #0d4b88;
  font-size: 18px;
  font-weight: 700;
}
#subscribe_form {
  width: 100%;
  margin: 0 auto;
  display: inline-block;
}
#subscribe_form .wpcf7-form-control.wpcf7-email {
  padding: 0 10px;
  height: 34px;
  float: left;
  border-radius: 0;
  border-width: 1px 0 1px 1px;
  /*
  border-color: #0d4b88;
  border-style: solid;
  background-color: transparent;
  */ 
  outline: none; 
}
#subscribe_form .wpcf7-form-control.wpcf7-email::placeholder {
  color: #0d4b88;
}
#subscribe_form .wpcf7-form-control-wrap.email {
  position: relative;
  float: left;
  width: calc(100% - 64px);
  max-width: 100%;
}
#subscribe_form .wpcf7-form-control-wrap.email:after {
  position: absolute;
  content: "";
  width: 60px;
  height: 34px;
  top: 0;
  left: 100%;
  z-index: -1;
  background: #fff;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #0d4b88;
}
#subscribe_form input.wpcf7-form-control.wpcf7-submit {
  width: 58px;
  margin: 0;
  background: #0d4b88;
  color: #fff;
  border: 0;
  text-transform: uppercase;
  font-weight: 500;
  height: 30px;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  margin: 2px 2px 2px 0;
  float: left;
}
#subscribe_form span.wpcf7-not-valid-tip {
  display: none;
}
#subscribe_form div.wpcf7-validation-errors,
#subscribe_form div.wpcf7-acceptance-missing,
#subscribe_form .wpcf7-response-output {
  display: block;
  clear: both;
  border: none;
  color: #333;
  padding: 0;
  margin: 0;
  font-size: 13px;
}
span.wpcf7-not-valid-tip {
  text-align: left;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border-color: none;
  color: #afafaf;
}
.wpcf7-mail-sent-ok {
  color: #fff;
  border: 1px solid #fff;
  padding: 5px 10px;
  text-align: center;
}
.ajax-loader {
  font-family: "Font Awesome 5 Pro";
  color: #0d4b88;
  display: none;
  clear: both;
}
.ajax-loader.is-active {
  display: block;
}
.ajax-loader.is-active:before {
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  -ms-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.ajax-loader:before {
  display: inline-block;
  content: "\f110";
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.screen-reader-response {
  display: none;
}
.wpcf7-not-valid-tip {
  display: block;
  text-align: left;
  color: #afafaf;
}
.grecaptcha-badge {
  display: none;
}
.copy {
  background-color: #fff;
  padding: 10px 0;
  text-align: center; 
  color: #0d4b88;
}
.footer-title-c {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #0d4b88;
}
.footer-title-c span {
  color: #0d4b88;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 32px;
}

.charts{
  background-color: #dfdfdf;
}


.chart {
    padding: 2px 8px;
    display: flex;
    justify-content: space-between;
    height: 40px;
    margin-top: 15px;
    
}
.ht_flex {
    display: flex;
}
.chart_info_wrapper {
    display: flex;
    flex-direction: column;
    font-size: 11px;
    font-weight: 500;
}
.chart_text {
    color: #162B75;
}
.chart_value {
    color: #DCA447;
    font-weight: 600;
}











@media (min-width: 768px) { 
  .m-social-group a {
    font-size: 28px;
  }
  .foot-col p i {
    width: 50px;
    font-size: 28px;
    line-height: 32px;
  }
  .footer-title-c span {
    font-size: 28px;
  }
  #subscribe_form .wpcf7-form-control.wpcf7-email {
    height: 44px;
  }
  #subscribe_form .wpcf7-form-control-wrap.email:after {
    height: 44px;
  }
  #subscribe_form input.wpcf7-form-control.wpcf7-submit {
    height: 40px;
  }
}
@media (max-width: 1198.98px) {
  .section-contact {
    padding: 30px 0 0;
    background-color: #fff;
  }
  .charts{
    display: none;
  }
}
@media (min-width: 1200px) {
  .social-group {
    margin-bottom: 5%;
  }
  .footer-contact {
    display: flex;
    height: 100%;
    /*align-items: flex-end;*/
  }
  .contact-group {
    padding: 0 50px;
  }
  .foot-col p {
    color: #fff;
  }
  .foot-col p i {
    width: 36px;
    font-size: 18px;
    line-height: 18px;
  }
  .foot-col p a {
    color: #fff;
  }
  #subscribe_form input.wpcf7-form-control.wpcf7-submit {
    background: #fff;
    color: #0d4b88;
  }
  #subscribe_form {
    width: 260px;
  }
  #subscribe_form .wpcf7-form-control.wpcf7-email {
    border-color: #fff;
  }
  #subscribe_form .wpcf7-form-control.wpcf7-email::placeholder {
    color: #fff;
  }
  #subscribe_form .wpcf7-form-control-wrap.email:after {
    background: #0d4b88;
    border-color: #fff;
  }
  .subscribe-title {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
  }
  .ajax-loader {
    color: #fff;
  }
  div.wpcf7-validation-errors,
  div.wpcf7-acceptance-missing,
  .wpcf7-response-output {
    color: #fff;
  }
  .copy {
    font-size: 1vw;
    padding: 20px 0;
  }
  .section-contact {
    background-color: #0d4b88;
  }
}
@media (min-width: 1600px) {
  #subscribe_form {
    width: 330px;
  }
  #subscribe_form .wpcf7-form-control.wpcf7-email {
    height: 40px;
  }
  #subscribe_form .wpcf7-form-control-wrap.email {
    width: calc(100% - 68px);
  }
  #subscribe_form .wpcf7-form-control-wrap.email:after {
    width: 68px;
    height: 40px;
  }
  #subscribe_form input.wpcf7-form-control.wpcf7-submit {
    width: 66px;
    height: 36px;
  }
  .subscribe-title {
    font-size: 18px;
    line-height: 32px;
  }
  .foot-col.first-col {
    flex: 0 0 36%;
    max-width: 36%;
  }
  .foot-col.second-col {
    flex: 0 0 32%;
    max-width: 32%;
  }
  .foot-col.third-col {
    flex: 0 0 32%;
    max-width: 32%;
  }
  .foot-col p {
    color: #fff;
  }
  .foot-col p i {
    width: 40px;
    font-size: 22px;
    line-height: 22px;
  }
}
@media (max-width: 1199.98px) and (orientation: landscape) {
  .footer-title-c span {
    display: block;
  }
}
aside.p10 {
  padding: 10px 0;
}
aside.p20 {
  padding: 20px 0;
}
aside.line {
  margin-bottom: 20px;
  margin-top: 20px;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.loading-cover {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 45vh;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translate3d(0, 0, 0.01);
  transform: translate3d(0, 0, 0.01);
  background-position: 0px 0px;
  z-index: -1;
}
.loading-logo {
  max-width: 100%;
  height: auto;
  width: 66vw;
}
.loading-circle {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 15vw;
  height: 15vw;
  bottom: 3vh;
}
.loading-circle svg {
  height: 100%;
  width: 100%;
}
.loading-circle #icon-circle {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform-origin: center center;
  -webkit-animation: spin 1.6s linear infinite;
  -moz-animation: spin 1.6s linear infinite;
  -ms-animation: spin 1.6s linear infinite;
  -o-animation: spin 1.6s linear infinite;
  animation: spin 1.6s linear infinite;
  animation-direction: reverse;
}
.loading-circle #icon-g {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: center center;
  -webkit-animation: spin 1.6s linear infinite;
  -moz-animation: spin 1.6s linear infinite;
  -ms-animation: spin 1.6s linear infinite;
  -o-animation: spin 1.6s linear infinite;
  animation: spin 1.6s linear infinite;
}
.cls-1,
.cls-2,
.cls-3 {
  font-size: 19px;
  fill: #fff;
}
.cls-1 {
  font-weight: 700;
}
.cls-2 {
  font-weight: 200;
}
@media (min-width: 768px) {
  .loading-logo {
    width: 32vw;
  }
  .loading-circle {
    width: 10vw;
    height: 10vw;
    bottom: 2vh;
  }
}
@media (min-width: 1200px) {
  .loading-cover {
    height: 55vh;
  }
  .loading-logo {
    width: 28vw;
  }
  .loading-circle {
    width: 4.6vw;
    height: 4.6vw;
    bottom: 0;
  }
}
@media (max-width: 1199.98px) and (orientation: landscape) {
  .loading-logo {
    width: 20vw;
  }
  .loading-circle {
    width: 6vw;
    height: 6vw;
    bottom: 2vh;
  }
}
@keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1920px 0;
  }
}
@-moz-keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1920px 0;
  }
}
@-webkit-keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1920px 0;
  }
}
@-ms-keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1920px 0;
  }
}
@-o-keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1920px 0;
  }
}
#fp-nav {
  margin: auto !important;
  position: fixed;
  bottom: 0;
  top: 25%;
}
#fp-nav.fp-right {
  right: 10px;
}
#fp-nav.white ul li a {
  color: #0d4b88;
}
#fp-nav.white ul li .fp-tooltip {
  color: #0d4b88;
}
#fp-nav ul {
  margin: 0;
}
#fp-nav ul li {
  position: relative;
  display: block;
  vertical-align: top;
  height: auto;
  margin: 10px 0 0;
}
#fp-nav ul li a {
  display: block;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transition-delay: 0.7s;
  width: 40px;
  height: 4vh;
  text-align: center;
}
#fp-nav ul li a span {
  content: " ";
  width: 2px;
  height: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: -4px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 0;
  background-color: #c99b52;
  transform: scaleY(0);
  transform-origin: center;
}
#fp-nav ul li a.active {
  width: 40px;
  height: 4vh;
}
#fp-nav ul li a.active span {
  transform: scaleY(1);
}
#fp-nav ul li a.active + .fp-tooltip {
  width: auto;
  opacity: 1;
}
#fp-nav ul li a + .fp-tooltip {
  color: #fff;
}
#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  opacity: 1;
  cursor: pointer;
  z-index: -1;
  font-size: 0.9vw;
  font-weight: 700;
}
#fp-nav ul li .fp-tooltip.fp-right {
  left: 15px;
}
#fp-nav ul li .fp-sr-only {
  display: none;
}
.ferea a{ color: #fff; }


@media (min-width: 1600px) {
  #fp-nav ul li a {
    height: 6vh;
  }
  #fp-nav ul li a.active {
    height: 6vh;
  }
  #fp-nav ul li:hover a {
    height: 6vh;
  }
  #fp-nav ul li:hover a.active {
    height: 6vh;
  }
}
.section {
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.breadcrumbs-list {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  visibility: hidden;
}
.breadcrumbs-list > span {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
}
.breadcrumbs-list > span a {
  color: #fff;
  transition: color 0.3s;
}
.breadcrumbs-list > span span.breadcrumb_last {
  color: #fff;
}

@media (min-width: 1200px) {
  .breadcrumbs {
    padding: 0 20px;
  }
  .breadcrumbs .breadcrumbs-holder {
    height: 240px;
    padding: 30px 0;
  }
  .breadcrumbs-list > span {
    font-size: 12px;
  } 
  .lineline{
    background-color: #41709d;
    height: 1px;
    width: 95%; 
  }
}
@media (min-width: 1600px) {
  .breadcrumbs {
    padding: 0 40px;
  }
  .breadcrumbs .breadcrumbs-holder {
    height: 320px;
    padding: 40px 0;
  }
  .breadcrumbs-list > span {
    font-size: 13px;
  }
}
.banner_group {
  position: relative;
  width: 100%;
  vertical-align: middle;
  background-color: #fff;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  z-index: 9;
}
.banner_group.parallax {
  background-attachment: fixed;
}
.banner_group:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.banner_group .banner-holder {
  display: flex;
  align-items: flex-end;
  height: 250px;
  padding-top: 15px;
}
@media (min-width: 768px) {
  .banner_group .banner-holder {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .banner_group {
    padding: 0 20px;
  }
  .banner_group .banner-holder {
    height: 256px;
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1600px) {
  .banner_group {
    padding: 0 40px;
  }
  .banner_group .banner-holder {
    height: 410px;
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.page-title {
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  margin: 0;
  font-weight: 600;
  text-shadow: 1px 1px 1px #333;
}

/*
  Cus care
*/
.cus_aboutus_title, .cus_despt, .cus_note, .cus_aboutus_tools{
  margin: 0 0 12px 0;
}
#cus_aboutus{}
#cus_aboutus .cus_aboutus_title{ font-size: 32px; color:#0d4b88; text-transform: uppercase; }
#cus_aboutus .cus_despt{}
#cus_aboutus .cus_note{ padding-left: 15px; border-left: 1px solid #c99b52;}
#cus_aboutus .cus_aboutus_tools{}
#cus_aboutus ul.about_tools{ margin: 0; padding: 0; }
#cus_aboutus ul.about_tools li{ margin: 0; padding: 0; list-style-type: none; display: inline-block; margin-right: 15px;}
#cus_aboutus ul.about_tools li a{ display: block; background-color:#0d4b88; color:#fff ; padding: 7px 15px; border-radius: 5px; }
.ftitle{
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
}



#main_content {position: relative;z-index: 10;}
.contacterea{color:#fff;}
#contact{background-color: #0d4b88;}
#subscribe_form input.wpcf7-form-control.wpcf7-submit {background: #0d4b88;color: #fff;}

.contact-title h2{ color: #0d4b88;}
.contacterea p, .contacterea a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}


.back-to-top{
  width: 40px;
  height: 40px;
  opacity: 0.8;
  position: fixed;
  bottom: 15px;
  left: 15px; 
  z-index: 999; 
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 50%;
  border: 1px solid #fff;
  font-size: 27px;
  padding-left: 7px;
  color: #c99b52;
  cursor: pointer;
}
.back-to-top:hover{
  border: 1px solid #c99b52;
  color: #000;
}
.back-to-top img{ width: 100%; }
.form-lable{ padding: 13px 0; color: #0d4b88; }

 

.loaidv{ background-color: #f6f6f6;color: #0d4b88; font-weight: bold; }

  
  .opt_children {
    max-height: 200px;
    overflow: auto;
    background-color: #ffffff;
    color: #222222;
    font-weight: 600;
    width: 100%;
    max-width: unset;
  }

  .opt_children span {
    padding-left: 40px;
    cursor: pointer;
    height: 40px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #EDEDED;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
  }

  .opt_children span:hover {
    background-color: #F4E7C8;
  }

  .opt_title {
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    height: 40px;
    display: flex;
    align-items: center;
    padding-left: 20px;
  }

.opt_title a{
  display: block;
  width: 100%;
  padding: 7px 0;
  color: #fff;
}
#exampleModalCenter{
  z-index: 99999;
}
#ModalCenter{
  z-index: 99999;
}
.option {
    color: #ffffff;
    border-bottom: 1px solid #cac4c4;
}
.wques {
    display: none;   
    background-color: #c99b52;
    border: 1px solid rgb(255, 255, 255); 
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
    filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.2));
}
.lhwques{
  position: absolute;
  z-index: 999; width: 95%;
  display: none;   
  background-color: #c99b52;
  border: 1px solid rgb(255, 255, 255);  
  overflow: hidden;
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.2));
  margin-top: 40px;
}
.emailform{
  display: none;
}
.btnsearch{
  background-color: #c99b52;
  color: #fff;
}
.btnsearch-blue{
  background-color: #0d4b88;
  color: #fff;
}
.head-title span{
  text-transform: uppercase;
}
.list-inlineblock{
  display: inline-block;
}
a.bocongthuong{
  padding: 25px 0;
}
a.bocongthuong img{
  width: 163px;
}

#contact_form {

}
#contact_form .bline{
  
}
#contact_form .bline .lable{
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  margin: 10px 0 7px 0;
  border-bottom: 1px solid #E4E4E4;
  height: 50px;
  margin-left: 15px; margin-right: 15px;

}
#contact_form .bline .lable label{
  width: 171px;
  margin: 0;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #222222;
  padding-left: 40px;
  position: relative;
}
#contact_form .bline .col-lg-12{
  padding-right: 0;
  padding-left: 0;
  padding-right: 15px;
  margin-left: 15px;
}
#contact_form .bline .lable label[for="ho-ten"]::before {
    background-image: url('../../../../../wp-content/uploads/2021/10/lh_user.svg');
}
#contact_form .bline .lable label[for="phone"]::before {
    background-image: url('../../../../../wp-content/uploads/2021/10/lh_phone.svg');
}
#contact_form .bline .lable label[for="email"]::before {
    background-image: url('../../../../../wp-content/uploads/2021/10/lh_mail.svg');
}
#contact_form .bline .lable label[for="requires"]::before {
    background-image: url('../../../../../wp-content/uploads/2021/10/lh_addr.svg');
}
#contact_form .bline .lable label[for="smsform"]::before {
    background-image: url('../../../../../wp-content/uploads/2021/10/lh_text.svg');
}



#contact_form .bline .lable label::before {
    content: "";
    position: absolute;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 22px;
    height: 26px;
    left: 0;
}

.formcontrol{
  border: 0;
  box-shadow: none;
  font-size: 14px;
  font-weight: 400;
  padding-left: 10px;
  height: 49px;
  outline: 0;
  color: #222222;
}
.smsform{
  z-index: 998;
  position: relative;
}

.col-lable{
  margin-left: 15px; margin-right: 15px;
}
.languages a{
  color: #c99b52;
  text-transform: uppercase;
  font-weight: 700 !important;
  font-size: 15px;
}
/*
  reponsive alll
  min
*/
@media (min-width: 768px) {
  .project-item-link.active {
    background-color: #0d4b88;
    color: #fff;
  }
  .filter-tab-inner ul li a {
    padding: 18px 52px;
    font-size: 18px;
  }
  .filter-tab { transform: translateY(-50%); }
  .filter-tab-inner ul li {  margin: 0 2px; }
  .filter-tab-inner ul li a { background-color: #e5eef7; }
  .locate-map img, .img-group img { width: 100%; height: auto; }
  .explo{display: none;}
  .footer-social {display: flex; float: left;}
  .footer-social a {display: flex;align-items: center;}
  .hotline_wrapper .hotline {
    width: 285px;
  }
  .hotline_wrapper {
      width: 270px;
  }
  .fnote{
    display: none;
  }
  .flogo{margin-top: 32px; margin-bottom: 32px;}
  .fmenu{
    margin-bottom: 35px;
  }
}
@media (min-width: 977px) {
  .contact-title{ text-align: right; }
  .contact-title{width: 186px; overflow: hidden; float: right; padding-top: 56px;}
  .footer-title{ text-align: right; width: 225px; overflow: hidden; float: left;} 

}
@media (min-width: 1200px) {
  .flogo{width: 208px; overflow: hidden; float: left; } 
  .contacterea{ margin-top: 101px; }
  .footer-title{width: 230px; }
  .career-left-col{margin-top: -11%;}
  /*.call-now-button{  min-width: 300px; }*/
  div.call-now-button:hover{  min-width: 300px; }

  .page-title {font-size: 32px;line-height: 32px;} 
  .contacterea{ margin-top: 50px; margin-bottom: 50px;}
  .flogo img{ max-width: 100%; }
  .form-lable{   color: #fff;  font-size: 20px; }
  .frmform .wpcf7-form-control-wrap{ margin-bottom: 20px; }
  .mcons{margin-top: 30px;}
  .dangkytuvan{ padding: 0 25px; }

  /*.modal-dialog {width: 600px;margin: 30px auto;max-width: 600px;}*/
}
@media (min-width: 1366px) {
  .call-now-button{
    bottom: 81px;
  } 
  .call-now-button a.cta-lang{
    font-size: 26px;
    padding:15px 12px 11px 14px;
  }
  .site-navigation .container{ padding-right:0 }
}
@media (min-width: 1400px) {
  .ffooter .container{ 
    margin-left: 0 !important;
    width: 100%;
  } 
}
@media (min-width: 1600px) {
  .ffooter .container{  
    width: 100%;
  } 
  .page-title {font-size: 52px;line-height: 52px;}
  .support_care{
    margin-top: 9%;
  }
}

/**********
  max
**********/
@media (max-width: 1199.98px) {
  .career-left-col{margin-top: -50%;}
  #subscribe_form{ padding-bottom:15px;}
  #menu-footer-menu li a{ line-height:25px; }
  .ffooter .container{ padding-left: 0 !important; padding-right: 0 !important; }
  .flogo img{ max-width: 100%; }
  .footer-social img {
    width: 25%;
  }

}
@media (max-width: 810px) {
  .ftitle{ text-transform: uppercase; padding-top: 20px; }
  .call-now-button{ width: 50%; }
  .footer-social img {
    width: 27%;
  }
}
@media (max-width: 791px) {
  .lastproject{ padding-top:7px; } 
  .career-left-col{margin-top: -64%;}
  #subscribe_form .wpcf7-form-control.wpcf7-email{background-color: #fff;border-color: #fff;}
  .ftitle{padding-top:10px;padding-bottom: 7px;}  
  .footer-title{font-size: 22px;}
  #menu-footer-menu li{line-height: 25px;}
  #subscribe_form input.wpcf7-form-control.wpcf7-submit {width: 57px; height: 30px;}
  .flogo img{ max-width: 255px; }
  .flogo{margin-top: 32px; margin-bottom: 32px;}
  .footer-social img {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .flogo{
    /* text-align: center;*/
  }
  .hotline_wrapper,.hotline_wrapper .hotline{
    width: 100%;
  }
  .explo{
    display: none;
  } 
  .hider a{
    display: block;
    padding: 7px 0;
  }
  #contact{
    border-top: 1px solid #fff;
  }
  .call-now-button {
    bottom: 80px;
    right: 23px;
  }
  .call-now-button a.cta-phone {
    font-size: 26px;
  }
  .footer-social img {
    width: 33%;
  }
}
@media (max-width: 575px) { /* di dong nho */
  .flogo{
    text-align: center;
  }
  .explo{
    cursor: pointer;
    float: right;
    display: block;
  }
  .ftitle{
    display: block; 
  }
  .hider{
    display: none;
    padding-left: 15px;
    padding-top: 15px;
    animation: fade_down_show 0.5s
  }
  @keyframes fade_down_show {
     0% {     opacity: 0; transform: translateY(-50px);    }
     100% {   opacity: 1; transform: translateY(0);    }
  }
  .explo{
    display: block; 
    text-align: center; 
  }
  .ht_transition{
    transition: .3s;  
  }
  .rowdowns{
    transform: rotate(180deg);
  }
  .fmenu{ 
    border-bottom: 1px dotted #014e99;
    padding: 6px 0;
  }
  .atitle{
    display: none;
  }
  .flocal{
    text-align: center;
    padding-bottom: 9%;
  }
  .mcons{
    text-align: center;
    padding: 0 15px;
  }
  .fcskh{
    margin: 0 5%;
  }
  .footer-social{
    padding-bottom: 11%;
    padding-top: 11%;
  }
  .flogo {
    margin-top: 52px;
    margin-bottom: 52px;
  }
  .lineline{ margin-bottom: 5%};
  .call-now-button a.cta-lang {
    padding: 16px 14px 16px 16px;
  }
  .call-now-button {
    bottom: 80px;
    right: 23px;
  }
  .call-now-button a.cta-phone {
    font-size: 26px;
  }
  .footer-social img {
    width: 37%;
  }
}
@media (max-width: 385px) {
  .career-left-col{margin-top: -74%;}
  #contact{background-color: #144d80;}
  .call-now-button{ width: 68px; }
   .footer-social img {
    width: 40%;
  }
}
/*
  re defind
*/

@media all and (-ms-high-contrast:none)
 {
    .listing_career{ display: flex; flex-wrap: wrap; }
    .listing_career .thumb_career{ width: 33.333%; border: 0.6px solid #666363; }
    .back-to-top{ 
      background: url('../../../../../wp-content/uploads/2022/02/uptotop.png') top left no-repeat;
      background-size:100%;
    }
    .footer-social a{
      padding-top: 11px;
    }
    .fa-facebook-f{
      width: 100%;
      height: 100%;
      background: url('../../../../../wp-content/uploads/2022/02/f-icons.png') top left no-repeat;
      background-size:100%; 
    }
    .fa-youtube{
      width: 100%;
      height: 100%;
      background: url('../../../../../wp-content/uploads/2022/02/y-icons.png') top left no-repeat;
      background-size:100%;
    }
    .fa-instagram{
      width: 100%;
      height: 100%;
      background: url('../../../../../wp-content/uploads/2022/02/i-icons.png') top left no-repeat;
      background-size:100%;
    }
    .fa-linkedin-in{
      width: 100%;
      height: 100%;
      background: url('../../../../../wp-content/uploads/2022/02/in-icons.png') top left no-repeat;
      background-size:100%;
    }
    .address-information ul li span.icon{
      width: 45px;
      height: 45px;
    }
    .fa-car-building{
      width: 100%;
      height: 100%;
      background: url('../../../../../wp-content/uploads/2022/02/car-icons.png') top left no-repeat;
      background-size:100%;
      display: block;
    }

    .fa-phone-alt{
      width: 100%;
      height: 100%;
      background: url('../../../../../wp-content/uploads/2022/02/phone-icons.png') top left no-repeat;
      background-size:100%;
      display: block;
    }
    .fa-envelope{
      width: 100%;
      height: 100%;
      background: url('../../../../../wp-content/uploads/2022/02/email-icons.png') top left no-repeat;
      background-size:100%;
      display: block;
    }
    

    

 }
