@charset "UTF-8";
* {
  font-family: "fc_minimalregular";
}

html, body {
  overflow-x: hidden !important;
}

.color1 {
  color: #0860a8;
}

.bg-color {
  background-color: #0860a8;
}

.header {
  overflow-x: hidden;
}
.header .headMenu-right {
  display: block;
  height: 44px;
  position: absolute;
  right: 150px;
  top: 12px;
  background-color: transparent;
}
.header .headMenu-right a {
  display: flex;
  position: relative;
  padding: 17px 8px 9px 20px;
  float: left;
  background: url(../img/bg-white-50.png) repeat-y left top;
  text-decoration: none;
}
.header .headMenu-right a:nth-child(1) {
  background: none;
}
.header .headMenu-right a .txt {
  display: block;
  overflow: hidden;
  font-weight: 300;
}
.header .headMenu-right a .txt span {
  display: block;
  line-height: 95%;
  color: #fff;
  padding: 0px 5px 0px 0px;
  letter-spacing: 0.5px;
  font-size: 20px;
  width: auto;
  opacity: 1;
  font-size: 20px;
  text-transform: uppercase;
}
.header .headMenu-right a.active .txt span {
  color: #fff;
  opacity: 1;
}
.header .a-about .sub-menu {
  display: none !important;
}
.header .a-about.active .sub-menu {
  display: block !important;
}
.header .a-our_portfolio .sub-menu {
  display: none !important;
}
.header .a-our_portfolio.active .sub-menu {
  display: block !important;
}
.header .a-news .sub-menu {
  display: none !important;
}
.header .a-news.active .sub-menu {
  display: block !important;
}
.header .a-contact .sub-menu {
  display: none !important;
}
.header .a-contact.active .sub-menu {
  display: block !important;
}

.modal-backdrop.show {
  opacity: 0.35 !important;
}

#banner #carouselBannerFade {
  height: 100vh;
  background-size: cover;
}
#banner #carouselBannerFade .carousel-inner {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
}
#banner #carouselBannerFade .carousel-item {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#banner .headMenu {
  display: block;
  position: absolute;
  left: 50px;
  top: 70px;
  background-color: transparent;
}
#banner .headMenu a {
  display: flex;
  position: relative;
  padding: 23px 8px 5px 20px;
  float: left;
  background: url(../img/bg-white-50.png) repeat-y left top;
  text-decoration: none;
}
#banner .headMenu a:nth-child(1) {
  background: none;
}
#banner .headMenu a .num {
  display: block;
  height: 35px;
  left: 0px;
  font-size: 60px;
  line-height: 38px;
  color: white;
}
#banner .headMenu a .txt {
  display: block;
  overflow: hidden;
  font-weight: 300;
}
#banner .headMenu a .txt span {
  display: block;
  line-height: 95%;
  color: #fff;
  padding: 0px 5px 0px 15px;
  letter-spacing: 0.5px;
  font-size: 20px;
  width: auto;
  opacity: 1;
  font-size: 20px;
  text-transform: uppercase;
}
#banner .headMenu a.active .txt span {
  color: #fff;
  opacity: 1;
}
#banner .banner-content {
  text-align: center;
  width: 100%;
}
#banner .banner-content div {
  padding: 20px 0 20px 0;
  border: 10px solid rgba(255, 255, 255, 0.548);
  border-radius: 5px;
  margin: 23%;
}
#banner .banner-content div h1 {
  font-size: 123px;
  text-transform: uppercase;
  color: white;
  line-height: 80px;
}
#banner .banner-content div h5 {
  font-family: "fc_minimalregular";
  font-size: 61px;
  color: white;
  font-weight: 200;
  letter-spacing: 6px;
  line-height: 40px;
}
#banner .Scroll {
  position: absolute;
  cursor: pointer;
  left: 45%;
  z-index: 100;
  bottom: 0px;
}
#about {
  background-image: url(../img//bg-about.jpg);
  background-repeat: no-repeat;
  background-position: top;
}
#about .content-about {
  margin-top: 12%;
  padding: 0px 70px 0px 70px;
}
#about .content-about h1 {
  color: #0860a8;
  font-size: 54px;
  letter-spacing: 0.48px;
}
#about .content-about span p {
  font-size: 20px;
  color: #383838;
}
#about .content-about span p a {
  font-size: 23px;
  color: #0860a8;
  display: inline-block;
  border-bottom: 1px solid #0860a8;
  padding-bottom: 0.25px;
  font-weight: 600;
  text-decoration: none;
  line-height: 20px;
}
#about .visionandmission {
  background-color: #0860a8;
  position: absolute;
  bottom: 0;
  padding: 15px 50px 15px 50px;
}
#about .visionandmission h4 {
  font-size: 36px;
  color: #ffffff;
  line-height: 22.53px;
  letter-spacing: 0.32px;
  margin: 0 15px 0 15px;
  align-self: center;
}
#about .visionandmission span {
  color: #b2c4ca;
  line-height: 22.53px;
  align-self: center;
}
#about .visionandmission span a {
  color: #ffffff;
  display: inline-block;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 0.25px;
  text-decoration: none;
  line-height: 20px;
}

#our_portfolio {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2941176471), rgba(0, 0, 0, 0.2941176471)), url(../img/img-office-buliding2.png);
  background-size: cover;
}
#our_portfolio .head-portfolio {
  padding-top: 150px;
  margin-bottom: 70px;
}
#our_portfolio .head-portfolio h1 {
  font-size: 54px;
  color: #ffffff;
}
#our_portfolio .head-portfolio p {
  font-size: 20px;
  color: #ffffff;
}
#our_portfolio .card-profile {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.7607843137);
  text-decoration: none;
}
#our_portfolio .card-profile .card-profile-sub {
  border-top: 1px solid #fff;
  align-items: center;
  padding: 0px 70px 0px 70px;
}
#our_portfolio .card-profile .card-profile-sub img {
  margin-right: 20px;
  max-width: 88px;
  max-height: 88px;
  width: 100%;
  height: 100%;
}
#our_portfolio .card-profile .card-profile-sub .port-next {
  width: auto;
  height: auto;
}
#our_portfolio .card-profile .card-profile-sub h5 {
  font-size: 36px;
  margin-bottom: 0;
}
#our_portfolio .card-profile .card-profile-sub:hover {
  background-color: rgba(13, 33, 53, 0.2862745098);
}
#our_portfolio .card-profile:hover {
  color: #fff;
}
#our_portfolio .card-profile:nth-child(5) .card-profile-sub {
  border-bottom: 1px solid #fff;
}

#news {
  background-image: url(../img/bg-card2.png);
  min-height: 950px;
  height: 100%;
  padding-top: 90px;
}
#news h1 {
  color: #0860a8;
  font-size: 54px;
}
#news .card-news {
  background-color: #fff;
  border-radius: 5px;
  padding: 15px;
  box-shadow: 0 3px 17px rgba(0, 0, 0, 0.17);
  width: 100%;
}
#news .card-news .card-body {
  padding: 10px;
}
#news .card-news .card-body a {
  color: #0860a8;
  display: inline-block;
  border-bottom: 1px solid #0860a8;
  padding-bottom: 0.25px;
  text-decoration: none;
  line-height: 20px;
}
#news .card-news .col-md-6 img {
  width: 100%;
  height: 235px;
  max-width: 235px;
  -o-object-fit: contain;
     object-fit: contain;
}
#news .card-1 {
  float: left;
  margin-right: 5%;
}
#news .card-1::after {
  content: "";
  position: absolute;
  top: 85%;
  left: 23%;
  margin-left: -50px;
  width: 0;
  height: 0;
  border-top: solid 15px #fff;
  border-left: solid 15px transparent;
  border-right: solid 15px transparent;
}
#news .card-2 {
  float: left;
  margin-right: 5%;
}
#news .card-2::after {
  content: "";
  position: absolute;
  top: 85%;
  left: 23%;
  margin-left: -50px;
  width: 0;
  height: 0;
  border-top: solid 15px #fff;
  border-left: solid 15px transparent;
  border-right: solid 15px transparent;
}
#news .card-3 {
  float: right;
  margin-left: 5%;
}
#news .card-3::after {
  content: "";
  position: absolute;
  top: 10%;
  left: 59%;
  margin-left: -50px;
  width: 0;
  height: 0;
  border-bottom: solid 15px #fff;
  border-left: solid 15px transparent;
  border-right: solid 15px transparent;
}
#news .card-4 {
  float: right;
  margin-left: 5%;
}
#news .card-4::after {
  content: "";
  position: absolute;
  top: 10%;
  left: 59%;
  margin-left: -50px;
  width: 0;
  height: 0;
  border-bottom: solid 15px #fff;
  border-left: solid 15px transparent;
  border-right: solid 15px transparent;
}
#news .linepoint {
  width: 100%;
  height: 3px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%236688C49C' stroke-width='8' stroke-dasharray='6%2c 20' stroke-dashoffset='1' stroke-linecap='square'/%3e%3c/svg%3e");
}
#news .dot-news {
  width: 16px;
  height: 16px;
  background-color: #0860a8;
  border-radius: 10px;
  margin-top: -10px;
}
#news .dot-news-1 {
  margin-left: 100px;
}
#news .dot-news-3 {
  margin-left: 100px;
}
#news #carouselNews {
  padding: 0px 70px 0px 70px;
  margin-top: 20px;
}
#news #carouselNews .fp-tableCell {
  height: auto !important;
}
#news #carouselNews .carousel-indicators {
  bottom: 120px;
}
#news #carouselNews .carousel-indicators li {
  width: 5px;
  height: 5px;
  margin-top: 2px;
  border-radius: 30px;
  border-top: 0;
  border-bottom: 0;
}
#news #carouselNews .carousel-indicators li.active {
  width: 10px;
  margin-top: 0px;
  height: 10px;
  background-color: #0860a8 !important;
}
#news #carouselNews .carousel-control-prev {
  top: -22%;
  left: 70px;
  justify-content: left;
  width: 5%;
}
#news #carouselNews .carousel-control-next {
  justify-content: right;
  right: 70px;
  top: -22%;
  width: 5%;
}

#map-contact {
  position: relative;
  width: 100%;
  background-image: url(../img//bg-contact.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#map-contact .card {
  height: 100%;
  box-shadow: 3px 4px 13px 4px rgba(0, 0, 0, 0.12);
  background-color: rgba(255, 255, 255, 0.7725490196);
  border-radius: 0;
}
#map-contact .card .form-control {
  border-radius: 0px;
  height: 45px;
  font-size: 18px;
}
#map-contact .card .btn-second {
  background-image: none;
  background-color: #8091a3;
  border-radius: 2px;
  font-size: 22px;
  width: 170px;
  color: white;
}
#map-contact .card textarea.form-control {
  height: auto;
}
#map-contact .card .secur .input-group-secur {
  height: 50px;
}
#map-contact .card .secur .input-group-secur .securimage {
  border: 1px solid #ced4da;
  border-right: none !important;
}
#map-contact .card .secur .input-group-secur .input-group-prepend .input-group-text {
  background-color: white;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

footer {
  background-color: #0860a8;
}
footer .foot-logo {
  text-align: right;
}
footer .address p {
  margin-left: 20px !important;
}
footer .foot1 {
  padding: 20px 0px;
}
footer .foot1 p {
  margin-left: 10px;
  line-height: 18px;
  margin-bottom: 0;
}
footer .foot1 span {
  font-size: 24px;
  color: #ffffff;
}
footer .foot1 span img {
  width: 54px;
  height: 54px;
}

.aboutus-page {
  background-image: url(../img/bg-aboutus-page.jpg) !important;
}
.aboutus-page .full-nav {
  background-image: url(../img/nav.png);
  height: 780px;
  margin-top: 70px;
  background-repeat: no-repeat;
}
.aboutus-page .full-nav .nav {
  position: absolute;
  width: 85%;
  top: 45%;
}
.aboutus-page .full-nav .nav a {
  margin-left: -40px;
  color: white;
  font-size: 26px;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  border-radius: 0;
  text-transform: uppercase;
  text-align: center;
}
.aboutus-page .full-nav .nav a.active {
  background-color: #0860a8;
  margin-left: 0px;
  height: 54px;
}
.aboutus-page .full-nav .nav a.active:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-bottom: 2px;
  margin-right: 10px;
  background-color: #fff;
  border-radius: 2px;
}
.aboutus-page .content-about {
  margin-top: 0;
}
.aboutus-page .content-about h1 {
  color: #0860a8;
  font-size: 54px;
  text-transform: uppercase;
  letter-spacing: 0.48px;
}
.aboutus-page .content-about span p {
  font-size: 20px;
  color: #383838;
  line-height: 26px;
}
.aboutus-page .content-about span p a {
  color: #0860a8;
  display: inline-block;
  border-bottom: 1px solid #0860a8;
  padding-bottom: 0.25px;
  text-decoration: none;
  line-height: 20px;
}
.aboutus-page footer {
  bottom: 0;
  width: 100%;
}

.cookie-page {
  background-image: url(../img/BG-news.png) !important;
  position: absolute;
  height: 100%;
  width: 100%;
  padding-top: 100px;
  background-position: center;
}
.cookie-page .content-about {
  margin-top: 0;
}
.cookie-page .content-about h1 {
  color: #0860a8;
  font-size: 54px;
  text-transform: uppercase;
  letter-spacing: 0.48px;
}
.cookie-page .content-about span p {
  font-size: 20px;
  color: #383838;
  line-height: 26px;
}
.cookie-page .content-about span p a {
  color: #0860a8;
  display: inline-block;
  border-bottom: 1px solid #0860a8;
  padding-bottom: 0.25px;
  text-decoration: none;
  line-height: 20px;
}
.cookie-page .content-policy {
  height: 450px;
  overflow-y: scroll;
}
.cookie-page .content-policy::-webkit-scrollbar {
  width: 5px;
}
.cookie-page .content-policy::-webkit-scrollbar-track {
  background: transparent;
  box-shadow: inset 0 0 5px rgba(221, 221, 221, 0.1725490196);
  border-radius: 4px;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
}
.cookie-page .content-policy::-webkit-scrollbar-thumb {
  background-color: #0860a8;
}
.cookie-page .content-policy #faq .card {
  background: transparent;
  margin-bottom: 10px;
  border: 0;
}
.cookie-page .content-policy #faq .card p {
  font-size: 20px;
  margin-bottom: 0;
}
.cookie-page .content-policy #faq .card .card-header {
  border: 0;
  box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}
.cookie-page .content-policy #faq .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  background: #0860a8;
  padding: 10px 15px;
  font-size: 24px;
}
.cookie-page .content-policy #faq .card .card-header .btn-header-link:after {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
  font-size: 13px;
  padding-top: 7px;
}
.cookie-page .content-policy #faq .card .card-header .btn-header-link.collapsed {
  background-color: rgba(112, 136, 156, 0.7450980392);
  color: #fff;
}
.cookie-page .content-policy #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f078";
}
.cookie-page .content-policy #faq .card .collapsing {
  line-height: 30px;
}
.cookie-page .content-policy #faq .card .collapse {
  border: 0;
}
.cookie-page .content-policy #faq .card .collapse.show {
  background: transparent;
  line-height: 30px;
  color: #222;
}
.cookie-page footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.career-page {
  background-image: url(../img/BG-news.png) !important;
  position: absolute;
  height: 100%;
  width: 100%;
  padding-top: 100px;
  background-position: center;
}
.career-page .content-about {
  margin-top: 0;
}
.career-page .content-about h1 {
  color: #0860a8;
  font-size: 54px;
  text-transform: uppercase;
  letter-spacing: 0.48px;
}
.career-page .content-about span p {
  font-size: 20px;
  color: #383838;
  line-height: 26px;
}
.career-page .content-about span p a {
  color: #0860a8;
  display: inline-block;
  border-bottom: 1px solid #0860a8;
  padding-bottom: 0.25px;
  text-decoration: none;
  line-height: 20px;
}
.career-page .content-career {
  margin-top: 50px;
}
.career-page .content-career #v-pills-career-tab a {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  border-radius: 3px;
  font-size: 24px;
  color: #fff;
  background-color: rgba(112, 136, 156, 0.631372549);
}
.career-page .content-career #v-pills-career-tab a div {
  opacity: 0.5;
}
.career-page .content-career #v-pills-career-tab a div span {
  display: inline-block;
  text-align: center;
  background-color: #0a3250;
  width: 34px;
  height: 34px;
  margin-top: 1px;
  border-radius: 20px;
}
.career-page .content-career #v-pills-career-tab a.active {
  background-color: #0860a8;
}
.career-page .content-career .tab-pane {
  height: 450px;
  overflow-y: scroll;
}
.career-page .content-career .tab-pane p {
  font-size: 20px;
  line-height: 26px;
}
.career-page .content-career .tab-pane ol, .career-page .content-career .tab-pane ul {
  padding-left: 18px;
}
.career-page .content-career .tab-pane ol li, .career-page .content-career .tab-pane ul li {
  font-size: 20px;
  line-height: 26px;
}
.career-page .content-career .tab-pane .btn-apply {
  color: white;
  font-size: 19px;
  border-radius: 0;
  text-transform: uppercase;
  position: fixed;
  background-color: rgba(96, 123, 145, 0.6509803922);
}
.career-page .content-career .tab-pane .btn-apply span {
  line-height: 22px;
}
.career-page .content-career .tab-pane::-webkit-scrollbar {
  width: 5px;
}
.career-page .content-career .tab-pane::-webkit-scrollbar-track {
  background: transparent;
  box-shadow: inset 0 0 5px rgba(221, 221, 221, 0.1725490196);
  border-radius: 4px;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
}
.career-page .content-career .tab-pane::-webkit-scrollbar-thumb {
  background-color: #0860a8;
}
.career-page #careerModal .modal-content {
  border-radius: 10px;
}
.career-page #careerModal .modal-content .modal-header {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px;
  background-color: #dfeaf5;
}
.career-page #careerModal .modal-content .modal-header h5 {
  text-transform: uppercase;
  color: #0860a8;
  font-size: 36px;
  padding-left: 20px;
}
.career-page #careerModal .modal-content .modal-body {
  padding-left: 25px;
}
.career-page #careerModal .modal-content .modal-body label {
  font-size: 24px;
}
.career-page #careerModal .modal-content .modal-body .g-recaptcha div {
  margin: 0 auto;
}
.career-page #careerModal .modal-content .modal-body .form-control {
  font-size: 20px;
}
.career-page #careerModal .modal-content .modal-body .btn-first {
  background-color: #0860a8;
  height: 56px;
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  line-height: 28px;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
  letter-spacing: 0.24px;
}
.career-page #careerModal .modal-content .modal-body .file .btn {
  background-color: #91a1b2;
  border-color: #91a1b2;
  width: 175px;
  font-size: 18px;
}
.career-page #careerModal .modal-content .modal-body .file .btn input {
  position: absolute;
  font-size: 50px;
  opacity: 0;
  right: 0;
  top: 0;
  width: 175px;
}
.career-page #careerModal .modal-content .modal-body .file label {
  line-height: 20px;
}
.career-page footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.visionandmission-page {
  background-image: url(../img/bg-vision-mission.jpg) !important;
}
.visionandmission-page .full-nav {
  background-image: url(../img/nav.png);
  height: 780px;
  margin-top: 70px;
  background-repeat: no-repeat;
}
.visionandmission-page .full-nav .nav {
  position: absolute;
  width: 85%;
  top: 45%;
}
.visionandmission-page .full-nav .nav a {
  margin-left: -40px;
  color: white;
  font-size: 26px;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  border-radius: 0;
  text-transform: uppercase;
  text-align: center;
}
.visionandmission-page .full-nav .nav a.active {
  background-color: #0860a8;
  margin-left: 0px;
  height: 54px;
}
.visionandmission-page .full-nav .nav a.active:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-bottom: 2px;
  margin-right: 10px;
  background-color: #fff;
  border-radius: 2px;
}
.visionandmission-page .content-about {
  margin-top: 0;
}
.visionandmission-page .content-about h1 {
  color: #0860a8;
  font-size: 54px;
  text-transform: uppercase;
  letter-spacing: 0.48px;
}
.visionandmission-page .content-about span p {
  font-size: 20px;
  color: #383838;
  line-height: 26px;
}
.visionandmission-page .content-about span p a {
  color: #0860a8;
  display: inline-block;
  border-bottom: 1px solid #0860a8;
  padding-bottom: 0.25px;
  text-decoration: none;
  line-height: 20px;
}
.visionandmission-page footer {
  bottom: 0;
  width: 100%;
}

.project-section {
  background-color: rgba(17, 70, 117, 0.7450980392);
}
.project-section .bg-project {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.project-section .btnCloseProject {
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 45px;
  height: 44px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../img/close-project.png) no-repeat left top;
  cursor: pointer;
  z-index: 500;
}
.project-section .carousel-indicators {
  bottom: 220px;
}
.project-section .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border-top: none;
  border-bottom: none;
}
.project-section .carousel-indicators li.active {
  background-color: #0860a8;
}
.project-section .carousel-control-next,
.project-section .carousel-control-prev {
  align-items: flex-end;
  z-index: 200;
  bottom: 60px;
  width: 3%;
}
.project-section .caption {
  padding: 0 50px 0 50px;
}
.project-section .caption .head-project {
  padding-left: 50px;
}
.project-section .caption-project {
  width: 100%;
  background-color: rgba(17, 70, 117, 0.7450980392);
  position: absolute;
  /* right: 15%; */
  bottom: 0px;
  /* left: 15%; */
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.project-section .caption-project h5 {
  font-family: "fc_minimalbold";
  font-size: 32px;
  letter-spacing: 0.32px;
  opacity: 0.5;
  text-align: left;
}
.project-section .caption-project a {
  color: white;
  text-decoration: none;
}
.project-section .caption-project a h1 {
  font-family: "fc_minimalbold";
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 0.53px;
  line-height: 36px;
  margin-bottom: 0.25rem;
}
.project-section .caption-project label {
  opacity: 0.5;
  font-size: 16px;
}

.project-detail-section .btnCloseProject {
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 45px;
  height: 44px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../img/close-project.png) no-repeat left top;
  cursor: pointer;
  z-index: 500;
}
.project-detail-section .caption {
  padding: 0 50px 0 50px;
}
.project-detail-section .caption .head-project {
  padding-left: 50px;
}
.project-detail-section .slider-for {
  margin-top: 50px;
  padding-left: 50px;
}
.project-detail-section .slider-for img {
  border: 5px solid #fff;
  border-radius: 3px;
  max-width: 1140px;
  width: 100%;
  height: 65vh;
}
.project-detail-section .slider-nav {
  position: absolute;
  opacity: 1 !important;
  z-index: 1000 !important;
  width: 400px !important;
  right: 0;
}
.project-detail-section .slider-nav .slick-slide img {
  background-color: white;
  opacity: 0.8;
  width: 70px;
  border-radius: 0px;
  border: none !important;
  height: auto;
}
.project-detail-section .slider-nav .slick-slide.slick-current img {
  border: 2px solid #fff !important;
  border-radius: 2px;
  opacity: 1 !important;
}
.project-detail-section .caption-project {
  width: 100%;
  background-color: rgba(17, 70, 117, 0.7450980392);
  position: absolute;
  /* right: 15%; */
  bottom: 0px;
  height: 100%;
  /* left: 15%; */
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.project-detail-section .caption-project h5 {
  font-family: "fc_minimalbold";
  font-size: 32px;
  letter-spacing: 0.32px;
  opacity: 0.5;
  text-align: left;
}
.project-detail-section .caption-project a {
  color: white;
  text-decoration: none;
}
.project-detail-section .caption-project a h1 {
  font-family: "fc_minimalbold";
  font-size: 48px;
  text-transform: uppercase;
  letter-spacing: 0.53px;
  line-height: 40px;
  margin-bottom: 0.25rem;
}
.project-detail-section .caption-project label {
  opacity: 0.5;
  font-size: 16px;
}
.project-detail-section .show-content-detail::-webkit-scrollbar {
  width: 5px;
}
.project-detail-section .show-content-detail::-webkit-scrollbar-track {
  background: transparent;
  box-shadow: inset 0 0 5px #dddddd;
  border-radius: 4px;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
}
.project-detail-section .show-content-detail::-webkit-scrollbar-thumb {
  background-color: #0860a8;
}
.project-detail-section .show-content-detail p {
  font-size: 20px;
  line-height: 26px;
  text-align: left;
}

.news .newsDetail {
  width: 100%;
  padding-left: 200px;
  height: 100vh;
  padding-right: 200px;
  background-image: url("../img/BG-news.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 40px !important;
}
.news .newsDetail .breadcrumb {
  background-color: transparent;
}
.news .newsDetail .breadcrumb li {
  color: #38444f;
}
.news .newsDetail .breadcrumb a {
  color: #38444f;
}
.news .newsDetail .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: ">";
}
.news .newsDetail .newsDetail-content {
  padding-bottom: 50px;
}
.news .newsDetail .newsDetail-content h5 {
  font-size: 33px;
  color: #383838;
  line-height: 28px;
  margin-bottom: 20px;
}
.news .newsDetail .newsDetail-content p {
  color: #38444f;
  line-height: 20px;
  font-size: 21px;
  letter-spacing: 0.21px;
}
.news .newsDetail .newsDetail-content .btn-second {
  margin-top: 20px;
  background-color: #0860a8;
  width: 160px;
  text-align: center;
  outline: none;
  box-shadow: none;
  font-size: 24px;
  color: #fff;
  height: 48px;
}
.news .newsDetail .line-newsdetail {
  width: 100%;
  height: 4px;
  margin-bottom: 20px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%236688C49C' stroke-width='11' stroke-dasharray='5%2c 30' stroke-dashoffset='1' stroke-linecap='square'/%3e%3c/svg%3e");
}
.news .newsDetail .slider-for {
  margin-bottom: 20px;
  box-shadow: 0 3px 17px rgba(0, 0, 0, 0.322);
}
.news .newsDetail .slider-for img {
  border: 6px solid white;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
.news .newsDetail .slider-nav .slick-slide {
  margin-right: 20px;
}
.news .newsDetail .slider-nav .slick-slide img {
  border: 3px solid white;
  border-radius: 5px;
}
.news .newsDetail .slick-dots {
  list-style: none;
}
.news .newsDetail .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
}
.news .newsDetail .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 24px;
  height: 24px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.news .newsDetail .slick-dots li button::before {
  font-family: "slick";
  font-size: 30px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.news .newsDetail .slick-dots li.slick-active button::before {
  opacity: 0.75;
  color: #0860a8;
}

.cookie-head {
  position: fixed;
  z-index: 1000;
}
.cookie-head .cookie {
  width: 100%;
  position: fixed;
  background-color: #fff;
  z-index: 1000;
  height: 90px;
  padding: 20px 40px;
}
.cookie-head .cookie .btn-first {
  background-color: #0860a8;
  height: 44px;
  width: 120px;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  line-height: 28px;
  text-transform: uppercase;
}
.cookie-head .cookie p {
  font-size: 18px;
  line-height: 22px;
  color: #383838;
  margin-bottom: 0;
  letter-spacing: 0.36px;
}
.cookie-head .cookie p a {
  color: #383838;
  display: inline-block;
  border-bottom: 1px solid #000;
  padding-bottom: 0.25px;
  text-decoration: none;
  line-height: 20px;
}
.cookie-head .header {
  margin-top: 90px;
}

.cookie-banner .headMenu {
  top: 150px !important;
}
@media (max-width: 376px) {
  .project-section .caption-project .caption h1 {
    font-size: 32px;
  }
  .project-section .caption-project .caption h5 {
    font-size: 28px;
  }
}
@media (max-width: 575.98px) {
  .linkmap {
    background-image: url(../img/bg-contact-mb.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 200px;
    background-position-x: 55%;
  }
  #map-contact {
    background-image: none;
  }
  .career-page .content-career .tab-pane {
    height: auto;
  }
  .news .newsDetail .newsDetail-content h5 {
    margin-top: 20px;
  }
  #our_portfolio .head-portfolio {
    padding-top: 20px;
  }
  #our_portfolio .card-profile .card-profile-sub {
    padding: 0;
  }
  #our_portfolio .card-profile .card-profile-sub h5 {
    font-size: 22px;
  }
  .project-section .bg-project {
    position: relative;
    height: 230px;
  }
  .project-section .carousel-item {
    overflow-y: scroll;
  }
  .project-section .caption-project {
    background-color: transparent;
    bottom: auto;
  }
  .project-section .carousel-indicators {
    bottom: 0;
  }
  .project-section .caption {
    padding: 0px;
  }
  .project-section .caption .head-project {
    padding-left: 0px;
  }
  .project-section .carousel-control-next,
.project-section .carousel-control-prev {
    align-items: flex-end;
    z-index: 200;
    bottom: 60px;
    width: 10%;
  }
  #banner {
    overflow: hidden;
    background-position: center;
    height: 100vh;
  }
  #banner .headMenu {
    display: none;
  }
  #banner .Scroll {
    display: none;
  }
  #banner .banner-content {
    padding-top: 300px;
  }
  #banner .banner-content div {
    margin: 0px 10px 0 10px;
  }
  #banner .banner-content div h1 {
    font-size: 72px;
    line-height: 60px;
  }
  #banner .banner-content div h5 {
    font-size: 32px;
    line-height: 30px;
  }
  .header {
    overflow: hidden;
  }
  .header .logo {
    position: inherit;
    left: 0px;
    text-align: left !important;
    top: 16px;
  }
  .header .logo img {
    margin-left: 20px;
    width: 180px;
  }
  .header .headMenu-right {
    top: 10px;
  }
  .header .headMenu-right a {
    padding: 10px 5px;
  }
  .header .headMenu-right a:first-child .txt span {
    text-align: right;
    width: 35px;
    padding-right: 0;
  }
  .header .headMenu-right a .txt span {
    font-size: 16px;
    word-wrap: break-word;
    width: 55px;
  }
  .header .headMenu-right {
    right: 50px;
  }
  .aboutus-page {
    background-size: cover;
    background-position: center;
  }
  .aboutus-page .full-nav {
    padding-left: 30px;
    background-image: none;
    height: auto;
    margin-top: 20px;
    text-align: center;
    padding-top: 80px;
  }
  .aboutus-page .full-nav .nav {
    flex-direction: row !important;
    position: inherit;
    width: 95%;
  }
  .aboutus-page .full-nav .nav a {
    margin-left: 0;
    border-radius: 5px;
    color: #0860a8;
    width: 80%;
  }
  .aboutus-page .full-nav .nav a.active {
    color: white;
  }
  .aboutus-page .content-about {
    margin-left: 40px;
  }
  .aboutus-page footer .foot-logo {
    text-align: center;
  }
  .aboutus-page footer .address {
    text-align: center;
  }
  .aboutus-page footer .foot1 .d-flex {
    width: 100%;
    justify-content: center;
  }
  .aboutus-page footer .foot1 .foot-mobile {
    margin-left: 50px;
    display: block !important;
  }
  .aboutus-page footer .foot1 .foot-mobile .d-flex {
    justify-content: left !important;
    margin-bottom: 10px;
  }
  .cookie-page {
    position: initial;
    background-size: cover;
    background-position: 20%;
  }
  .cookie-page .content-policy {
    height: auto;
    overflow-y: initial;
  }
  .cookie-page footer {
    position: initial;
  }
  .cookie-page footer .foot-logo {
    text-align: center;
  }
  .cookie-page footer .address {
    text-align: center;
  }
  .cookie-page footer .foot1 .d-flex {
    width: 100%;
    justify-content: center;
  }
  .cookie-page footer .foot1 .foot-mobile {
    margin-left: 50px;
    display: block !important;
  }
  .cookie-page footer .foot1 .foot-mobile .d-flex {
    justify-content: left !important;
    margin-bottom: 10px;
  }
  #news {
    padding-top: 20px;
    background-size: cover;
  }
  #news #carouselNews {
    height: 2100px;
    padding: 20px;
  }
  #news #carouselNews .carousel-indicators {
    bottom: 0;
  }
  #news #carouselNews .card-news {
    text-align: center;
    margin-right: 0;
  }
  #news #carouselNews .card-news::after {
    border: none;
  }
  #news #carouselNews .linepoint {
    display: none;
  }
  #news #carouselNews .dot-news {
    display: none;
  }
  #news #carouselNews .carousel-control-next {
    right: 0;
  }
  #news #carouselNews .carousel-control-prev {
    left: 0;
  }
  #about {
    background-size: cover;
    padding-top: 20px;
  }
  #about .content-about {
    margin-top: 0;
    padding: 10px;
  }
  #about .visionandmission {
    position: initial;
  }
  #map-contact .card {
    padding: 20px;
  }
  #map-contact footer .foot-logo {
    text-align: center;
  }
  #map-contact footer .address {
    text-align: center;
  }
  #map-contact footer .foot1 .d-flex {
    width: 100%;
    justify-content: center;
  }
  #map-contact footer .foot1 .foot-mobile {
    margin-left: 50px;
    display: block !important;
  }
  #map-contact footer .foot1 .foot-mobile .d-flex {
    justify-content: left !important;
    margin-bottom: 10px;
  }
  .news .newsDetail {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    background-repeat: no-repeat;
    padding-top: 40px !important;
    height: 100%;
    background-size: cover;
  }
  .news .newsDetail .breadcrumb {
    background-color: transparent;
    display: block;
    text-align: left;
  }
  .news .newsDetail .slider-for img {
    height: auto !important;
  }
  .news footer .foot-logo {
    text-align: center;
  }
  .news footer .address {
    text-align: center;
  }
  .news footer .foot1 .d-flex {
    width: 100%;
    justify-content: center;
  }
  .news footer .foot1 .foot-mobile {
    margin-left: 50px;
    display: block !important;
  }
  .news footer .foot1 .foot-mobile .d-flex {
    justify-content: left !important;
    margin-bottom: 10px;
  }
  .visionandmission-page {
    background-size: cover;
    background-position: center;
  }
  .visionandmission-page .full-nav {
    padding-left: 30px;
    background-image: none;
    height: auto;
    margin-top: 20px;
    text-align: center;
    padding-top: 80px;
  }
  .visionandmission-page .full-nav .nav {
    flex-direction: row !important;
    position: inherit;
    width: 95%;
  }
  .visionandmission-page .full-nav .nav a {
    margin-left: 0;
    border-radius: 5px;
    color: #0860a8;
    width: 80%;
  }
  .visionandmission-page .full-nav .nav a.active {
    color: white;
  }
  .visionandmission-page .content-about {
    margin-left: 40px;
  }
  .visionandmission-page footer .foot-logo {
    text-align: center;
  }
  .visionandmission-page footer .address {
    text-align: center;
  }
  .visionandmission-page footer .foot1 .d-flex {
    width: 100%;
    justify-content: center;
  }
  .visionandmission-page footer .foot1 .foot-mobile {
    margin-left: 50px;
    display: block !important;
  }
  .visionandmission-page footer .foot1 .foot-mobile .d-flex {
    justify-content: left !important;
    margin-bottom: 10px;
  }
  .project-detail-section .btnCloseProject {
    display: none !important;
  }
  .project-detail-section .caption-project {
    height: 100% !important;
  }
  .project-detail-section .caption .head-project {
    padding-left: 0;
  }
  .project-detail-section .slider-for {
    margin-top: 50px;
    padding-left: 0px;
  }
  .project-detail-section .slider-for img {
    border: 5px solid #fff;
    border-radius: 3px;
    width: 100%;
    height: 100%;
  }
  .project-detail-section .slider-nav {
    bottom: inherit;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0.5%;
    position: initial !important;
    right: inherit !important;
  }
  .project-detail-section .slider-nav .slick-slide {
    width: 60px !important;
  }
  .project-detail-section .slider-nav img {
    width: 50px !important;
  }
  .project-detail-section .show-content-detail {
    margin-left: 20px;
    margin-top: 0px;
    padding-right: 20px;
    max-height: calc(100% - 100px);
    overflow-y: scroll;
    margin-bottom: 100px;
  }
  .career-page {
    background-size: cover;
    height: auto;
  }
  .career-page .content-career .tab-pane .btn-apply {
    right: 60px;
    bottom: 20px;
    position: absolute;
  }
  .career-page footer {
    position: initial;
  }
  .career-page footer .foot-logo {
    text-align: center;
  }
  .career-page footer .address {
    text-align: center;
  }
  .career-page footer .foot1 .d-flex {
    width: 100%;
    justify-content: center;
  }
  .career-page footer .foot1 .foot-mobile {
    margin-left: 50px;
    display: block !important;
  }
  .career-page footer .foot1 .foot-mobile .d-flex {
    justify-content: left !important;
    margin-bottom: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .career-page .content-career .tab-pane {
    height: auto;
  }
  #carouselNews .carousel-indicators {
    bottom: 0;
  }
  #banner {
    overflow: hidden;
  }
  #banner .headMenu {
    display: none;
  }
  .header .headMenu-right {
    right: 50px;
  }
  .boxListIcon .btnLangEn {
    display: block;
  }
  .news .newsDetail .newsDetail-content h5 {
    margin-top: 20px;
  }
  .headMenu-right {
    right: 50px;
  }
  .Scroll {
    display: none;
  }
  #about .content-about {
    margin-top: 0;
  }
  #about .visionandmission {
    position: relative;
  }
  #about .visionandmission img {
    width: 88px;
    height: 88px;
  }
  #banner #carouselBannerFade {
    height: auto;
  }
  #banner #carouselBannerFade .carousel-item {
    background-size: cover;
    height: 700px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .project-detail-section .caption-project {
    overflow: scroll;
  }
  .project-detail-section .slider-for img {
    height: 100%;
  }
  .headMenu {
    display: none;
  }
  #carouselNews .carousel-indicators {
    bottom: 0 !important;
  }
  #about .visionandmission img {
    width: 100px;
    height: 100px;
  }
  .news .newsDetail .newsDetail-content h5 {
    margin-top: 20px;
  }
  #our_ #banner #carouselBannerFade .carousel-item {
    background-size: cover;
  }
  .boxListIcon .btnLangEn {
    display: block;
  }
  .header #headMenu {
    display: none !important;
  }
  .header .headMenu-right {
    right: 190px;
  }
  .header .logo {
    position: inherit;
    left: 0px;
  }
  .header .logo img {
    padding-left: 40px;
  }
  #about {
    background-size: cover;
    padding-top: 20px;
  }
  #about .content-about {
    margin-top: 0;
    padding: 10px;
  }
  #about .visionandmission {
    position: initial;
  }
  #banner {
    background-position: center;
    height: 1024px;
    height: 100vh;
  }
  #banner .headMenu {
    display: none;
  }
  #banner .Scroll {
    display: none;
  }
  #banner .banner-content {
    padding-top: 300px;
  }
  #banner .banner-content div {
    margin: 0px 40px 0 40px;
  }
  #banner .banner-content div h1 {
    font-size: 72px;
    line-height: 60px;
  }
  #banner .banner-content div h5 {
    font-size: 32px;
    line-height: 30px;
  }
  #news {
    padding-top: 20px;
    background-size: cover;
  }
  #news #carouselNews {
    padding: 20px;
  }
  #news #carouselNews .card-news {
    text-align: center;
    margin-right: 0;
  }
  #news #carouselNews .card-news::after {
    border: none;
  }
  #news #carouselNews .carousel-control-next {
    right: 0;
  }
  #news #carouselNews .carousel-control-prev {
    left: 0;
  }
  #map-contact {
    background-position: 65%;
  }
  #map-contact .card {
    padding: 20px;
  }
  #map-contact footer .foot1 .foot-mobile, #map-contact footer .foot1 .follow {
    text-align: center;
    justify-content: center;
  }
  #our_portfolio .head-portfolio {
    padding-top: 20px;
  }
  #our_portfolio .card-profile .card-profile-sub {
    padding: 0;
  }
  .news .newsDetail {
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
    background-repeat: no-repeat;
    padding-top: 40px !important;
    height: 100%;
    background-size: cover;
  }
  .aboutus-page {
    position: absolute;
    height: 100%;
  }
  .aboutus-page .full-nav {
    padding-left: 30px;
    background-image: none;
    height: auto;
    margin-top: 20px;
    text-align: center;
    padding-top: 80px;
  }
  .aboutus-page .full-nav .nav {
    flex-direction: row !important;
    position: inherit;
    width: 95%;
  }
  .aboutus-page .full-nav .nav a {
    margin-left: 0;
    border-radius: 5px;
  }
  .aboutus-page .content-about {
    margin-left: 40px;
  }
  .aboutus-page footer {
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  .aboutus-page footer .foot1 .d-flex {
    justify-content: center;
  }
  .visionandmission-page {
    position: absolute;
    height: 100%;
  }
  .visionandmission-page .full-nav {
    padding-left: 30px;
    background-image: none;
    height: auto;
    margin-top: 20px;
    text-align: center;
    padding-top: 80px;
  }
  .visionandmission-page .full-nav .nav {
    flex-direction: row !important;
    position: inherit;
    width: 95%;
  }
  .visionandmission-page .full-nav .nav a {
    margin-left: 0;
    border-radius: 5px;
  }
  .visionandmission-page .content-about {
    margin-left: 40px;
  }
  .visionandmission-page footer {
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  .visionandmission-page footer .foot1 .d-flex {
    justify-content: center;
  }
  .project-section {
    background-color: rgba(17, 70, 117, 0.7450980392);
  }
  .project-section .caption {
    padding: 0px 10px 0 10px;
  }
  .project-section .caption .head-project {
    padding-left: 0px;
  }
  .project-section .carousel-control-next,
.project-section .carousel-control-prev {
    width: 10%;
  }
  .project-detail-section .caption .head-project {
    padding-left: 0;
  }
  .project-detail-section .slider-for {
    margin-top: 50px;
    padding-left: 0px;
  }
  .project-detail-section .slider-for img {
    border: 5px solid #fff;
    border-radius: 3px;
    width: 100%;
  }
  .project-detail-section .slider-nav {
    bottom: 15%;
    padding-left: 9%;
    position: absolute !important;
    right: 15% !important;
  }
  .project-detail-section .show-content-detail {
    margin-left: 70px;
    margin-top: 50px;
    padding-right: 70px;
    max-height: 300px;
    overflow-y: scroll;
  }
  .career-page {
    background-size: cover;
    height: auto;
  }
  .career-page .content-career .tab-pane .btn-apply {
    right: 60px;
    bottom: 20px;
    position: absolute;
  }
  .career-page footer {
    position: initial;
    width: 100%;
    bottom: 0;
  }
  .career-page footer .foot1 .d-flex {
    justify-content: center;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .project-detail-section .caption-project {
    overflow: scroll;
  }
  .project-detail-section .slider-for img {
    height: 100%;
  }
  #carouselNews .carousel-indicators {
    bottom: 0 !important;
  }
  .news .newsDetail .newsDetail-content h5 {
    margin-top: 20px;
  }
  .header .headMenu-right {
    right: 130px;
  }
  .boxListIcon {
    right: 40px;
  }
  .aboutus-page .full-nav .nav {
    width: 92%;
  }
  #banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #banner .headMenu {
    display: none;
  }
  #banner .Scroll {
    display: none;
  }
  #banner .banner-content {
    padding-top: 300px;
  }
  #banner .banner-content div {
    margin: 20%;
  }
  #banner .banner-content div h1 {
    font-size: 72px;
    line-height: 60px;
  }
  #banner .banner-content div h5 {
    font-size: 32px;
    line-height: 30px;
  }
  #our_portfolio .head-portfolio {
    padding-top: 20px;
  }
  #our_portfolio .card-profile .card-profile-sub {
    padding: 0;
  }
  #about {
    background-size: cover;
    padding-top: 20px;
  }
  #about .content-about {
    margin: 0;
  }
  #about .visionandmission {
    position: initial;
    padding: 10px;
  }
  #about .visionandmission img {
    width: 100px;
    height: 100px;
  }
  #about .visionandmission .d-sm-flex {
    align-items: center;
  }
  .news .newsDetail {
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
    background-repeat: no-repeat;
    padding-top: 40px !important;
    height: 100%;
    background-size: cover;
  }
  .news .newsDetail .newsDetail-content {
    padding-bottom: 10%;
  }
  #news {
    padding-top: 20px;
    background-size: cover;
  }
  #news #carouselNews {
    padding: 20px;
  }
  #news #carouselNews .card-news {
    margin-right: 0;
  }
  #news #carouselNews .card-news::after {
    border: none;
  }
  #news #carouselNews .carousel-control-next {
    right: 0;
  }
  #news #carouselNews .carousel-control-prev {
    left: 0;
  }
  #map-contact {
    background-position: 65%;
  }
  #map-contact .card {
    padding: 20px;
  }
  #map-contact footer .foot1 .foot-mobile, #map-contact footer .foot1 .follow {
    text-align: center;
    justify-content: center;
  }
  .visionandmission-page .full-nav .nav {
    width: 92%;
  }
  .project-detail-section .caption .head-project {
    padding-left: 0;
  }
  .project-detail-section .slider-for {
    margin-top: 50px;
    padding-left: 0px;
  }
  .project-detail-section .slider-for img {
    border: 5px solid #fff;
    border-radius: 3px;
    width: 100%;
  }
  .project-detail-section .slider-nav {
    bottom: 15%;
    padding-left: 6%;
    position: absolute !important;
    right: 15% !important;
  }
  .project-detail-section .show-content-detail {
    margin-left: 70px;
    margin-top: 50px;
    padding-right: 70px;
    max-height: 400px;
    overflow-y: scroll;
  }
  .career-page {
    background-size: cover;
    background-repeat: no-repeat;
  }
  .career-page .content-career .tab-pane .btn-apply {
    right: 180px;
    bottom: 20%;
  }
}
@media (min-width: 1200px) {
  footer .foot1 span {
    font-size: 19px;
  }
  #about .visionandmission img {
    width: 100px;
    height: 100px;
  }
  .aboutus-page .full-nav .nav {
    width: 95%;
  }
  .aboutus-page .content-about {
    margin-left: 40px;
  }
  .project-detail-section .caption .head-project {
    padding-left: 0;
  }
  .project-detail-section .slider-for {
    margin-top: 50px;
    padding-left: 0px;
  }
  .project-detail-section .slider-for img {
    border: 5px solid #fff;
    border-radius: 3px;
    width: 85%;
  }
  .project-detail-section .slider-nav {
    bottom: 15%;
    padding-left: 8%;
    position: absolute !important;
    right: 15% !important;
  }
  .project-detail-section .show-content-detail {
    margin-left: -100px;
    margin-top: 50px;
    padding-right: 70px;
    max-height: 600px;
    overflow-y: scroll;
  }
  .visionandmission-page .full-nav .nav {
    width: 95%;
  }
  .visionandmission-page .content-about {
    margin-left: 40px;
  }
  .career-page .content-career .tab-pane .btn-apply {
    right: 180px;
    bottom: 20%;
  }
  #map-contact .card {
    justify-content: center;
    width: 720px;
    padding: 60px;
    height: 100vh;
  }
  #map-contact footer {
    bottom: 0;
    position: absolute;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .container-xxl {
    max-width: 1320px;
  }
  #map-contact .card {
    justify-content: center;
    margin-left: 100px;
    width: 720px;
    padding: 60px;
    height: 100vh;
  }
  #map-contact footer {
    bottom: 0;
    position: absolute;
    width: 100%;
  }
  .news .newsDetail {
    padding-left: 200px;
    padding-right: 200px;
    position: absolute;
    height: 100%;
  }
  .news footer {
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  .project-detail-section .slider-for {
    margin-top: 50px;
    padding-left: 50px;
  }
  .project-detail-section .slider-for img {
    border: 5px solid #fff;
    border-radius: 3px;
    width: 90%;
  }
  .project-detail-section .slider-nav {
    bottom: 15%;
    padding-left: 8%;
    position: absolute !important;
    right: 15% !important;
  }
  .project-detail-section .show-content-detail {
    margin-left: -100px;
    margin-top: 50px;
    padding-right: 70px;
    max-height: 600px;
    overflow-y: scroll;
  }
  .career-page .content-career .tab-pane .btn-apply {
    right: 180px;
    bottom: 20%;
  }
}
@media (min-width: 1600px) {
  .container-xxl {
    max-width: 1520px;
  }
  #banner .banner-content {
    text-align: center;
    width: 100%;
  }
  #banner .banner-content div {
    padding: 20px !important;
    margin: 20% 28% 18% 28%;
  }
  #banner .banner-content div h1 {
    font-size: 123px;
    text-transform: uppercase;
    color: white;
    line-height: 80px;
  }
  #banner .banner-content div h5 {
    font-family: "fc_minimalregular";
    font-size: 61px;
    color: white;
    font-weight: 200;
    letter-spacing: 6px;
    line-height: 40px;
  }
  #news .linepoint {
    width: 100%;
    height: 4px;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%236688C49C' stroke-width='11' stroke-dasharray='5%2c 30' stroke-dashoffset='1' stroke-linecap='square'/%3e%3c/svg%3e");
  }
  #news .card-1::after {
    top: 85%;
    left: 23%;
  }
  #news .card-2 {
    float: left;
    margin-right: 5%;
  }
  #news .card-2::after {
    content: "";
    top: 85%;
    left: 23%;
  }
  #news .card-3 {
    float: right;
    margin-left: 5%;
  }
  #news .card-3::after {
    content: "";
    top: 11%;
    left: 57%;
  }
  #news .card-4 {
    float: right;
    margin-left: 5%;
  }
  #news .card-4::after {
    content: "";
    top: 11%;
    left: 57%;
  }
  #news .dot-news-1 {
    margin-left: 150px;
  }
  #news .dot-news-3 {
    margin-left: 150px;
  }
  #news #carouselNews {
    margin-top: 50px;
  }
  #news #carouselNews .carousel-control-prev {
    top: -20%;
    justify-content: left;
  }
  #news #carouselNews .carousel-control-next {
    justify-content: right;
    top: -20%;
  }
  .aboutus-page .full-nav .nav {
    width: 70%;
  }
  .aboutus-page .content-about {
    margin-left: -50px;
  }
  .news .newsDetail {
    padding-left: 300px;
    position: absolute;
    height: 100%;
    padding-right: 300px;
  }
  .news footer {
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  .visionandmission-page .full-nav .nav {
    width: 70%;
  }
  .visionandmission-page .content-about {
    margin-left: -50px;
  }
  .project-detail-section .slider-for img {
    border-radius: 3px;
    width: 90%;
  }
  .project-detail-section .slider-nav {
    width: 450px !important;
    bottom: 0;
    top: 75% !important;
    padding-left: 10%;
    position: absolute !important;
    right: 15% !important;
  }
  .project-detail-section .show-content-detail {
    margin-left: -100px;
    margin-top: 50px;
    padding-right: 70px;
    max-height: 700px;
    overflow-y: scroll;
  }
  .career-page .content-career .tab-pane .btn-apply {
    right: 100px;
    bottom: 20%;
  }
}
@media (min-width: 1800px) {
  .career-page .content-career .tab-pane .btn-apply {
    right: 240px;
  }
}/*# sourceMappingURL=site.css.map */