@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans&family=Poppins:wght@400;500;600&display=swap");
.no-space-outside, html, body, h6, h5, h4, h3, h2, h1, p {
  margin: 0;
  padding: 0;
}

html, body {
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

.row-5 {
  margin-left: -5px;
  margin-right: -5px;
}

.poppins {
  font-family: "Poppins", sans-serif;
}

.open-sans, .content-desc {
  font-family: "Open Sans", sans-serif;
}

.title-content {
  font-size: 24px;
  color: #006EBA;
}

.section-custom {
  padding: 45px 0;
}

.section-blue {
  background-color: #E7F0F9;
}

.font-blue, .link-overview .link-item::after, .title-link::after {
  color: #006EBA;
}

.font-grey {
  color: #7D7D7D;
}

.font-dark-grey {
  color: #444444;
}

.bg-main-blue {
  background-color: #006EBA;
}

.btn-main-red {
  background-color: #C40000;
  border-color: #C40000;
}

.bg-grey {
  background-color: #f9f9f9;
}

.row-half {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.col-15-2 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.line-height-medium {
  line-height: 1.7;
}

.line-height-big {
  line-height: 1.9;
}

.font-regular {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semi-bold {
  font-weight: 600;
}

.font-bold {
  font-weight: 600;
}

.ul-reset {
  margin-left: -20px;
}

.text-promote-header {
  font-weight: 500;
}

.nav-img {
  padding-right: 15px;
}
.nav-img:not(:last-of-type) {
  border-right: 1px solid #006EBA;
}
.nav-img .img-logo {
  width: 75px;
}

#btn-search {
  color: #006EBA;
  margin-right: 15px;
}
#btn-search[aria-expanded=true] {
  background-color: #eee;
  color: #006EBA;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
#btn-search[aria-expanded=true] i {
  font-size: 18px;
}
#btn-search:hover, #btn-search:active, #btn-search:focus {
  background-color: #eee;
  color: #006EBA;
}

.lang {
  text-decoration: none;
  color: #444444;
}
.lang:not(:last-of-type)::after {
  content: "|";
  margin: 0 20px;
  color: #ECECEC;
}
.lang.active {
  color: #006EBA;
  text-decoration: underline;
}
.lang.active:hover, .lang.active:active, .lang.active:focus {
  text-decoration: underline;
}
.lang:hover, .lang:active, .lang:focus {
  text-decoration: none;
}

.navbar-top {
  padding: 15px 0;
}

.navbar-side-right {
  text-align: right;
}

.navbar-custom .nav-item {
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar-custom .nav-item.active .nav-link {
  background-color: #ffffff;
}
.navbar-custom .nav-item.active .nav-link, .navbar-custom .nav-item.dropdown.show .nav-link {
  border-bottom-color: #006EBA;
}
.navbar-custom .nav-item:hover .nav-link, .navbar-custom .nav-item:active .nav-link, .navbar-custom .nav-item:focus .nav-link {
  border-bottom-color: #006EBA;
}
.navbar-custom .nav-item:last-child .nav-link:before {
  border-right: 1px solid #444444;
}
.navbar-custom .nav-link {
  position: relative;
  padding: 15px 0;
  font-size: 14px;
  font-weight: 500;
  color: #444444;
  display: block;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar-custom .nav-link:before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 0;
  width: 100%;
  border-left: 1px solid #444444;
  opacity: 0.2;
}
.navbar-custom .dropdown-menu {
  border-radius: 0;
  padding: 0;
  min-width: 100%;
  top: -3px !important;
}
.navbar-custom .dropdown-item {
  padding: 15px;
  border-bottom: 1px solid transparent;
  font-size: 14px;
  font-weight: 500;
  color: #444444;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar-custom .dropdown-item:not(:last-of-type) {
  border-bottom: 1px solid #F5F5F5;
}
.navbar-custom .dropdown-item.active {
  color: #ffffff;
  background-color: #006EBA;
}
.navbar-custom .dropdown-item:hover, .navbar-custom .dropdown-item:active, .navbar-custom .dropdown-item:focus {
  background-color: #006EBA;
  color: #ffffff;
}

.banner {
  position: relative;
  height: 80vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner-news .banner-text {
  font-size: 32px;
  margin-top: unset;
  margin-bottom: 60px;
}
.banner-text, .banner .scroll-down {
  color: #ffffff;
}
.banner-text {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
}
.banner .scroll-down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 2px solid #ffffff;
  border-radius: 30px;
  padding: 8px 24px;
}
.banner .link-scroll-down {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
}

.content-desc {
  line-height: 1.9;
}

.section-custom.section-v-2 .title-section {
  font-size: 32px;
}
.section-custom.section-v-2 .subtitle {
  font-size: 24px;
}
.section-custom.section-v-2 .title-content {
  color: #444444;
  margin-bottom: 15px;
  font-weight: 500;
}
.section-custom.section-v-2 .content-desc {
  margin: 30px 0;
}

.news-top {
  margin-top: 144px;
}

.smart-scroll {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background-color: #ffffff;
}

.scrolled-down {
  -webkit-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  transform: translateY(-150%);
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.scrolled-up {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.overlay-banner {
  background-color: rgba(0, 0, 0, 0.2);
  height: inherit;
}

#banner-home .swiper-container {
  padding-top: 144px;
  height: 100vh;
}
#banner-home .overlay-banner {
  justify-content: flex-end;
  align-items: flex-end;
}
#banner-home .swiper-content {
  margin-right: 100px;
  color: #ffffff;
  max-width: 600px;
  margin-bottom: 30px;
  padding: 15px 20px;
  border-radius: 8px;
}
#banner-home .swiper-slide {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#banner-home .swiper-slide-title {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
}
#banner-home .swiper-slide-desc {
  font-size: 18px;
}
#banner-home .swiper-button-prev, #banner-home .swiper-button-next {
  top: 60%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  border: 2px solid #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
#banner-home .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 1;
  height: 10px;
  width: 10px;
  margin: 0 6px;
}
#banner-home .swiper-pagination-bullet-active {
  background: #006EBA;
  opacity: 1;
}

.btn-white {
  background-color: #ffffff;
  color: #006EBA;
}
.btn-white:hover, .btn-white:active, .btn-white:focus {
  background-color: #006EBA;
  color: #ffffff;
}

.error-page {
  padding-top: 150px;
}

.btn-big-rounded {
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px;
}

.bg-ring {
  position: relative;
}
.bg-ring::before {
  content: "";
  display: block;
  position: absolute;
  height: 575px;
  width: 575px;
  opacity: 0.2;
  z-index: -1;
  background-image: url("../images/icon/ring.svg");
  background-repeat: no-repeat;
}
.bg-ring.top-left-up::before {
  top: 0;
  left: 0;
  background-position: -250px -30px;
}
.bg-ring.top-right-up::before {
  top: 0;
  right: 0;
  background-position: 250px -250px;
}
.bg-ring.top-left-down::before {
  top: 0;
  left: 0;
  background-position: -250px -250px;
}
.bg-ring.bottom-left-up::before {
  bottom: 0;
  left: 0;
  background-position: -250px 275px;
}
.bg-ring.bottom-right-up::before {
  bottom: 0;
  right: 0;
  background-position: 300px 300px;
}

.bg-two-ring {
  position: relative;
}
.bg-two-ring::before {
  content: "";
  display: block;
  position: absolute;
  height: 575px;
  width: 575px;
  opacity: 0.2;
  z-index: -1;
  background-image: url("../images/icon/ring.svg");
  background-repeat: no-repeat;
}
.bg-two-ring::after {
  content: "";
  display: block;
  position: absolute;
  height: 575px;
  width: 575px;
  opacity: 0.2;
  z-index: -1;
  background-image: url("../images/icon/ring.svg");
  background-repeat: no-repeat;
}
.bg-two-ring.top-right-bottom-left::before {
  top: 0;
  right: 0;
  background-position: 250px -250px;
}
.bg-two-ring.top-right-bottom-left::after {
  bottom: 0;
  left: 0;
  background-position: -250px 325px;
}

#lightcase-info {
  width: 100%;
}

#lightcase-sequenceInfo {
  font-size: 12px !important;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.video-wrapper {
  text-decoration: none;
  color: inherit;
}
.video-wrapper .title-video {
  font-size: 18px;
}
.video-wrapper:hover, .video-wrapper:active, .video-wrapper:focus {
  text-decoration: none;
  color: inherit;
}
.video-wrapper:hover .figure-custom::before, .video-wrapper:active .figure-custom::before, .video-wrapper:focus .figure-custom::before {
  background-color: rgba(0, 0, 0, 0.5);
}
.video-wrapper:hover .title-video, .video-wrapper:active .title-video, .video-wrapper:focus .title-video {
  color: #006EBA;
}
.video-wrapper .figure-custom::before {
  background-color: unset;
}
.video-wrapper .figure-video {
  margin-bottom: 0;
}
.video-wrapper .content-desc {
  margin: 0;
}

.content-desc {
  margin: 30px 0;
}

.number-project {
  border-radius: 6px;
  padding: 30px;
  background: linear-gradient(to top, #ffffff 50%, #006EBA 50%);
  background-size: 100% 200%;
  background-position: left bottom;
  height: 100%;
  box-shadow: 0 0 0 0 #fff;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.number-project:hover, .number-project:active, .number-project:focus {
  text-decoration: none;
  box-shadow: 0 8px 12px 0 #ccc;
  background-position: right top;
}
.number-project:hover .number, .number-project:active .number, .number-project:focus .number {
  color: #ffffff;
  border-color: #ffffff;
}
.number-project:hover .number-desc, .number-project:active .number-desc, .number-project:focus .number-desc {
  color: #ffffff;
}

.number {
  width: 50px;
  height: 50px;
  line-height: 2;
  border: 2px solid #006EBA;
  color: #006EBA;
  border-radius: 50px;
  display: inline-block;
  font-size: 24px;
  text-align: center;
}
.number-desc {
  margin-top: 10px;
  font-size: 18px;
  color: #444444;
}

.number-square {
  background: #006EBA;
  color: #ffffff;
  border-radius: 0;
}

.link-news {
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
}
.link-news::after {
  content: "\f0da";
  display: inline-block;
  margin-left: 10px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.link-news:hover, .link-news:active, .link-news:focus {
  text-decoration: none;
}

.figure-custom {
  position: relative;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}
.figure-custom::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.figure-custom.vertical-cm {
  height: 450px;
}
.figure-custom.horizontal-cm {
  height: 210px;
}
.figure-custom.figure-image, .figure-custom.figure-video {
  height: 225px;
}
.figure-custom.figure-image::before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 32px;
  position: absolute;
  text-align: center;
  opacity: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}
.figure-custom.figure-image:hover::before, .figure-custom.figure-image:active::before, .figure-custom.figure-image:focus::before {
  opacity: 1;
}
.figure-custom.figure-video .icon-play {
  font-size: 50px;
}
.figure-custom .figure-caption {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
}
.figure-custom .figure-caption-v-center {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.figure-custom .figure-caption-bottom {
  bottom: 0;
}
.figure-custom .fig-blue {
  background-color: rgba(0, 110, 186, 0.7);
}
.figure-custom img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.figure-custom:hover::before, .figure-custom:active::before, .figure-custom:focus::before {
  background-color: rgba(0, 0, 0, 0.5);
}

.figure-news img {
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.figure-news .figure-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
  bottom: 0;
  text-align: left;
  padding: 30px;
}
.figure-news .label-news {
  border-radius: 0;
  background-color: #006EBA;
  padding: 10px 15px;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
}
.figure-news .title-news {
  text-decoration: none;
  color: inherit;
  display: block;
  font-weight: 600;
  font-size: 18px;
  margin: 20px 0;
}
.figure-news .link-news {
  color: #ffffff;
}
.figure-news:hover img, .figure-news:active img, .figure-news:focus img {
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}
.figure-news:hover::before, .figure-news:active::before, .figure-news:focus::before {
  background-color: unset;
}

.figure-small-news {
  margin: 0;
}
.figure-small-news .img-news {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.figure-small-news .title-news {
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.figure-small-news .wrapper-img {
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 225px;
  border-radius: 10px;
  overflow: hidden;
}
.figure-small-news:hover .wrapper-img, .figure-small-news:active .wrapper-img, .figure-small-news:focus .wrapper-img {
  box-shadow: 0px 0px 10px #00022061;
}

.headline {
  height: 400px;
}
.headline .figure-news {
  height: 100%;
}
.headline img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.image-item .figure-image {
  margin-bottom: 15px;
}

.img-same {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.img-same-height {
  height: 100%;
  object-fit: cover;
}

.news-wrapper {
  text-decoration: none;
  border-radius: 10px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3 ease;
  -ms-transition: all 0.3 ease;
  transition: all 0.3 ease;
}
.news-wrapper .link-news, .news-wrapper .date-posted {
  color: #006EBA;
}
.news-wrapper .title-news {
  font-size: 16px;
}
.news-wrapper .desc-news {
  line-height: 1.8;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 75px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-wrapper:hover, .news-wrapper:active, .news-wrapper:focus {
  text-decoration: none;
}
.news-wrapper:hover .title-news, .news-wrapper:active .title-news, .news-wrapper:focus .title-news {
  color: #006EBA;
}

.content-cke {
  margin: 0px;
  margin-bottom: 15px;
}
.content-cke ul {
  margin-left: -20px;
}
.content-cke p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.9;
  color: #7D7D7D;
  margin-bottom: 15px;
}
.content-cke p > img {
  display: unset;
}
.content-cke h1, .content-cke h2, .content-cke h3, .content-cke h4, .content-cke h5, .content-cke h6 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}
.content-cke img {
  max-width: 100%;
  height: auto;
  display: block;
}
.content-cke.news-cke p {
  color: #444444;
}

.w-banner {
  max-width: 750px;
}

.title-section-wrapper, .images-wrapper {
  margin-bottom: 30px;
}

.title-section {
  font-size: 24px;
}

.second-title-section {
  color: #444444;
  font-size: 26px;
  font-weight: 500;
  margin-top: 10px;
}

.title-link {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #444444;
  text-align: right;
  display: block;
  font-weight: 500;
  font-size: 18px;
}
.title-link::after {
  content: "\f0da";
  display: inline-block;
  margin-left: 10px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.title-link:hover, .title-link:active, .title-link:focus {
  color: #006EBA;
  text-decoration: none;
}

.link-overview {
  margin-top: 15px;
}
.link-overview .item-list {
  padding: 10px 0;
}
.link-overview .item-list:not(:last-child) {
  border-bottom: 1px solid #F5F5F5;
}
.link-overview .link-item {
  text-decoration: none;
  color: #444444;
  font-size: 18px;
  display: block;
  position: relative;
  -webkit-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.link-overview .link-item:hover, .link-overview .link-item:active, .link-overview .link-item:focus {
  color: #006EBA;
}
.link-overview .link-item::after {
  content: "\f0da";
  position: absolute;
  right: 0;
  margin-left: 10px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.related-link .figure-same-height {
  height: 250px;
}

.title-subtitle {
  font-size: 20px;
}

.ul-col-2 {
  column-count: 2;
  column-gap: 5px;
}

.site-map-container {
  margin-bottom: 30px;
}

.site-map .main-title {
  font-size: 35px;
  margin-bottom: 45px;
}
.site-map .title-section {
  font-size: 20px;
  margin-bottom: 20px;
}

.list-site-map {
  list-style: none;
}
.list-site-map li::before {
  content: "•";
  color: #006EBA;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.list-site-map .item-site-map:not(:last-child) {
  margin-bottom: 20px;
}
.list-site-map .item-site-map:hover .link-site-map, .list-site-map .item-site-map:active .link-site-map, .list-site-map .item-site-map:focus .link-site-map {
  color: #006EBA;
}
.list-site-map .link-site-map {
  text-decoration: none;
  color: #444444;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.list-site-map.list-file {
  margin: 0;
  column-count: 2;
}
.list-site-map.list-file li::before {
  padding-right: 30px;
  width: 15px;
  margin-left: calc(-2em - 2px);
}

.title-legal-reference {
  background: #006EBA;
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 50px;
}

.wrapper-btn-monitoring {
  margin-bottom: 15px;
  width: 265px;
}

.title-underline-blue {
  padding-bottom: 20px;
  border-bottom: 2px solid #006EBA;
  font-size: 35px;
  margin-bottom: 45px;
}

.btn-accordion {
  padding: 0;
  background: none;
  border: none;
  color: #444444;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-accordion:hover, .btn-accordion:active, .btn-accordion:focus {
  color: #006EBA;
}
.btn-accordion::after {
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  display: inline-block;
  margin-left: 5px;
}
.btn-accordion.collapsed::after {
  content: "\f107";
}

.stopping-land-item {
  margin-top: 10px;
}
.stopping-land-item h3, .stopping-land-item h4 {
  font-size: 24px;
}

.cke-input strong {
  font-weight: 500;
}
.cke-input p, .cke-input ol, .cke-input ul, .cke-input span, .cke-input div {
  font-size: 16px;
}

.project-site-text h3, .project-site-text h4 {
  font-size: 24px;
}

footer {
  background-color: #ffffff;
}

.footer-top {
  color: #7D7D7D;
  font-size: 14px;
  line-height: 1.9;
}
.footer-top .title-content {
  font-size: 20px;
}
.footer-top .leave-message {
  font-size: 12px;
}
.footer-top .quicklinks {
  margin-bottom: 0;
}
.footer-top .quicklinks li {
  padding: 2.5px 0;
}
.footer-top #company-phone, .footer-top .quicklinks a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.footer-top #company-phone:hover, .footer-top #company-phone:active, .footer-top #company-phone:focus, .footer-top .quicklinks a:hover, .footer-top .quicklinks a:active, .footer-top .quicklinks a:focus {
  color: #006EBA;
  text-decoration: none;
}

.footer-bottom {
  border: 1px solid #ECECEC;
  border-width: 1px 0 1px 0;
  font-weight: 500;
  font-size: 14px;
}
.footer-bottom.section-custom {
  padding-bottom: 30px !important;
}
.footer-bottom .partner-item {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
  margin-bottom: 15px;
  color: #006EBA;
}
.footer-bottom .partner-item:hover, .footer-bottom .partner-item:active, .footer-bottom .partner-item:focus {
  color: #006EBA;
  text-decoration: none;
}

#copyright {
  padding: 20px 0;
  font-size: 14px;
  color: #7D7D7D;
}

#made-by {
  text-decoration: none;
  color: #2D2D2D;
  -webkit-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#made-by:hover, #made-by:active, #made-by:focus {
  color: #000000;
}

.modal {
  transition: opacity 0.25s ease;
}

body.modal-active {
  overflow-x: hidden;
  overflow-y: visible !important;
}

.no-gutters-image {
  object-fit: contain;
}

@media (min-width: 768px) and (max-width: 991px) {
  .figure-small-news .wrapper-img {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .banner {
    margin-top: 130px;
  }

  .navbar-bottom {
    display: block !important;
  }
  .navbar-bottom .navbar-nav {
    flex-direction: row;
    -ms-flex-direction: row;
  }
  .navbar-bottom .navbar-nav .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
  }

  .navbar-side-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .video-wrapper .figure-video {
    height: 275px;
  }
}
@media (min-width: 768px) {
  #banner-home .swiper-pagination-bullet {
    display: none;
  }

  .small-news-wrapper {
    margin-top: 45px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .lang:not(:last-of-type)::after {
    margin: 0 5px;
  }

  .figure-custom.vertical-cm {
    height: 400px;
  }
  .figure-custom.horizontal-cm {
    height: 185px;
  }
  .figure-custom.figure-same-height, .figure-custom.figure-image, .figure-custom.figure-video {
    height: 200px;
  }
  .figure-custom.figure-video .icon-play {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  #banner-home .swiper-container {
    padding-top: 90px;
  }

  .banner {
    margin-top: 90px;
  }

  .news-top {
    margin-top: 90px;
  }

  .navbar-nav .dropdown-menu.show {
    position: static !important;
    transform: unset !important;
    border: none;
  }

  .navbar-custom .nav-item.active, .navbar-custom .nav-item.dropdown.show {
    background-color: #006EBA;
  }
  .navbar-custom .nav-item.active .nav-link, .navbar-custom .nav-item.dropdown.show .nav-link {
    border-bottom-color: transparent;
    color: #ffffff;
  }
  .navbar-custom .nav-item.dropdown.show {
    border-bottom: none;
  }
  .navbar-custom .nav-item:hover, .navbar-custom .nav-item:active, .navbar-custom .nav-item:focus {
    background-color: #006EBA;
  }
  .navbar-custom .nav-item:hover .nav-link, .navbar-custom .nav-item:active .nav-link, .navbar-custom .nav-item:focus .nav-link {
    border-bottom-color: transparent;
  }
  .navbar-custom .nav-link {
    padding-left: 15px;
    padding-right: 15px;
    border-bottom-color: transparent;
  }
  .navbar-custom .nav-link:hover, .navbar-custom .nav-link:active, .navbar-custom .nav-link:focus {
    background-color: #006EBA;
    color: #ffffff;
  }
  .navbar-custom .dropdown-item {
    padding-left: 30px;
    padding-right: 30px;
  }
  .navbar-custom .dropdown-item:hover, .navbar-custom .dropdown-item:active, .navbar-custom .dropdown-item:focus {
    background-color: #006EBA;
    color: #ffffff;
  }

  .lang {
    margin: 15px 5px;
    font-size: 14px;
    font-weight: 500;
    color: #444444;
    display: inline-block;
  }
  .lang:not(:last-of-type)::after {
    margin-left: 5px;
  }

  .smart-scroll {
    box-shadow: 0 2px 6px 0 #7b7b7b;
  }

  .number-project {
    margin-bottom: 15px;
    height: calc(100% - 15px);
  }

  .figure-custom.vertical-cm {
    height: 300px;
  }
  .figure-custom.horizontal-cm {
    height: 135px;
  }
  .figure-custom.figure-same-height, .figure-custom.figure-image, .figure-custom.figure-video {
    height: 150px;
  }
  .figure-custom .figure-caption {
    font-size: 16px;
  }

  .link-overview {
    margin-bottom: 30px;
    margin-top: 15px;
  }

  .title-section-wrapper {
    margin-bottom: 15px;
  }

  .content-desc {
    margin: 15px 0;
  }

  .title-link {
    display: none;
  }

  .section-custom {
    padding: 30px 0;
  }

  .title-underline-blue {
    font-size: 28px;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }

  .ul-col-2 {
    column-count: 1;
    column-gap: normal;
  }
}
@media (max-width: 767px) {
  .link-overview .link-item {
    font-size: 16px;
  }

  .error-page {
    padding-top: 80px;
  }

  .footer-top {
    line-height: 1.6;
    padding-bottom: 0;
  }
  .footer-top .content {
    margin-bottom: 20px;
  }

  .footer-bottom.section-custom {
    padding-bottom: 15px !important;
  }

  .figure-custom.figure-same-height, .figure-custom.vertical-cm, .figure-custom.horizontal-cm, .figure-custom.figure-image, .figure-custom.figure-video {
    height: 250px;
  }
  .figure-custom .figure-caption {
    font-size: 16px;
  }

  .img-same-height {
    height: auto;
    object-fit: cover;
  }

  .images-wrapper img {
    margin-bottom: 15px;
  }

  .headline {
    margin-bottom: 30px;
    height: 300px;
  }

  #banner-home .overlay-banner {
    justify-content: flex-end;
    align-items: unset;
  }
  #banner-home .swiper-container {
    height: 75vh;
  }
  #banner-home .swiper-slide-title {
    font-size: 42px;
    margin-bottom: 15px;
  }
  #banner-home .swiper-content {
    max-width: unset;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 60px;
  }
  #banner-home .swiper-slide-desc {
    font-size: 16px;
  }
  #banner-home .swiper-button-prev, #banner-home .swiper-button-next {
    display: none;
  }

  .navbar-top {
    padding: 10px 0;
  }

  .banner {
    height: 60vh;
  }
  .banner-text {
    font-size: 36px;
    margin: 0 15px;
  }
  .banner .scroll-down {
    display: none;
  }

  .title-subtitle {
    font-size: 18px;
  }

  .figure-news .title-news {
    font-size: 16px;
  }

  .second-title-section {
    font-size: 18px;
  }

  .img-same {
    height: auto;
    object-fit: unset;
  }

  .section-custom.section-v-2 .title-section {
    font-size: 28px;
  }

  .bg-ring::before {
    width: 300px;
    height: 300px;
  }
  .bg-ring.top-left-up::before {
    background-position: -250px -30px;
  }
  .bg-ring.top-right-up::before {
    background-position: 0px -250px;
  }
  .bg-ring.top-left-down::before {
    background-position: -250px -250px;
  }
  .bg-ring.bottom-left-up::before {
    background-position: -250px 275px;
  }
  .bg-ring.bottom-right-up::before {
    background-position: 0 0;
  }

  .bg-two-ring::before {
    height: 300px;
    width: 300px;
  }
  .bg-two-ring::after {
    height: 300px;
    width: 300px;
  }
  .bg-two-ring.top-right-bottom-left::before {
    background-position: 0 -250px;
  }
  .bg-two-ring.top-right-bottom-left::after {
    background-position: -250px 75px;
  }

  #establish .number {
    height: 40px;
    width: 40px;
    font-size: 18px;
  }

  .site-map .main-title {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .site-map .title-section {
    font-size: 18px;
  }

  .list-site-map.list-file {
    margin: 0;
    column-count: unset;
  }

  .title-legal-reference {
    padding: 10px 30px;
  }

  .wrapper-btn-monitoring {
    margin-bottom: 30px;
  }

  .nav-img .img-logo {
    width: 70px;
  }

  #banner-home .swiper-container {
    padding-top: 75px;
  }

  .banner {
    margin-top: 75px;
  }

  .news-top {
    margin-top: 75px;
  }
}
@media (max-width: 575px) {
  #banner-home .swiper-slide-title {
    font-size: 32px;
  }

  .banner-text {
    font-size: 30px;
  }

  .label-news {
    display: none;
  }

  .figure-custom.figure-same-height, .figure-custom.vertical-cm, .figure-custom.horizontal-cm, .figure-custom.figure-image, .figure-custom.figure-video {
    height: 175px;
  }

  .figure-news .title-news {
    font-size: 14px;
    margin: 10px 0;
  }
  .figure-news .link-news {
    font-size: 12px;
  }

  .btn-learn-more {
    font-size: 12px;
    padding: 8px 18px;
  }

  .site-map .main-title {
    font-size: 28px;
  }

  #btn-search {
    margin-right: 0px;
  }

  .number-square {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }

  .title-underline-blue {
    font-size: 28px;
  }

  .stopping-land-item {
    font-size: 18px;
    margin-top: 5px;
  }
  .stopping-land-item h3, .stopping-land-item h4 {
    font-size: 18px;
  }
}

/*# sourceMappingURL=style.css.map */
