:root {
  --font-body: "Montserrat", sans-serif;
  --font-title: "Bebas Neue", sans-serif;
  --color-blue: rgba(0, 71, 171, 1);
  --color-black: rgba(0, 0, 0, 1);
  --color-yellow: rgba(255, 193, 7, 1);
  --color-dark: rgba(23, 31, 45, 1);
  --color-body: rgba(69, 69, 69, 1);
  --color-red: rgba(237, 28, 36, 1);
  --color-theme: rgba(247, 249, 252, 1);
  --width-container: 1272px;
  --color-stroke: rgba(228, 228, 228, 1);
  --color-Bg: rgba(243, 243, 243, 1);
  --color-white: rgba(255, 255, 255, 1);
  --color-caption: rgba(145, 145, 145, 1);
  --color-icon: rgba(139, 139, 139, 1);
}

body {
  font-family: var(--font-body) !important;
}

.container_frame {
  width: 1100px;
  margin: auto;
}
@media (max-width: 1200px) {
  .container_frame {
    width: 100%;
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .container_frame {
    width: 100%;
    padding: 0 15px;
  }
}

.homeBanner {
  position: relative;
}
.homeBanner .img_banner {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.homeBanner .item_banner {
  position: relative;
}
.homeBanner .item_banner::after, .homeBanner .item_banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.177) 15.48%, rgba(0, 0, 0, 0.104293) 20%, rgba(0, 0, 0, 0) 28.57%);
}
.homeBanner .item_banner::before {
  bottom: 0;
  top: unset;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 64.55%, rgba(0, 0, 0, 0.285) 83.94%, rgba(0, 0, 0, 0.3) 100%);
}
.homeBanner .content_banner {
  position: absolute;
  bottom: 36px;
  left: 86px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  z-index: 1;
}
.homeBanner .content_banner .note {
  color: #fff;
}
.homeBanner .arrow_review {
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.homeBanner .btn_trans {
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
}
.homeBanner .list_proj {
  display: flex;
}
.homeBanner .list_proj .item {
  color: #fff;
  font-size: 14px;
  margin-right: 44px;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.5s ease;
  text-decoration: none;
}
.homeBanner .list_proj .item:hover {
  color: var(--color-blue);
}
.homeBanner .list_proj .item:last-child {
  margin-right: 0;
}
.homeBanner .arrows {
  width: 60px;
  height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
  margin-left: -30px;
  bottom: 20px;
}
.homeBanner .arrows path {
  animation: arrow 2s infinite;
}
.homeBanner .arrows path.a1 {
  animation-delay: -1s;
}
.homeBanner .arrows path.a2 {
  animation-delay: -0.5s;
}
.homeBanner .arrows path.a3 {
  animation-delay: 0s;
}
.homeBanner .menutop {
  position: absolute;
  width: calc(100% - 172px);
  top: 30px;
  transform: translate(-50%, 0);
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.homeBanner .news-wrapper {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
@media (max-width: 767px) {
  .homeBanner .news-wrapper {
    width: 100%;
    padding: 5px 15px;
    text-align: center;
    right: 0;
    left: 0;
  }
}
@media (max-width: 1056px) {
  .homeBanner .content_banner {
    left: 40px;
    font-size: 15px;
  }
  .homeBanner .btn_trans {
    padding: 10px;
    line-height: 1;
  }
  .homeBanner .list_proj {
    right: 40px;
  }
  .homeBanner .img_banner {
    height: 50vh;
  }
  .homeBanner .arrows {
    display: none;
  }
}
@media (max-width: 900px) {
  .homeBanner .menutop {
    top: 15px;
    left: 15px;
    transform: none;
  }
}
@media (max-width: 767px) {
  .homeBanner .content_banner {
    left: 0;
    text-align: center;
    width: 100%;
    padding: 0 15px;
    bottom: 70px;
  }
  .homeBanner .list_proj {
    display: none;
  }
}

@keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.homeAbout {
  position: relative;
}
.homeAbout::after, .homeAbout::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background: radial-gradient(61.04% 61.04% at 54.24% 43.69%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.homeAbout::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}
.homeAbout .img_about {
  width: 100%;
  aspect-ratio: 1440/477;
  object-fit: cover;
}
.homeAbout .content_about {
  position: absolute;
  z-index: 1;
  width: 100%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
.homeAbout .content_about .subTitle {
  font-size: 26px;
  margin-bottom: 12px;
}
.homeAbout .content_about .segTitle {
  font-size: 54px;
}
@media (max-width: 1056px) {
  .homeAbout .img_about {
    height: 50vh;
  }
}
@media (max-width: 767px) {
  .homeAbout .content_about .subTitle {
    font-size: 1.25rem;
    margin-bottom: 7px;
  }
  .homeAbout .content_about .segTitle {
    font-size: 2rem;
  }
}

.footer {
  padding-top: 80px;
  text-align: center;
}
.footer .--title_ft {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.footer .content_contact {
  flex: 1;
}
.footer .list_contact {
  font-size: 14px;
  font-weight: 500;
  margin-top: 16px;
}
.footer .des_footer {
  flex: 0 0 22%;
  font-size: 13px;
}
.footer .description_ft {
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .form_contact {
  margin-top: 44px;
}
.footer .form_contact .--title_ft {
  margin-bottom: 20px;
}
.footer .form_contact form .wpcf7-form-control-wrap {
  margin-right: 8px;
}
.footer .form_contact form p {
  display: flex;
}
.footer .form_contact input {
  background: rgb(242, 242, 242);
  border: none;
  color: #000;
  padding: 12px 16px;
  font-size: 14px;
  transition: all 0.5s ease;
  width: 100%;
  border: 1px solid transparent;
}
.footer .form_contact input:focus, .footer .form_contact input:focus-visible, .footer .form_contact input:focus-within {
  border: 1px solid var(--color-blue);
  outline: none;
}
.footer .form_contact input::placeholder {
  color: rgb(44, 44, 44);
}
.footer .form_contact .btn_primary {
  width: max-content;
  white-space: nowrap;
  height: max-content;
}
.footer .bottom_footer {
  font-size: 14px;
  padding: 24px 0 44px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 44px;
}
@media (max-width: 767px) {
  .footer {
    padding-top: 50px;
  }
  .footer .description_ft {
    flex-flow: column;
  }
  .footer .des_footer, .footer .content_contact {
    flex: 0 0 100%;
    margin-bottom: 1.5rem;
  }
  .footer .form_contact form p {
    flex-flow: column;
  }
  .footer .list_contact {
    margin-top: 10px;
  }
  .footer .bottom_footer {
    width: 80%;
    margin: auto;
    font-size: 12px;
  }
  .footer .form_contact {
    margin-top: 1rem;
  }
  .footer .form_contact .btn_primary {
    margin: auto;
  }
}

.btn_primary {
  background: var(--color-blue);
  border: 1px solid transparent;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  padding: 12px 24px;
  transition: all 0.5s ease;
}
.btn_primary:hover {
  color: var(--color-blue);
  background: #fff;
  border: 1px solid var(--color-blue);
}
@media (max-width: 900px) {
  .btn_primary {
    padding: 12px 20px;
  }
}

.homeProject {
  padding: 100px 0;
}
.homeProject .title_project {
  font-weight: 600;
  font-size: 44px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.homeProject .list_btn_project {
  width: 800px;
  margin: 0 auto 62px auto;
}
.homeProject .list_btn_project .item_btn {
  padding: 11px 24px;
  text-align: center;
  font-size: 14px;
}
.homeProject .list_btn_project .slick-track {
  transform: none !important;
}
.homeProject .list_btn_project .slick-track .slick-current {
  background: var(--color-blue);
  color: var(--color-white);
  font-weight: 600;
}
.homeProject .item_project {
  display: flex;
}
.homeProject .img_project {
  flex: 0 0 45%;
  height: auto;
  aspect-ratio: 693/640;
}
.homeProject .img_project img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.homeProject .number_project {
  margin-top: 170px;
  height: auto;
  width: 20%;
  background: var(--color-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 0 0 auto;
}
.homeProject .number_project .number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 104px;
  color: var(--color-white);
  font-family: var(--font-title);
  z-index: 1;
}
.homeProject .number_project .total_slide {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, 0);
  color: var(--color-white);
  font-size: 16px;
}
.homeProject .number_project .arrow_project {
  z-index: 2;
  position: relative;
  display: flex;
}
.homeProject .number_project .arrow_project .slick_arrow {
  margin: 0 32px;
}
.homeProject .content_project {
  margin-top: 180px;
  padding: 0 60px;
}
.homeProject .content_project .title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.8px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.homeProject .content_project .description, .homeProject .content_project .owner {
  color: rgba(0, 0, 0, 0.6);
}
.homeProject .content_project .description {
  font-size: 14px;
  margin-bottom: 44px;
}
.homeProject .content_project .owner {
  margin-bottom: 44px;
}
.homeProject .content_project .list_btn {
  display: flex;
  gap: 8px;
}
.homeProject .content_project .btn_primary, .homeProject .content_project .btn_trans {
  font-size: 12px;
  text-transform: math-auto;
  cursor: pointer;
}
.homeProject .number_mobi {
  display: none;
}
@media (max-width: 1280px) {
  .homeProject .title_project {
    font-size: 40px;
    margin-bottom: 28px;
  }
  .homeProject .list_btn_project {
    margin: 0 auto 56px auto;
  }
  .homeProject .number_project {
    margin-top: 152px;
  }
  .homeProject .content_project {
    margin-top: 160px;
  }
  .homeProject .content_project .title {
    font-size: 18px;
  }
}
@media (min-width: 1500px) {
  .homeProject .progress1, .homeProject .progress2 {
    width: 390px !important;
    height: 390px !important;
  }
}
@media (max-width: 1056px) {
  .homeProject .list_btn {
    flex-flow: column;
    align-items: center;
  }
  .homeProject .progress1, .homeProject .progress2 {
    width: 250px !important;
    height: 250px !important;
  }
  .homeProject .number_project {
    width: 18%;
  }
  .homeProject .img_project {
    flex: 0 0 42%;
  }
  .homeProject .list_btn_project {
    display: none;
  }
}
@media (max-width: 900px) {
  .homeProject {
    display: block;
    padding: 50px 0;
  }
  .homeProject .arrow_project .slick_arrow {
    margin: 0 18px !important;
  }
  .homeProject .title_project {
    font-size: 28px;
    margin-bottom: 12px;
  }
  .homeProject .number_project {
    display: none;
  }
  .homeProject .number_project.number_mobi {
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 140px;
  }
  .homeProject .number_project.number_mobi .number {
    font-size: 45px;
  }
  .homeProject .progress1, .homeProject .progress2 {
    width: 110px !important;
    height: 110px !important;
  }
  .homeProject .total_slide {
    top: calc(59% + 5px) !important;
  }
  .homeProject .list_btn_project {
    margin: 0 auto 24px auto;
    width: 100%;
  }
  .homeProject .list_btn {
    flex-flow: row;
  }
  .homeProject .item_project {
    flex-wrap: wrap;
  }
  .homeProject .item_project .img_project {
    position: relative;
    flex: 0 0 100%;
  }
  .homeProject .item_project .number_project {
    width: 30%;
    margin-top: 0;
  }
  .homeProject .item_project .content_project {
    padding: 0 15px;
    margin: 24px auto 0 auto;
  }
  .homeProject .item_project .content_project .title {
    margin-bottom: 12px;
    text-align: center;
  }
  .homeProject .item_project .content_project .description {
    margin-bottom: 12px;
  }
  .homeProject .item_project .content_project .owner {
    margin-bottom: 24px;
  }
  .homeProject .item_project .content_project .list_btn {
    justify-content: center;
  }
}

.progress-round__wrap {
  position: absolute;
}
.progress-round__wrap .progress1, .progress-round__wrap .progress2 {
  position: absolute;
  width: 300px;
  height: 300px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.progress-round__wrap .progress2 circle {
  fill: transparent;
  stroke: #000;
  stroke-width: 1;
}
.btn_trans {
  padding: 11px 24px;
  background: transparent;
  text-decoration: none;
  color: var(--color-blue);
  width: max-content;
  display: flex;
  align-content: center;
  justify-content: center;
  border: 1px solid var(--color-blue);
  cursor: pointer;
  transition: all 0.5s ease;
}
.btn_trans:hover {
  color: #fff;
  background: var(--color-blue);
}

.btn_primary_1 {
  padding: 11px 24px;
  background: var(--color-blue);
  color: var(--color-white);
  width: max-content;
  display: flex;
  align-content: center;
  justify-content: center;
  border: 1px solid var(--color-blue);
  cursor: pointer;
}
@media (max-width: 900px) {
  .btn_primary_1 {
    padding: 12px 20px;
  }
}

.modalFile .modal-body {
  padding: 0;
  overflow: auto;
  max-height: calc(100vh - 160px);
  /* Track */
  /* Handle */
}
.modalFile .modal-body::-webkit-scrollbar {
  width: 5px;
}
.modalFile .modal-body::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.modalFile .modal-body::-webkit-scrollbar-thumb {
  background: rgba(136, 136, 136, 0.2);
}
.modalFile .modal-content {
  padding: 44px;
  border-radius: 20px;
}
.modalFile .modal-content .closeModalCancle {
  position: absolute;
  top: -16px;
  right: -16px;
  background: var(--color-white);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.modalFile .modal-content .closeModalCancle:hover {
  background: var(--color-blue);
}
.modalFile .modal-content .closeModalCancle:hover i {
  color: var(--color-white);
}
.modalFile .modal-content .closeModalCancle i {
  font-size: 14px;
}
.modalFile .modal-content .title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.2;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  letter-spacing: -0.56px;
}
.modalFile .modal-content .address {
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 24px;
}
.modalFile .modal-content .img_modal {
  aspect-ratio: 772/360;
  width: 100%;
  margin-bottom: 24px;
}
.modalFile .modal-content .img_modal img {
  width: 100%;
  height: 100%;
}
.modalFile .modal-content .title_file {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.modalFile .modal-content .item_file {
  display: flex;
  gap: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgb(239, 240, 242);
  color: #000;
  text-decoration: none;
  font-size: 15px;
  width: 100%;
}
.modalFile .modal-content .item_file .icon_file {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgb(239, 240, 242);
  border-radius: 4px;
  flex: 0 0 auto;
  margin-top: 4px;
}
.modalFile .modal-content .item_file .icon_file i {
  color: rgb(145, 158, 171);
}
.modalFile .modal-content .item_file .btn_control {
  display: flex;
  align-items: center;
}
.modalFile .modal-content .item_file .btn_control .--item {
  cursor: pointer;
  width: 30px;
  height: 30px;
  border: 1px solid #eee;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999999;
  text-decoration: none;
  margin: 0 3px;
}
.modalFile .modal-content .item_file .info_file {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}
.modalFile .modal-content .item_file .--left .name {
  font-weight: 600;
}
.modalFile .modal-content .item_file .--left .capacity {
  font-size: 12px;
  color: rgb(145, 158, 171);
}
.modalFile .modal-content .item_file .date {
  font-size: 12px;
  color: rgb(145, 158, 171);
}
@media (max-width: 1360px) {
  .modalFile .modal-content .title {
    font-size: 20px;
  }
  .modalFile .modal-content .address {
    font-size: 15px;
  }
  .modalFile .modal-content .title_file {
    font-size: 18px;
  }
  .modalFile .modal-content .icon_file {
    width: 30px;
    height: 30px;
  }
  .modalFile .modal-content .item_file .name {
    font-size: 14px;
  }
}
@media (max-width: 900px) {
  .modalFile .modal-content {
    padding: 20px 15px;
  }
  .modalFile .info_file {
    flex-flow: column;
    align-items: flex-start !important;
  }
  .modalFile .btn_control {
    margin-top: 5px;
  }
  .modalFile .btn_control .--item {
    width: unset !important;
    height: unset !important;
    border: none !important;
    font-size: 12px;
  }
}

.progress circle {
  fill: #ccc;
  stroke: #00d6d6;
  stroke-width: 10;
}

form .wpcf7-response-output {
  display: none;
}
form .wpcf7-not-valid-tip {
  font-size: 13px !important;
}
form.sent .wpcf7-response-output {
  display: block !important;
  width: max-content;
  margin: auto !important;
  font-size: 14px;
}

.iframe {
  width: 100%;
  height: calc(100vh - 40px);
}

.exampleModal-1 {
  background: rgba(0, 0, 0, 0.8) !important;
  z-index: 99999;
}
.exampleModal-1 .modal-content .closeModalCancle {
  position: absolute;
  top: -16px;
  right: -16px;
  background: var(--color-white);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.exampleModal-1 .modal-content .closeModalCancle:hover {
  background: var(--color-blue);
}
.exampleModal-1 .modal-content .closeModalCancle:hover i {
  color: var(--color-white);
}
.exampleModal-1 .modal-content .closeModalCancle i {
  font-size: 14px;
}
.exampleModal-1 .name_file {
  padding: 20px;
  font-weight: 600;
  font-size: 20px;
}

#iframe_src, #iframe_loading {
  height: calc(100vh - 200px);
}

#exampleModal #div_content ul li {
  margin-bottom: 15px;
}

#chinh_sach_bao_mat .img_about {
  max-height: 300px;
}
#chinh_sach_bao_mat h2 {
  color: #034638;
}
#chinh_sach_bao_mat .heading {
  color: #b2a384;
  font-weight: bolder;
}
#chinh_sach_bao_mat h6 {
  margin-bottom: 10px;
  font-weight: normal;
}

.text-justify {
  text-align: justify;
}

#list_news .news-item {
  border-left: 4px solid #0d6efd;
  transition: all 0.3s ease;
}
#list_news .news-date {
  color: #6c757d;
  font-size: 0.9rem;
}
#list_news .news-badge {
  font-size: 0.8rem;
}
#list_news .news-title {
  color: #212529;
}
#list_news .header-section {
  background-color: #f8f9fa;
  border-bottom: 2px solid #0d6efd;
}

.file-loader-container {
  text-align: center;
}

.file-icon {
  width: 80px;
  height: 100px;
  background-color: #fff;
  border-radius: 4px;
  position: relative;
  margin: 0 auto 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.file-icon:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 20px;
  border-style: solid;
  border-color: #ddd #f5f5f5 #f5f5f5 #ddd;
}

.file-icon:after {
  content: "";
  width: 40px;
  height: 6px;
  background: #4285f4;
  position: absolute;
  top: 30px;
  left: 20px;
  box-shadow: 0 12px 0 #4285f4, 0 24px 0 #4285f4, 0 36px 0 #4285f4;
  animation: typing 1.5s steps(4) infinite;
}

.progress-bar {
  width: 200px;
  height: 6px;
  background-color: #e0e0e0;
  border-radius: 3px;
  margin: 0 auto 10px;
  position: relative;
  overflow: hidden;
}

.progress-bar:after {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 50%;
  height: 100%;
  background-color: #4285f4;
  animation: progress 2s ease-in-out infinite;
}

.percentage {
  color: #555;
  font-size: 14px;
  margin-bottom: 5px;
  min-width: 40px;
  text-align: center;
}

.status-text {
  color: #666;
  font-size: 16px;
  margin-top: 5px;
}

/* Animations */
@keyframes typing {
  0% {
    width: 10px;
  }
  25% {
    width: 20px;
  }
  50% {
    width: 30px;
  }
  75% {
    width: 40px;
  }
  100% {
    width: 10px;
  }
}
@keyframes progress {
  0% {
    left: -50%;
    width: 50%;
  }
  50% {
    left: 25%;
    width: 50%;
  }
  100% {
    left: 100%;
    width: 50%;
  }
}
@keyframes percentage-count {
  0% {
    content: "0%";
  }
  10% {
    content: "10%";
  }
  20% {
    content: "20%";
  }
  30% {
    content: "30%";
  }
  40% {
    content: "40%";
  }
  50% {
    content: "50%";
  }
  60% {
    content: "60%";
  }
  70% {
    content: "70%";
  }
  80% {
    content: "80%";
  }
  90% {
    content: "90%";
  }
  100% {
    content: "100%";
  }
}
.percentage:after {
  content: "";
  animation: percentage-count 10s steps(10, end) infinite;
}

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