body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat-Regular" !important;
  font-size: 14px;
  overflow-x: hidden;
}

a,
a:hover,
a:active {
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  color: #eb9d22 !important;
}
.body-page {
  overflow: hidden;
}
.header .menu-sidebar {
  position: fixed;
  z-index: 3;
  height: 900px;
  width: 100px;
  background: #0f1b32;
  opacity: 75%;
  border-bottom-right-radius: 100px;
  padding: 30px;
}
.header .menu-sidebar .box-side {
  height: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.header .menu-sidebar .bar-icon-menu {
  cursor: pointer;
}

.header .menu-sidebar .menu-nav .menu-icon-index {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.header .menu-sidebar .menu-nav .menu-icon-index i {
  font-size: 20px;
  color: #fff;
}

.header .menu-sidebar .menu-nav .menu-icon-index i:hover {
  color: #eb9d22;
}

.header .menu-sidebar .menu-nav .menu-icon-index a {
  color: #fff;
  font-size: 16px;
  font-weight: 400px;
}

.header .menu-sidebar .icon-social {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}

.header .contact-form-right {
  position: fixed;
  z-index: 2;
  right: 0;
  top: 100px;
}

.header .contact-form-right .contact-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.header .contact-form-right .contact-list .contact-item {
  background: #0f1b32;
  width: 48px;
  height: 48px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.setion-1 .slider-box-section-1 {
  position: relative;
  border-bottom-right-radius: 222px;
  border-bottom-left-radius: 222px;
  opacity: 1;
  overflow: hidden;
}

.setion-1 .slider-box-section-1 .slider img {
  width: 100%;
}
.setion-1 .slider-box-section-1 .slider .bg-linear {
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  height: 558px;
  width: 100%;
  bottom: 0;
  left: 0;
}

.setion-1 .top-news-box-slider {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: end;
  z-index: 0;
  bottom: 200px;
}

.setion-1 .top-news-box-slider .left {
  width: 100%;
  max-width: 359px;
  margin-bottom: 50px;
}

.setion-1 .top-news-box-slider .left img {
  width: 100%;
  border-radius: 20px;
}

.setion-1 .top-news-box-slider .right {
  width: 100%;
}
.setion-1 .top-news-box-slider .right .slider-image-right .item {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: baseline;
}

.setion-1 .top-news-box-slider .right .slider-image-right .item img {
  width: 800px;
  border-radius: 30px;
  display: inline-block;
}

.setion-1 .top-news-box-slider .right .slider-image-right .item .box-text-show {
  padding: 20px 0;
  position: relative;
}

.setion-1
  .top-news-box-slider
  .right
  .slider-image-right
  .item
  .box-text-show
  .title {
  font-family: "Montserrat-Thin";
  font-weight: 250;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 1px;
  vertical-align: middle;
  text-align: right;
  display: flex;
  align-items: flex-end;
  justify-content: end;
  border-bottom: 0.5px solid #ffffff;
  opacity: 0.5;
}

.setion-1
  .top-news-box-slider
  .right
  .slider-image-right
  .item
  .box-text-show
  .title
  a {
  color: #fff;
  max-width: 80%;
  display: block;
  margin-right: 20px;
  padding-bottom: 20px;
}

.setion-1
  .top-news-box-slider
  .right
  .slider-image-right
  .item
  .box-text-show
  .readmore {
  clear: both;
  text-align: center;
  width: 176px;
  height: 45px;
  opacity: 1;
  border: 1px solid #d9d9d9;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat-Thin";
  font-weight: 250;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  right: 10px;
  bottom: -110px;
  opacity: 0.5;
}

.setion-1
  .top-news-box-slider
  .right
  .slider-image-right
  .item
  .box-text-show
  .readmore
  a {
  color: #fff;
  display: flex;
  gap: 10px;
  align-items: center;
}

.setion-1 .owl-dots {
  position: absolute;
  bottom: 100px;
  right: 27%;
}

.section-2 {
  margin: 100px 0 0 0;
  position: relative;
  display: flex;
  align-items: center;
  height: 903px;
}

.section-2 .section-2-left .title {
  position: relative;
  top: -150px;
}

.section-2 .section-2-left .title h2 {
  margin: 0;
  font-family: "BeautiqueDisplay-Bold";
  font-weight: 700;
  font-size: 80px;
  line-height: 100%;
}

.section-2 .section-2-left .title h3 {
  font-family: "BeautiqueDisplay-Regular";
  font-weight: 300;
  font-style: Light;
  font-size: 80px;
  line-height: 100%;
  color: #0f1b32;
}

.section-2 .section-2-left .text-descreption {
  max-width: 376px;
  position: relative;
}

.section-2 .section-2-left .text-descreption h2 {
  font-family: "BeautiqueDisplay-Bold";
  font-weight: 700;
  font-size: 96px;
  line-height: 100%;
  vertical-align: middle;
  color: #eb9d22;
  margin-bottom: 0;
}

.section-2 .section-2-left .text-descreption h3 {
  font-family: "Montserrat-Regular";
  font-size: 36px;
  line-height: 100%;
  letter-spacing: -5%;
  vertical-align: middle;
  margin-top: 0;
}

.section-2 .section-2-left .text-descreption p {
  font-family: "Montserrat-ExtraLight";
  font-size: 16px;
  line-height: 1.4;
  vertical-align: middle;
  color: #0f1b32;
}

.section-2 .box-image {
  position: absolute;
  right: 0;
  top: 0;
  border-bottom: 1px solid #eb9d22;
}

.section-2 .box-image img {
  width: 100%;
  max-width: 1100px;
}

.section-3 .section-3-box {
  border-top: 1px solid #eb9d22;
  padding: 30px 0;
}

.section-3 .section-3-box .section-3-counter {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 60px;
}

.section-3 .section-3-box .section-3-counter .counter-item {
  position: relative;
}

.section-3 .section-3-box .section-3-counter .counter-item span {
  font-family: "Montserrat-Light";
  font-size: 40px;
  line-height: 100%;
}

.section-3 .section-3-box .section-3-counter .counter-item p {
  font-family: "Montserrat-Light";
  font-size: 18px;
}

.section-4 {
  position: relative;
  overflow: hidden;
  margin: 100px 0 0;
  padding-bottom: 100px;
  background: url("../images/image 102.png") no-repeat;
}

.section-4-box {
  position: relative;
  top: 115px;
}

.section-title-box h2 {
  font-family: "BeautiqueDisplay-Bold";
  font-size: 64px;
  color: #0f1b32;
  position: relative;
  margin: 0;
  padding-left: 15px;
}

.section-title-box h2::before {
  content: "";
  background: #eb9d22;
  width: 11px;
  height: 11px;
  border-radius: 0 10px 10px 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 15px;
  margin: auto;
}

.section-4-box .section-4-title p {
  font-family: "Montserrat-Regular";
  font-size: 24px;
}

.section-4-box-item .box-item {
  max-width: 1126px;
  float: right;
}

.section-4-box-item .box-item .item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.section-4-box-item .box-item .item:last-child {
  margin-bottom: 0;
}

.section-4-box-item .box-item .item .stt {
  margin-right: 50px;
}

.section-4-box-item .box-item .item .stt img {
  max-width: 100px;
  width: fit-content;
}

.section-4-box-item .box-item .item .box {
  display: flex;
  width: 100%;
  opacity: 0.8;
  border-radius: 50px 0 0 50px;
  background: linear-gradient(90deg, #132d5e 0%, #0f1b32 100%);
  padding: 20px 0;
}

.section-4-box-item .box-item .item .box .image {
  margin-left: -50px;
}

.section-4-box-item .box-item .item .box .image img {
  max-width: 150px;
  width: fit-content;
  border-radius: 50%;
}

.section-4-box-item .box-item .item .box .text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 700px;
}

.section-4-box-item .box-item .item .box .text {
  text-align: center;
}

.section-4-box-item .box-item .item .box .text h2 {
  margin: 0;
  font-family: "Montserrat-Bold";
  font-size: 24px;
  color: #eb9d22;
}

.section-4-box-item .box-item .item .box .text p {
  margin-top: 10px;
  font-family: "Montserrat-Regular";
  font-size: 18px;
  line-height: 100%;
  vertical-align: middle;
  color: #fff;
  font-family: 400;
}

.section-5 {
  padding: 100px 0;
  background: url("../images/Group 2044.png") #f4f4f4 no-repeat;
}

.slider-box-prj {
  position: relative;
  margin: 36px 0;
}

.prj-item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 7.5px;
}

.prj-item:hover {
  border: 2px solid #eb9d22;
}

.prj-item img {
  width: 100%;
}

.prj-item .entry-text {
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  padding: 36px 16px;
  width: 100%;
  bottom: 0;
}

.prj-item .entry-text h2 {
  font-family: "Montserrat-Bold";
  font-size: 15px;
  color: #fff;
}

.prj-item .entry-text p {
  font-family: "Montserrat-Light";
  color: #fff;
}

.section-5 .readmore {
  border: 1px solid #0f1b32;
  color: #0f1b32;
  opacity: 1;
  border-radius: 50px;
  max-width: 176px;
  padding: 12px 12px;
  text-align: center;
  margin-top: 40px;
}

.section-5 .readmore a {
  font-size: 14px;
  font-family: "Montserrat-Bold";
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}

.section-5 .owl-buttons {
  position: absolute;
  right: 0;
  bottom: -160px;
}

.section-6 {
  padding: 100px 0;
}

.news-group-list {
  position: relative;
  margin-top: 36px;
}

.news-group-list .item {
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #0000001a;
}

.news-group-list .item .image img {
  width: 100%;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  height: 220px;
  object-fit: cover;
}

.news-group-list .item .entry-text-news {
  padding: 16px;
  border-top: 2px solid #868686;
}

.news-group-list .item .entry-text-news .datetime p {
  margin-bottom: 0;
  color: #868686;
  font-family: "Montserrat-Light";
  font-size: 14px;
}

.news-group-list .item .entry-text-news h2 {
  font-family: "Montserrat-Bold";
  font-size: 19px;
  color: #000;
}

.news-group-list .item .entry-text-news p {
  margin-bottom: 0;
  color: #868686;
}

.news-group-list .item:hover {
  border-color: #eb9d22;
}

.news-group-list .item:hover .image img {
  width: 100%;
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}

.news-group-list .item:hover .entry-text-news {
  background-color: #eb9d221a;
}

.news-group-list .allsee {
  text-decoration: underline;
  font-size: 16px;
  color: #0f1b32;
  font-family: "Montserrat-Regular";
  text-align: right;
  display: block;
  margin-top: 24px;
}

.section-6 .section-title-box h2::after {
  content: "";
  position: absolute;
  background: #868686;
  width: 1500px;
  height: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-left: 20px;
}

.section-7 {
  position: relative;
  height: 1686px;
  background: url("../images/partner.png") no-repeat;
  background-size: cover;
}

.section-7-partner .row-masonry {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-content: space-between;
  align-items: center;
  row-gap: 50px;
  margin-top: 60px;
}

.section-7-partner .row-masonry::before {
  content: unset;
}

.section-7-partner .box-image img {
  width: fit-content;
  margin: auto;
  display: block;
}

.section-8 {
  border: 1px solid #eb9d22;
}

.section-8-form-contact .form-box-contact {
  padding: 100px;
  height: 725px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-8-form-contact .form-box-contact .title {
  padding: 50px 0;
}

.section-8-form-contact .form-box-contact h2 {
  margin: 0 0 10px 0;
  font-size: 24px;
  line-height: 100%;
  font-family: "Montserrat-Bold";
  color: #0f1b32;
}

.section-8-form-contact .form-box-contact p {
  margin: 0;
  font-size: 14px;
  line-height: 150%;
  font-family: "Montserrat-Regular";
  color: #868686;
}

.section-8-form-contact .form-box-contact .form .form-group {
  margin-bottom: 36px;
}

.section-8-form-contact .form-box-contact .form .form-group .style-input {
  border: none;
  border-bottom: 0.6px solid #868686;
  padding-bottom: 7px;
  width: 100%;
  color: #000000;
  opacity: 0.25;
  outline: unset;
}

.section-8-form-contact .form-box-contact .form .btn-button-send button {
  color: #0f1b32;
  border: 1px solid #0f1b32;
  border-radius: 50px;
  padding: 12px 16px;
  min-width: 240px;
  font-size: 20px;
  margin-top: 36px;
}

.section-8-form-contact .form-box-contact .form .btn-button-send button:hover {
  color: #fff;
  background: #0f1b32;
}

.section-8-form-contact .form-box-contact .form .btn-button-send button input {
  background: none;
  border: none;
  outline: none;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  font-family: "Montserrat-Bold";
}

.section-8-form-contact iframe {
  height: 725px;
}

.footer {
  background: url("../images/footer.png") #0f1b32 no-repeat;
  background-size: cover;
  padding: 24px 0 12px 0;
}

.footer-information {
  display: flex;
}

.footer-information .logo img {
  max-width: 132px;
  width: fit-content;
}

.footer-information .information {
  flex: 1;
  width: 100%;
}

.footer-information .information .nav-menu-footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  gap: 36px;
  border-bottom: 1px solid #eb9d22;
  padding-bottom: 24px;
  margin-bottom: 0;
  padding-top: 34px;
}

.footer-information .information .nav-menu-footer ul li a {
  color: #fff;
  font-size: 16px;
}

.footer-information .information .infor-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  padding: 24px 0;
}

.footer-information .information .infor-contact .item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 16px;
  line-height: 100%;
  font-family: "Montserrat-Regular";
  color: #fff;
}

.footer-information .information .infor-contact .item p {
  margin-bottom: 0;
}

.footer-information .information .infor-contact .item p a {
  color: #fff;
}

.footer-information .information .add p {
  margin-bottom: 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
}

.footer-information .information .coppy-right {
  padding-top: 12px;
}

.footer-information .information .coppy-right p {
  margin-bottom: 0;
  text-align: center;
  color: #fff;
  font-size: 12px;
  opacity: 0.75;
}

.nav-menu-abs {
  position: fixed;
  height: 93px;
  width: 100%;
  background: #fff;
  z-index: 2;
  display: flex;
  align-items: center;
  border-radius: 0 0 100px 0;
  box-shadow: 0px 1px 22px 0px #eb9d22;
}

.nav-menu-abs .menu-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-menu-abs .menu-nav .main-menu {
  flex: 1;
  width: 100%;
}

.nav-menu-abs .menu-nav .main-menu ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.nav-menu-abs .menu-nav .main-menu ul li a {
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  font-family: "Montserrat-Regular";
  color: #000000;
}

.nav-menu-abs .menu-nav .main-menu ul li a:hover {
  font-weight: 800;
}

.nav-menu-abs .menu-nav .language a {
  font-size: 12px;
  color: #868686;
}

.nav-menu-abs .menu-nav .language a.active {
  color: #eb9d22;
  font-weight: 600;
}

.contact-page {
  padding-top: 150px;
  padding-bottom: 100px;
}

.top-maps-location {
  margin-bottom: 100px;
}

.top-maps-location img {
  display: block;
  margin: auto;
  width: fit-content;
}

.form-contact-page-details .title {
  margin-bottom: 36px;
}

.form-contact-page-details .title h2 {
  font-family: "BeautiqueDisplay-Bold";
  font-size: 64px;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
  color: #0f1b32;
  margin: 0;
}

.form-contact-page-details .form-style {
  display: flex;
  gap: 5px;
  flex-direction: column;
  margin-bottom: 16px;
}

.form-contact-page-details .form-style label {
  font-family: "Montserrat-Regular";
  font-size: 14px;
  line-height: 100%;
  color: #0f1b32;
}

.form-contact-page-details .form-style .form-style-input {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  outline: none;
  width: 100%;
  padding: 6px 4px;
}

.form-contact-page-details .form-style-btn {
  margin-top: 36px;
}

.form-contact-page-details .form-style-btn .btn-contact-page-click {
  max-width: 187px;
  width: 100%;
  background: #0f1b32;
  border: 1px solid #0f1b32;
  color: #fff;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  font-family: "Montserrat-Bold";
  border-radius: 20px;
  padding: 16px 8px;
  text-align: center;
}

.form-contact-page-details .form-style-btn .btn-contact-page-click:hover {
  background: #fff;
  border: 1px solid #0f1b32;
  color: #0f1b32;
}

.w-100 {
  width: 100%;
}

.news-page .news-group-list {
  padding-bottom: 100px;
}

.news-page .title-news-top h2 {
  font-family: "BeautiqueDisplay-Bold";
  font-style: Bold;
  font-size: 64px;
  line-height: 100%;
  vertical-align: middle;
}

.news-page .news-top-hot {
  padding: 100px 0 0 0;
}

.news-page .news-top-hot-box .news-group-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.news-page .news-top-hot-box {
  position: relative;
}

.news-page .news-top-hot-box::before {
  content: "";
  width: 100%;
  height: 5px;
  background: #eb9d22;
  position: absolute;
  top: -4px;
  bottom: 0;
  margin: auto;
  z-index: 9;
}

.news-page .news-top-hot-box .item img {
  height: 275px;
  object-fit: cover;
}

.news-page .banner {
  position: relative;
}

.news-page .banner .category {
  position: absolute;
  background: #fff;
  bottom: 0;
  padding: 36px;
}

.news-page .banner .category h1 {
  font-family: "BeautiqueDisplay-Bold";
  font-size: 64px;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
}

.news-page .news-group-list .item {
  margin-bottom: 30px;
}

.page-news-details .back {
  font-size: 14px;
  line-height: 100%;
  font-family: "Montserrat-Bold";
  max-width: 140px;
  margin: 100px 0;
  background: #0f1b32;
  padding: 12px 0;
  text-align: center;
}

.page-news-details .back a {
  color: #fff;
}

.page-news-details .entry h1 {
  color: #0f1b32;
  font-family: "Montserrat-Bold";
  font-size: 29px;
  line-height: 100%;
  text-align: center;
  margin: 0;
}

.page-news-details .entry .content {
  padding-top: 60px;
  padding-bottom: 30px;
  line-height: 2;
  text-align: justify;
}

.page-news-details .entry .content img {
  display: block;
  margin: 24px auto;
  width: fit-content;
  max-width: 100%;
}

.page-news-details .entry .share {
  padding-bottom: 100px;
}

.page-news-details .entry .share a {
  display: inline;
  padding: 0 7px;
}

.page-news-details .entry .share i {
  color: #eb9d22;
}

.another-item {
  border-top: 1px solid #0f1b32;
  padding-top: 50px;
}

.another-item .title h2 {
  font-family: "BeautiqueDisplay-Bold";
  font-size: 48px;
  line-height: 100%;
  text-align: center;
}

.another-item .news-group-list {
  padding-bottom: 50px;
}

.project-page .banner {
  position: relative;
}

.project-page .banner img {
  width: 100%;
  min-height: 300px;
}

.project-page .banner .category {
  position: absolute;
  bottom: 0;
  padding-bottom: 60px;
  max-width: 680px;
}

.project-page .banner .category h1 {
  font-family: "BeautiqueDisplay-Bold";
  color: #eb9d22;
  font-size: 64px;
  line-height: 100%;
  margin-top: 0;
}

.project-page .banner .category p {
  margin-bottom: 0;
  color: #fff;
  line-height: 2;
}

.project-page .category-list .list-cate {
  box-shadow: 0px 4px 4px 0px #00000040;
  margin-bottom: 60px;
  padding: 16px 0;
  overflow-y: auto;
}

.project-page .category-list .list-cate ul {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  margin-bottom: 0;
  list-style: none;
}
.project-page .category-list .list-cate ul li {
  position: relative;
  padding-left: 20px;
}

.project-page .category-list .list-cate ul li::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #eb9d22;
  bottom: 0;
  top: 0;
  margin: auto;
  left: 0;
}

.project-page .category-list .list-cate ul li:first-child:before {
  content: unset;
}

.project-page .category-list .list-cate ul li.active::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #000;
  bottom: -26px;
  right: 0;
  left: 20px;
  margin: auto;
}

.project-page .category-list .list-cate ul li a {
  color: #d9d9d9;
  font-size: 16px;
  font-family: "Montserrat-Bold";
}

.project-page .category-list .list-cate ul li a.active {
  color: #000000;
}

.project-page .list-group-item-prj {
  padding-bottom: 40px;
}

.project-page .list-group-item-prj .item-prj {
  border: 1px solid #d9d9d9;
  margin-bottom: 30px;
  position: relative;
}

.project-page .list-group-item-prj .item-prj::after {
  content: "";
  width: 14px;
  height: 14px;
  background: #d9d9d9;
  position: absolute;
  right: 0;
  bottom: 0;
}

.project-page .list-group-item-prj .item-prj img {
  width: 100%;
  height: 228px;
  object-fit: cover;
}

.project-page .list-group-item-prj .item-prj .title {
  padding: 16px;
}

.project-page .list-group-item-prj .item-prj .title p {
  margin-bottom: 0;
  color: #000;
  font-size: 16px;
}

.project-page .list-group-item-prj .item-prj:hover .title p {
  color: #eb9d22;
}

.project-page-details .banner {
  position: relative;
}

.project-page-details .title-cate {
  position: absolute;
  background: #eb9d22;
  opacity: 1;
  padding: 36px 42px;
  bottom: -70px;
}

.project-page-details .title-cate h2 {
  font-family: "BeautiqueDisplay-Bold";
  font-size: 64px;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
  color: #0f1b32;
}

.projects-details-information {
  padding-top: 200px;
}

.projects-details-information .information .back {
  background: #0f1b32;
  max-width: 140px;
  padding: 12px 24px;
  text-align: center;
  margin-bottom: 40px;
}

.projects-details-information .information .back a {
  color: #fff;
  font-size: 14px;
  line-height: 100%;
  font-family: "Montserrat-Bold";
}

.projects-details-information .information .content h1 {
  font-size: 24px;
  line-height: 150%;
  text-align: justify;
  font-family: "Montserrat-Medium";
  margin-top: 0;
  margin-bottom: 36px;
}

.projects-details-information .information .content .infor-item {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.projects-details-information .information .content .infor-item p {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.projects-details-information .information .content .descreption {
  line-height: 2;
}

.projects-details-information .information .content .descreption p {
  margin-bottom: 0;
}

.projects-details-information .information {
  padding-bottom: 100px;
}

.main-page-service .banner {
  position: relative;
  height: 595px;
  overflow: hidden;
  background: url("../images/dichvu/image\ 81.png") no-repeat;
  background-size: cover;
}

.main-page-service .banner .text {
  height: 100%;
  display: flex;
  align-items: center;
}

.main-page-service .banner .text h1 {
  font-size: 60px;
  line-height: 1.2;
  font-family: "Montserrat-Bold";
  color: #fff;
  max-width: 646px;
}

.main-page-service .wrapper-infor-content {
  background: url("../images/dichvu/image\ 82.png") no-repeat;
  background-size: cover;
  padding-top: 150px;
  position: relative;
}

.main-page-service .wrapper-infor-content .text .title {
  width: 100%;
}

.main-page-service .wrapper-infor-content .text .title h2 {
  margin: 0 0 20px 0;
  color: #eb9d22;
  font-size: 25px;
  line-height: 1.5;
  letter-spacing: -5%;
  font-family: "Montserrat-Bold";
}

.main-page-service .wrapper-infor-content .text .title p {
  color: #fff;
  margin-bottom: 0;
  line-height: 1.7;
  letter-spacing: -5%;
}

.main-page-service .wrapper-infor-content .logo {
  margin-top: 100px;
}

.main-page-service .wrapper-infor-content .logo img {
  width: fit-content;
}

.main-page-service .wrapper-infor-content .right {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 793px;
  width: 100%;
  display: flex;
  align-items: center;
}

.main-page-service .wrapper-infor-content .right .information-content-owl {
  border: 1px solid #d9d9d9;
  padding: 0px 0 0px 20px;
}

.main-page-service
  .wrapper-infor-content
  .right
  .information-content-owl
  .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.main-page-service
  .wrapper-infor-content
  .right
  .information-content-owl
  .item
  .text-left
  h3 {
  color: #fff;
  line-height: 1.5;
  letter-spacing: -5%;
  font-family: "Montserrat-Bold";
  margin: 0 0 20px 0;
}

.main-page-service
  .wrapper-infor-content
  .right
  .information-content-owl
  .item
  .text-left
  p {
  color: #fff;
  margin-bottom: 0;
  line-height: 1.7;
  letter-spacing: -5%;
}

.main-page-service .giai-doan-wrapper {
  box-shadow: 0px 4px 4px 0px #00000040;
  padding: 20px 16px;
}

.main-page-service .giai-doan-wrapper .giai-doan-step {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.main-page-service .giai-doan-wrapper .giai-doan-step .step h3 {
  color: #868686;
  font-size: 20px;
  line-height: 100%;
  font-family: "Montserrat-Bold";
  border-bottom: 0.6px solid #868686;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 0;
}

.main-page-service .giai-doan-wrapper .giai-doan-step .step p {
  color: #868686;
  line-height: 1.5;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .container {
    width: 1270px;
  }
  .form-contact-page-details .maps-contact-form-page iframe {
    height: 500px;
  }
  .form-contact-page-show {
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .news-page .news-top-hot-box .item {
    max-width: 78%;
    width: 100%;
  }
}

@media (max-width: 1366px) and ((min-width: 1250px)) {
  .container {
    width: 1170px;
  }
  .news-page .news-top-hot-box .item {
    max-width: 70%;
  }
  .news-group-list .item .image img {
    height: 285px;
    object-fit: cover;
  }
}

@media (max-width: 768px) {
  .news-page .banner .category {
    left: 0;
    right: 0;
    width: 80%;
    margin: auto;
    padding: 16px;
  }
  .news-page .banner .category h1 {
    font-size: 42px;
  }
  .page-news-details .entry h1 {
    font-size: 21px;
    line-height: 1.4;
  }
  .another-item .title h2 {
    font-size: 21px;
  }
  .owl-theme .owl-controls .owl-buttons div {
    width: 60px !important;
    height: 60px !important;
    line-height: 60px !important;
  }
  .owl-theme .owl-controls .owl-buttons div i {
    font-size: 30px !important;
  }
  .news-page .news-top-hot-box .news-group-list {
    flex-direction: column;
    padding-bottom: 30px;
  }

  .news-page .news-top-hot-box::before {
    bottom: 0;
    top: unset;
  }

  .news-page .news-top-hot {
    padding-top: 40px;
  }

  .news-page .title-news-top h2 {
    font-size: 42px;
    margin: 0;
  }

  .news-page .banner img {
    height: 300px;
    object-fit: cover;
    width: 100%;
  }
  .top-maps-location img {
    width: 100%;
  }
  .slider-image-show img {
    height: 100%;
    width: 100%;
  }
  .project-page-details img {
    width: 100%;
    min-height: 300px;
  }
  .project-page-details .title-cate {
    bottom: -55px;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    padding: 20px 29px;
  }
  .project-page-details .title-cate h2 {
    font-size: 42px;
  }
  .footer-information,
  .footer-information .information .nav-menu-footer ul,
  .footer-information .information .infor-contact {
    flex-direction: column;
    align-items: baseline;
  }
  .header .menu-sidebar .box-side {
    flex-direction: row;
  }
  .footer-information .information .nav-menu-footer ul {
    padding-left: 0;
  }
  .footer-information .information .add p,
  .header .menu-sidebar .menu-nav,
  .header .menu-sidebar .icon-social,
  .nav-menu-abs .menu-nav .logo {
    display: none;
  }
  .header .menu-sidebar {
    height: auto;
    width: 100%;
    opacity: 75%;
    border-bottom-right-radius: 0;
  }
  .nav-menu-abs {
    height: 100%;
    z-index: 1;
    border-radius: 0;
  }
  .nav-menu-abs .menu-nav .main-menu ul {
    flex-direction: column;
  }
  .nav-menu-abs .menu-nav .main-menu {
    padding-bottom: 50px;
  }
  .nav-menu-abs .menu-nav {
    flex-direction: column;
  }
  .section-2 .section-2-left .title h2 {
    font-size: 30px;
  }
  .section-2 .section-2-left .title h3 {
    font-size: 30px;
  }
  .section-2 .section-2-left .text-descreption h2 {
    font-size: 46px;
    margin-bottom: 20px;
  }
  .section-2 .section-2-left .text-descreption h3 {
    font-size: 26px;
  }
  .section-2 .box-image {
    position: relative;
  }
  .section-2 .section-2-left .title {
    top: 0;
  }
  .section-2 {
    height: auto;
    margin-top: 60px;
  }
  .section-3 .section-3-box .section-3-counter {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    align-items: center;
    row-gap: 20px;
    margin-top: 0;
  }
  .section-3 .section-3-box .section-3-counter .counter-item {
    position: relative;
    text-align: center;
  }
  .section-3 .section-3-box .section-3-counter .counter-item span {
    font-size: 33px;
  }
  .section-4-box-item .box-item {
    max-width: 100%;
    float: unset;
  }
  .section-4-box {
    top: 0;
    margin-bottom: 36px;
  }
  .section-title-box h2 {
    font-size: 36px;
  }
  .section-4-box-item .box-item .item .stt img {
    display: none;
  }
  .section-4-box-item .box-item .item .box .image img {
    max-width: 100px;
  }
  .section-4-box-item .box-item .item .box .text h2 {
    font-size: 13px;
  }
  .section-4-box-item .box-item .item .box .text p {
    font-size: 12px;
    text-align: left;
    margin-bottom: 0;
  }
  .section-4-box-item .box-item .item .box .text {
    justify-content: normal;
  }
  .section-4-box-item .box-item .item .box {
    padding: 0;
    gap: 10px;
  }
  .section-4 {
    margin: 60px 0 0;
  }
  .news-group-list .item {
    margin-bottom: 20px;
  }
  .section-7 {
    height: 1000px;
  }
  .section-7-partner .row-masonry {
    grid-template-columns: repeat(2, 1fr);
  }
  .owl-carousel {
    z-index: 0;
  }
  .section-8-form-contact .form-box-contact {
    padding: 30px;
    height: auto;
  }
  .section-8-form-contact .form-box-contact h2 {
    font-size: 19px;
  }
  .setion-1 .slider-box-section-1 {
    height: 100vh;
    border-bottom-right-radius: 150px;
    border-bottom-left-radius: 150px;
  }
  .setion-1 .slider-box-section-1 .slider img {
    height: 100vh;
    object-fit: cover;
  }
  .setion-1 .top-news-box-slider .left {
    display: none;
  }
  .setion-1 .top-news-box-slider .right .slider-image-right .item {
    flex-direction: column;
  }
  .setion-1
    .top-news-box-slider
    .right
    .slider-image-right
    .item
    .box-text-show
    .title {
    border: unset;
    justify-content: center;
  }
  .setion-1 .top-news-box-slider {
    bottom: 50px;
  }
  .setion-1 .top-news-box-slider .right .slider-image-right .item img {
    width: 100%;
  }
  .setion-1 .top-news-box-slider .right {
    padding: 0 15px;
  }
  .setion-1 .owl-dots {
    bottom: 0;
    right: 0;
  }
  .setion-1
    .top-news-box-slider
    .right
    .slider-image-right
    .item
    .box-text-show
    .title
    a {
    margin-right: 0;
    text-align: left;
  }
  .another-item .owl-carousel .owl-nav {
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    justify-content: center;
  }
  .project-page .banner .category h1 {
    font-size: 42px;
  }
}
