/** $string - svg */
/** add unique id image url */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** font size */
/** keyframe */
/** */
.title_home {
  position: relative;
  text-align: center;
  color: #143e8e;
  font-weight: 800;
  width: -webkit-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 15px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.title_home {
  font-size: clamp(1.5625rem, 1.4048991355rem + 0.6724303554vw, 2rem);
  line-height: clamp(2.528125rem, 2.2731268012rem + 1.087992315vw, 3.236rem);
}
.title_home::before {
  content: "";
  position: absolute;
  background: #143e8e;
  width: 80%;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.all_banner_slide_home .all_img_content_slide_banner {
  position: relative;
}
.all_banner_slide_home .all_img_content_slide_banner .img_slide_banner {
  position: relative;
}
.all_banner_slide_home .all_img_content_slide_banner .img_slide_banner .img {
  display: block;
}
.all_banner_slide_home .all_img_content_slide_banner .img_slide_banner .img img {
  display: block;
  width: 100%;
}
.all_banner_slide_home .all_img_content_slide_banner .content_slide_banner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  text-align: center;
  border: 2px solid;
  border-image-source: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 40.38%, #ffffff 65.87%, rgba(255, 255, 255, 0) 100%);
  border-image-slice: 1;
  background: linear-gradient(90deg, rgba(20, 62, 142, 0) 0%, rgba(20, 62, 142, 0) 5.29%, #143e8e 32.69%, #143e8e 67.31%, rgba(20, 62, 142, 0) 94.71%, rgba(20, 62, 142, 0) 100%);
}
@media only screen and (max-width: 47.99875rem) {
  .all_banner_slide_home .all_img_content_slide_banner .content_slide_banner {
    display: none;
  }
}
.all_banner_slide_home .all_img_content_slide_banner .content_slide_banner .title_banner {
  line-height: 100px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 800;
  margin-top: 20px;
}
.all_banner_slide_home .all_img_content_slide_banner .content_slide_banner .title_banner {
  font-size: clamp(1.875rem, 1.4922550432rem + 1.6330451489vw, 2.9375rem);
  line-height: clamp(3.03375rem, 2.4144686599rem + 2.6422670509vw, 4.752875rem);
}
.all_banner_slide_home .all_img_content_slide_banner .content_slide_banner .mota_banner {
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.all_banner_slide_home .all_img_content_slide_banner .content_slide_banner .mota_banner {
  font-size: clamp(1.125rem, 0.9673991355rem + 0.6724303554vw, 1.5625rem);
  line-height: clamp(1.82025rem, 1.5652518012rem + 1.087992315vw, 2.528125rem);
}
.all_banner_slide_home .all_img_content_slide_banner .content_slide_banner .img_line_banner {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  mix-blend-mode: screen;
  mask-image: linear-gradient(to right, transparent 0%, black 20%, black 80%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 20%, black 80%, transparent 100%);
}
.all_banner_slide_home .all_img_content_slide_banner .content_slide_banner .img_line_banner img {
  max-width: 450px;
}
.all_banner_slide_home .swiper-controls .swiper-button {
  width: 50px;
  height: 50px;
}
@media only screen and (max-width: 47.99875rem) {
  .all_banner_slide_home .swiper-controls .swiper-button {
    display: none;
  }
}
.all_banner_slide_home .swiper-controls .swiper-button::before {
  border: 1px solid #fff;
  color: #fff;
  opacity: 1;
  font-size: 16px;
  font-weight: 300;
}
.all_banner_slide_home .swiper-controls .swiper-button.swiper-button-prev {
  left: 8%;
}
.all_banner_slide_home .swiper-controls .swiper-button.swiper-button-prev::before {
  content: "\f060";
}
.all_banner_slide_home .swiper-controls .swiper-button.swiper-button-next {
  right: 8%;
}
.all_banner_slide_home .swiper-controls .swiper-button.swiper-button-next::before {
  content: "\f061";
}
.all_banner_slide_home .swiper-controls .swiper-pagination-bullet {
  background: #d9d9d9;
  opacity: 1;
}
.all_banner_slide_home .swiper-controls .swiper-pagination-bullet-active {
  background: #e2b522;
}

.about-us {
  background: #f6f6f6;
}
.about-us {
  padding-top: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .about-us {
    padding-top: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .about-us {
    padding-top: 3.75rem;
  }
}
.about-us {
  padding-bottom: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .about-us {
    padding-bottom: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .about-us {
    padding-bottom: 3.75rem;
  }
}
.about-us .desc_home {
  font-size: 17px;
  color: #303030;
  text-align: center;
  width: 85%;
  margin: auto;
  margin-bottom: 40px;
}
@media only screen and (max-width: 47.99875rem) {
  .about-us .desc_home {
    width: 100%;
  }
}
.about-us .all_aboutus_repeater {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.about-us .all_aboutus_repeater .aboutus_repeater {
  width: calc(33.3333333333% - 5px);
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media only screen and (max-width: 63.99875rem) {
  .about-us .all_aboutus_repeater .aboutus_repeater {
    width: 100%;
  }
}
.about-us .all_aboutus_repeater .aboutus_repeater:nth-child(2n+2) {
  flex-direction: column-reverse;
}
@media only screen and (max-width: 63.99875rem) {
  .about-us .all_aboutus_repeater .aboutus_repeater:nth-child(2n+2) {
    flex-direction: column;
  }
}
.about-us .all_aboutus_repeater .aboutus_repeater .img_aboutus_repeater {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.about-us .all_aboutus_repeater .aboutus_repeater .img_aboutus_repeater img {
  transition: all 0.5s;
  border-radius: 10px;
  max-height: 240px;
}
.about-us .all_aboutus_repeater .aboutus_repeater .all_content_aboutus_repeater {
  min-height: 240px;
  background: #fff;
  border-radius: 10px;
  padding: 15px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 1s;
}
.about-us .all_aboutus_repeater .aboutus_repeater .all_content_aboutus_repeater .name_aboutus_repeater {
  color: #143e8e;
  font-weight: 800;
  text-align: center;
  margin-bottom: 10px;
  transition: all 0.5s;
  text-transform: uppercase;
}
.about-us .all_aboutus_repeater .aboutus_repeater .all_content_aboutus_repeater .name_aboutus_repeater {
  font-size: clamp(1.125rem, 1.0124279539rem + 0.4803073967vw, 1.4375rem);
  line-height: clamp(1.82025rem, 1.6381084294rem + 0.7771373679vw, 2.325875rem);
}
.about-us .all_aboutus_repeater .aboutus_repeater .all_content_aboutus_repeater .name_aboutus_repeater p {
  margin-bottom: 6px;
}
.about-us .all_aboutus_repeater .aboutus_repeater .all_content_aboutus_repeater .desc_aboutus_repeater {
  font-size: 17px;
  color: #303030;
  text-align: center;
  font-weight: 400;
  transition: all 0.5s;
}
.about-us .all_aboutus_repeater .aboutus_repeater:hover .all_content_aboutus_repeater {
  background: #143e8e;
}
.about-us .all_aboutus_repeater .aboutus_repeater:hover .all_content_aboutus_repeater .name_aboutus_repeater,
.about-us .all_aboutus_repeater .aboutus_repeater:hover .all_content_aboutus_repeater .desc_aboutus_repeater {
  color: #fff;
}

#home-services {
  background: #fff;
}
#home-services {
  padding-top: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  #home-services {
    padding-top: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  #home-services {
    padding-top: 3.75rem;
  }
}
#home-services {
  padding-bottom: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  #home-services {
    padding-bottom: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  #home-services {
    padding-bottom: 3.75rem;
  }
}
#home-services .all-cell-services {
  display: flex;
  gap: 24px;
  padding-top: 15px;
}
@media only screen and (max-width: 63.99875rem) {
  #home-services .all-cell-services {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
#home-services .all-cell-services .column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (max-width: 63.99875rem) {
  #home-services .all-cell-services .column {
    flex-direction: row;
    width: 100%;
  }
}
#home-services .all-cell-services .cell-1 {
  position: relative;
  box-sizing: border-box;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
@media only screen and (max-width: 63.99875rem) {
  #home-services .all-cell-services .cell-1 {
    width: calc(50% - 12px);
    padding-bottom: 10px;
  }
}
#home-services .all-cell-services .cell-1 .img_cell_services {
  overflow: hidden;
}
#home-services .all-cell-services .cell-1 .img_cell_services img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 3/2;
  transition: all 1s;
}
#home-services .all-cell-services .cell-1 .content_cell_services {
  padding: 16px 16px 6px 16px;
  background-color: #fff;
  transition: background-color 0.3s ease;
  flex-grow: 1;
  border-left: 0.5px solid #969696;
  border-right: 0.5px solid #969696;
}
#home-services .all-cell-services .cell-1 .content_cell_services .home-title {
  font-weight: 800;
  font-size: 19px;
  color: #143e8e;
  margin-bottom: 8px;
  text-align: center;
}
#home-services .all-cell-services .cell-1 .home-desc {
  position: relative;
  font-size: 14px;
  text-align: center;
  border: 0.5px solid #969696;
  border-top: none;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  transition: all 1s ease;
  opacity: 1;
  max-height: unset;
  overflow: unset;
  padding: 0 16px 16px 16px;
}
#home-services .all-cell-services .cell-1 .home-desc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  #home-services .all-cell-services .cell-1 .home-desc {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
#home-services .all-cell-services .cell-1:hover {
  background-color: #143e8e;
}
@media only screen and (min-width: 64rem) {
  #home-services .all-cell-services .cell-1:hover .img_cell_services img {
    transform: translate(0, 0) scale(1.1) rotate(2deg);
  }
}
#home-services .all-cell-services .cell-1:hover .content_cell_services {
  background: transparent;
  border: none;
}
#home-services .all-cell-services .cell-1:hover .content_cell_services .home-title {
  color: #fff;
}
#home-services .all-cell-services .cell-1:hover .home-desc {
  color: #fff;
}
@media (max-width: 992px) {
  #home-services .all-cell-services {
    flex-direction: column;
  }
  #home-services .all-cell-services .column {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
  }
  #home-services .all-cell-services .column .cell-1 {
    width: calc((100% - 24px) / 2);
  }
}
@media (max-width: 576px) {
  #home-services .all-cell-services .column {
    flex-direction: column;
  }
  #home-services .all-cell-services .column .cell-1 {
    width: 100%;
  }
}

#home_all_number {
  background: url(../img/bg_number.png) no-repeat, #143e8e;
  background-size: cover;
  background-blend-mode: color-burn;
}
#home_all_number {
  padding-top: 2.5rem;
}
@media only screen and (min-width: 48rem) {
  #home_all_number {
    padding-top: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  #home_all_number {
    padding-top: 6.25rem;
  }
}
#home_all_number {
  padding-bottom: 2.5rem;
}
@media only screen and (min-width: 48rem) {
  #home_all_number {
    padding-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  #home_all_number {
    padding-bottom: 6.25rem;
  }
}
#home_all_number .number-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media only screen and (max-width: 63.99875rem) {
  #home_all_number .number-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
#home_all_number .number-wrap .wrap_tt_nd_link .title_home_number {
  position: relative;
  color: #fff;
  font-weight: 700;
  width: -webkit-fit-content;
  width: fit-content;
  margin: auto;
  margin-left: 0;
  margin-bottom: 15px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
#home_all_number .number-wrap .wrap_tt_nd_link .title_home_number {
  font-size: clamp(1.5625rem, 1.4048991355rem + 0.6724303554vw, 2rem);
  line-height: clamp(2.528125rem, 2.2731268012rem + 1.087992315vw, 3.236rem);
}
#home_all_number .number-wrap .wrap_tt_nd_link .title_home_number::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 80%;
  height: 1px;
  bottom: 0;
  left: 0;
}
#home_all_number .number-wrap .wrap_tt_nd_link .home_desc {
  font-size: 17px;
  color: #fff;
  line-height: 25px;
  font-weight: 300;
}
@media only screen and (max-width: 47.99875rem) {
  #home_all_number .number-wrap .wrap_tt_nd_link .home_desc {
    font-size: 16px;
  }
}
#home_all_number .number-wrap .wrap_tt_nd_link .home_desc p {
  line-height: 1.6;
}
#home_all_number .number-wrap .wrap_tt_nd_link .button_link_number {
  background: #2962ce;
  padding: 8px 15px;
  border-radius: 6px;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: -webkit-fit-content;
  width: fit-content;
}
#home_all_number .number-wrap .wrap_tt_nd_link .button_link_number i {
  font-weight: 300;
}
#home_all_number .number-wrap .wrap_all_nhung_con_so {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 0;
}
@media only screen and (max-width: 47.99875rem) {
  #home_all_number .number-wrap .wrap_all_nhung_con_so {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 15px;
    text-align: center;
  }
}
#home_all_number .number-wrap .wrap_all_nhung_con_so .nhung_con_so {
  padding-left: 20px;
}
@media only screen and (max-width: 47.99875rem) {
  #home_all_number .number-wrap .wrap_all_nhung_con_so .nhung_con_so {
    padding-left: 0;
  }
}
#home_all_number .number-wrap .wrap_all_nhung_con_so .nhung_con_so .mota_ncs {
  position: relative;
  color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  position: relative;
  display: inline-block;
  font-weight: 900;
  line-height: 1.5;
}
#home_all_number .number-wrap .wrap_all_nhung_con_so .nhung_con_so .mota_ncs {
  font-size: clamp(2.5rem, 2.0497118156rem + 1.9212295869vw, 3.75rem);
  line-height: clamp(4.045rem, 3.3164337176rem + 3.1085494716vw, 6.0675rem);
}
#home_all_number .number-wrap .wrap_all_nhung_con_so .nhung_con_so .mota_ncs::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 1px;
  height: 50%;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 47.99875rem) {
  #home_all_number .number-wrap .wrap_all_nhung_con_so .nhung_con_so .mota_ncs::before {
    content: none;
  }
}
#home_all_number .number-wrap .wrap_all_nhung_con_so .nhung_con_so .title_ncs {
  font-weight: 400;
  color: #fff;
}
#home_all_number .number-wrap .wrap_all_nhung_con_so .nhung_con_so .title_ncs {
  font-size: clamp(1rem, 0.8649135447rem + 0.5763688761vw, 1.375rem);
  line-height: clamp(1.618rem, 1.3994301153rem + 0.9325648415vw, 2.22475rem);
}

#home-projects {
  background: #f6f6f6;
}
#home-projects {
  padding-top: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  #home-projects {
    padding-top: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  #home-projects {
    padding-top: 3.75rem;
  }
}
#home-projects {
  padding-bottom: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  #home-projects {
    padding-bottom: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  #home-projects {
    padding-bottom: 3.75rem;
  }
}
#home-projects .left-menu {
  margin: 40px 0;
}
@media only screen and (max-width: 47.99875rem) {
  #home-projects .left-menu {
    gap: 20px 0;
  }
}
#home-projects .left-menu .swiper-container .w-swiper {
  width: 95%;
  margin: auto;
  padding-bottom: 30px;
}
#home-projects .left-menu .swiper-container .swiper-slide {
  width: 25%;
}
@media only screen and (max-width: 63.99875rem) {
  #home-projects .left-menu .swiper-container .swiper-slide {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  #home-projects .left-menu .swiper-container .swiper-slide {
    width: 50%;
  }
}
@media only screen and (max-width: 23.75rem) {
  #home-projects .left-menu .swiper-container .swiper-slide {
    width: 100%;
  }
}
#home-projects .left-menu .swiper-container .swiper-controls .swiper-button {
  width: 50px;
  height: 50px;
  bottom: 6px;
  top: auto;
}
#home-projects .left-menu .swiper-container .swiper-controls .swiper-button::before {
  background: #fff;
  opacity: 1;
  border: 1px solid #c6c6c6;
  font-size: 15px;
  color: #000;
}
#home-projects .left-menu .swiper-container .swiper-controls .swiper-button-prev {
  left: 0;
}
#home-projects .left-menu .swiper-container .swiper-controls .swiper-button-prev::before {
  content: "\f060";
}
#home-projects .left-menu .swiper-container .swiper-controls .swiper-button-next {
  right: 0;
}
#home-projects .left-menu .swiper-container .swiper-controls .swiper-button-next::before {
  content: "\f061";
}
#home-projects .left-menu .swiper-container .swiper-pagination {
  bottom: 0;
}
#home-projects .menu-item {
  position: relative;
  text-align: center;
  border-bottom: 0.8px solid #a1a1a1;
  color: #696969;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  padding-bottom: 15px;
}
#home-projects .menu-item .re_title {
  font-size: clamp(1.25rem, 0.844740634rem + 1.7291066282vw, 2.375rem);
  line-height: clamp(2.0225rem, 1.3667903458rem + 2.7976945244vw, 3.84275rem);
}
#home-projects .menu-item.active {
  color: #143e8e;
}
#home-projects .menu-item.active::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background: #143e8e;
  bottom: 0;
  left: 0;
}
#home-projects .button-duan {
  border: 1px solid #143e8e;
  background: #143e8e;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  border-radius: 20px;
  padding: 8px 15px 8px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.6s;
  width: -webkit-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 30px;
  transition: all 0.5s;
}
#home-projects .button-duan:hover {
  background: #fff;
  color: #143e8e;
}

.all_project {
  border: 1px solid #cdcdcd;
  background: #fff;
  padding: 20px 60px 20px 40px;
  border-radius: 10px;
  margin-bottom: 10px;
  transition: all 0.6s;
}
@media only screen and (max-width: 47.99875rem) {
  .all_project {
    padding: 20px;
  }
}
.all_project .item_duan {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media only screen and (max-width: 63.99875rem) {
  .all_project .item_duan {
    flex-wrap: wrap;
    gap: 0;
  }
}
.all_project .item_duan .post-date {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 800;
  color: #143e8e;
  font-size: 21px;
  transition: all 0.6s;
}
@media only screen and (max-width: 63.99875rem) {
  .all_project .item_duan .post-date {
    flex-direction: row;
    width: 100%;
    gap: 15px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .all_project .item_duan .post-date {
    margin-bottom: 10px;
  }
}
.all_project .item_duan .post-date .post-date-month {
  font-size: clamp(1.25rem, 0.9122838617rem + 1.4409221902vw, 2.1875rem);
  line-height: clamp(2.0225rem, 1.4760752882rem + 2.3314121037vw, 3.539375rem);
}
.all_project .item_duan .link_post {
  flex: 0 0 auto;
  border: 1px solid #143e8e;
  font-size: 13px;
  text-transform: uppercase;
  color: #143e8e;
  font-weight: 600;
  border-radius: 20px;
  padding: 8px 15px 8px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.6s;
}
@media only screen and (max-width: 47.99875rem) {
  .all_project .item_duan .link_post {
    margin-top: 10px;
  }
}
.all_project .item_duan .link_content_image_post {
  flex: 1 1 auto;
  display: flex;
  gap: 20px;
  align-items: center;
}
@media only screen and (max-width: 47.99875rem) {
  .all_project .item_duan .link_content_image_post {
    flex-wrap: wrap;
  }
}
.all_project .item_duan .link_content_image_post .cover {
  flex: 0 0 212px;
  border: 1px solid #ffffff;
  border-radius: 15px;
}
@media only screen and (max-width: 47.99875rem) {
  .all_project .item_duan .link_content_image_post .cover {
    flex: 0 0 100%;
  }
}
.all_project .item_duan .link_content_image_post .cover img {
  border-radius: 15px;
}
.all_project .item_duan .link_content_image_post .cover-content {
  flex: 1 1 auto;
}
.all_project .item_duan .link_content_image_post .cover-content .h6 {
  font-size: 20px;
  color: #143e8e;
  font-weight: 800;
  transition: all 0.6s;
}
.all_project .item_duan .link_content_image_post .cover-content .desc_post {
  font-size: 17px;
  color: #303030;
  font-weight: 400;
  transition: all 0.6s;
}
.all_project .item_duan .link_content_image_post .cover-content .quy_mo {
  font-size: 17px;
  color: #303030;
  font-weight: 400;
  transition: all 0.6s;
}
.all_project .item_duan .link_content_image_post .cover-content .quy_mo span:nth-child(2) {
  font-weight: 800;
}
.all_project:hover {
  background: #143e8e;
}
.all_project:hover .item_duan .post-date {
  color: #fff;
}
.all_project:hover .item_duan .link_content_image_post .cover-content .h6,
.all_project:hover .item_duan .link_content_image_post .cover-content .desc_post,
.all_project:hover .item_duan .link_content_image_post .cover-content .quy_mo {
  color: #fff;
}
.all_project:hover .item_duan .link_post {
  border-color: #fff;
  color: #fff;
}

#home-contacts {
  padding-top: 2.5rem;
}
@media only screen and (min-width: 48rem) {
  #home-contacts {
    padding-top: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  #home-contacts {
    padding-top: 5rem;
  }
}
#home-contacts {
  padding-bottom: 2.5rem;
}
@media only screen and (min-width: 48rem) {
  #home-contacts {
    padding-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  #home-contacts {
    padding-bottom: 5rem;
  }
}
#home-contacts .all_content_contact .title {
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#home-contacts .all_content_contact .title {
  font-size: clamp(1.25rem, 0.9122838617rem + 1.4409221902vw, 2.1875rem);
  line-height: clamp(2.0225rem, 1.4760752882rem + 2.3314121037vw, 3.539375rem);
}
#home-contacts .all_content_contact .title p {
  line-height: 1;
}
#home-contacts .all_content_contact .desc {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
#home-contacts .all_content_contact .desc p {
  line-height: 1;
}
#home-contacts .all_contact_form.fade-up {
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.6s ease-out;
  will-change: transform, opacity;
}
#home-contacts .all_contact_form.fade-up.active {
  opacity: 1;
  transform: translateY(0);
}
#home-contacts .all_contact_form form {
  background: #fff;
  box-shadow: 0px 0px 41px 0px rgba(0, 0, 0, 0.2392156863);
  border-radius: 10px;
  padding: 30px;
}
#home-contacts .all_contact_form form .all_form_dktv_index {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
#home-contacts .all_contact_form form .all_form_dktv_index .title_form_dktv {
  font-weight: 800;
  color: #143e8e;
  text-align: center;
}
#home-contacts .all_contact_form form .all_form_dktv_index .title_form_dktv {
  font-size: clamp(1.5625rem, 1.4048991355rem + 0.6724303554vw, 2rem);
  line-height: clamp(2.528125rem, 2.2731268012rem + 1.087992315vw, 3.236rem);
}
#home-contacts .all_contact_form form .all_form_dktv_index .all_cell_form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
#home-contacts .all_contact_form form .all_form_dktv_index .all_cell_form .cell_form input {
  border: 1px solid #969696;
  border-radius: 20px;
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  padding: 0 20px;
  color: #000;
}
#home-contacts .all_contact_form form .all_form_dktv_index .all_cell_form .cell_form textarea {
  border: 1px solid #969696;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  padding: 20px;
  color: #000;
  height: 110px;
}
#home-contacts .all_contact_form form .all_form_dktv_index .all_cell_form .button_tuvan input {
  background: #143e8e;
  height: 57px;
  width: 100%;
  border-radius: 50px;
  border: none;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
@media only screen and (max-width: 47.99875rem) {
  #home-contacts .all_contact_form form .all_form_dktv_index .all_cell_form .button_tuvan input {
    height: 50px;
    font-size: 14px;
  }
}

.latest-news {
  background: url(../img/bg_tintuc.png) no-repeat;
  background-size: cover;
}
.latest-news {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .latest-news {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .latest-news {
    padding-top: 5rem;
  }
}
.latest-news {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .latest-news {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .latest-news {
    padding-bottom: 5rem;
  }
}
.latest-news .home-news-slider {
  margin-top: 40px;
}
.latest-news .swiper-container .w-swiper {
  width: 95%;
  margin: auto;
  padding-bottom: 30px;
}
.latest-news .swiper-container .swiper-slide {
  width: calc(33.3333333333% - 1.25rem);
}
@media only screen and (max-width: 47.99875rem) {
  .latest-news .swiper-container .swiper-slide {
    width: 100%;
  }
}
.latest-news .swiper-container .swiper-controls .swiper-button::before {
  background: #fff;
  opacity: 1;
  border: 1px solid #c6c6c6;
  font-size: 15px;
  color: #000;
}
.latest-news .swiper-container .swiper-controls .swiper-button-prev::before {
  content: "\f060";
}
.latest-news .swiper-container .swiper-controls .swiper-button-next::before {
  content: "\f061";
}
.latest-news .swiper-container .swiper-pagination {
  bottom: 0;
}

.partner-news {
  background: #f6f6f6;
}
.partner-news {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .partner-news {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .partner-news {
    padding-top: 3.75rem;
  }
}
.partner-news {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .partner-news {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .partner-news {
    padding-bottom: 3.75rem;
  }
}
.partner-news .home-partner-slider {
  margin-top: 30px;
  position: relative;
}
.partner-news .home-partner-slider::before {
  content: "";
  position: absolute;
  background: linear-gradient(270deg, rgba(244, 244, 244, 0) 0%, rgba(244, 244, 244, 0.92) 57.69%, #f4f4f4 100%);
  height: 100%;
  width: 13%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.partner-news .home-partner-slider::after {
  content: "";
  position: absolute;
  background: linear-gradient(270deg, rgba(244, 244, 244, 0) 0%, rgba(244, 244, 244, 0.92) 57.69%, #f4f4f4 100%);
  height: 100%;
  width: 13%;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  z-index: 2;
}
.partner-news .home-partner-slider .all-grid-doitac {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.partner-news .home-partner-slider .all-grid-doitac .grid-item {
  width: calc(16.6666666667% - 15px);
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 132px;
}
@media only screen and (max-width: 63.99875rem) {
  .partner-news .home-partner-slider .all-grid-doitac .grid-item {
    width: calc(25% - 15px);
  }
}
@media only screen and (max-width: 47.99875rem) {
  .partner-news .home-partner-slider .all-grid-doitac .grid-item {
    width: calc(33.3333333333% - 15px);
  }
}
.partner-news .home-partner-slider .all-grid-doitac .grid-item .img_doitac {
  height: 100%;
}
.partner-news .home-partner-slider .all-grid-doitac .grid-item .img_doitac img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: contain;
}
.partner-news .swiper-container .w-swiper {
  width: 95%;
  margin: auto;
  padding-bottom: 30px;
}
.partner-news .swiper-container .swiper-slide {
  width: 100%;
}
@media only screen and (max-width: 47.99875rem) {
  .partner-news .swiper-container .swiper-slide {
    width: 100%;
  }
}
.partner-news .swiper-container .swiper-controls .swiper-button::before {
  background: #fff;
  opacity: 1;
  border: 1px solid #c6c6c6;
  font-size: 15px;
  color: #000;
}
.partner-news .swiper-container .swiper-controls .swiper-button-prev::before {
  content: "\f060";
}
.partner-news .swiper-container .swiper-controls .swiper-button-next::before {
  content: "\f061";
}
.partner-news .swiper-container .swiper-pagination {
  bottom: 0;
}

.select_news {
  background: #f6f6f6;
}
.select_news {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .select_news {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .select_news {
    padding-bottom: 3.75rem;
  }
}
.select_news .title_select_news {
  position: relative;
  color: #143e8e;
  font-weight: 800;
  width: -webkit-fit-content;
  width: fit-content;
  margin: auto;
  margin-left: 0;
  margin-bottom: 15px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.select_news .title_select_news {
  font-size: clamp(1.25rem, 0.9798270893rem + 1.1527377522vw, 2rem);
  line-height: clamp(2.0225rem, 1.5853602305rem + 1.8651296831vw, 3.236rem);
}
.select_news .title_select_news::before {
  content: "";
  position: absolute;
  background: #143e8e;
  width: 80%;
  height: 1px;
  bottom: 0;
  left: 0;
}
.select_news .all_coll_select_news .col-left a {
  width: 100%;
}
.select_news .all_coll_select_news .col-left a .all_img_content_news_left {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.select_news .all_coll_select_news .col-left a .all_img_content_news_left .img_news_left {
  position: relative;
  border-radius: 10px;
}
.select_news .all_coll_select_news .col-left a .all_img_content_news_left .img_news_left::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4196078431);
  border-radius: 10px;
}
.select_news .all_coll_select_news .col-left a .all_img_content_news_left .img_news_left img {
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 2.6/2;
  max-height: 540px;
  object-fit: cover;
}
.select_news .all_coll_select_news .col-left a .all_img_content_news_left .all_content_news_left {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
}
.select_news .all_coll_select_news .col-left a .all_img_content_news_left .all_content_news_left .all_post_date {
  display: flex;
  font-size: 16px;
  font-weight: 400;
}
.select_news .all_coll_select_news .col-left a .all_img_content_news_left .all_content_news_left .all_post_date .category_news {
  position: relative;
  padding-left: 8px;
  margin-left: 8px;
}
.select_news .all_coll_select_news .col-left a .all_img_content_news_left .all_content_news_left .all_post_date .category_news::before {
  content: "";
  position: absolute;
  width: 0.5px;
  height: 50%;
  background: #777777;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.select_news .all_coll_select_news .col-left a .all_img_content_news_left .all_content_news_left .title_news_left {
  color: #143e8e;
  font-size: 26px !important;
  line-height: 30px;
  font-weight: 700;
}
.select_news .all_coll_select_news .col-left a .all_img_content_news_left .all_content_news_left .title_news_left {
  font-size: clamp(1.25rem, 1.1599423631rem + 0.3842459174vw, 1.5rem);
  line-height: clamp(2.0225rem, 1.8767867435rem + 0.6217098944vw, 2.427rem);
}
.select_news .all_coll_select_news .col-left a .all_img_content_news_left .all_content_news_left .title_news_left {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .select_news .all_coll_select_news .col-left a .all_img_content_news_left .all_content_news_left .title_news_left {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.select_news .all_coll_select_news .col-left a .all_img_content_news_left .all_content_news_left .xemthem_news_left {
  width: -webkit-fit-content;
  width: fit-content;
  border: 1px solid #143e8e;
  border-radius: 100px;
  padding: 3px 20px;
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
  background: #fff;
}
.select_news .all_coll_select_news .col-right {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.select_news .all_coll_select_news .col-right .all_img_content_news_right {
  display: flex;
  gap: 15px;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #cacaca;
  transition: all 0.5s;
}
.select_news .all_coll_select_news .col-right .all_img_content_news_right .img_news_right {
  width: 200px;
  border-radius: 10px;
}
.select_news .all_coll_select_news .col-right .all_img_content_news_right .img_news_right img {
  width: 100%;
  max-width: 200px;
  border-radius: 10px;
  height: 100%;
  aspect-ratio: 3.5/2;
  object-fit: cover;
  object-position: center;
}
.select_news .all_coll_select_news .col-right .all_img_content_news_right .all_content_news_right {
  width: calc(100% - 200px - 15px);
}
.select_news .all_coll_select_news .col-right .all_img_content_news_right .all_content_news_right .all_post_date {
  display: flex;
  font-size: 16px;
  font-weight: 400;
}
.select_news .all_coll_select_news .col-right .all_img_content_news_right .all_content_news_right .all_post_date .category_news {
  position: relative;
  padding-left: 8px;
  margin-left: 8px;
}
.select_news .all_coll_select_news .col-right .all_img_content_news_right .all_content_news_right .all_post_date .category_news::before {
  content: "";
  position: absolute;
  width: 0.5px;
  height: 50%;
  background: #777777;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.select_news .all_coll_select_news .col-right .all_img_content_news_right .all_content_news_right .title_news_right {
  color: #143e8e;
  line-height: 25px !important;
  font-weight: 700;
  min-height: 50px;
}
.select_news .all_coll_select_news .col-right .all_img_content_news_right .all_content_news_right .title_news_right {
  font-size: clamp(1.125rem, 1.0799711816rem + 0.1921229587vw, 1.25rem);
  line-height: clamp(1.82025rem, 1.7473933718rem + 0.3108549472vw, 2.0225rem);
}
.select_news .all_coll_select_news .col-right .all_img_content_news_right .all_content_news_right .title_news_right {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .select_news .all_coll_select_news .col-right .all_img_content_news_right .all_content_news_right .title_news_right {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.select_news .all_coll_select_news .col-right .all_img_content_news_right .all_content_news_right .xemthem_news_right {
  font-size: 16px;
  text-decoration: underline;
  color: #303030;
  font-weight: 400;
  margin-top: 5px;
}
.select_news .all_coll_select_news .col-right .all_img_content_news_right:hover {
  background: #143e8e;
}
.select_news .all_coll_select_news .col-right .all_img_content_news_right:hover .all_content_news_right .all_post_date {
  color: #fff;
}
.select_news .all_coll_select_news .col-right .all_img_content_news_right:hover .all_content_news_right .title_news_right {
  color: #fff;
}
.select_news .all_coll_select_news .col-right .all_img_content_news_right:hover .all_content_news_right .xemthem_news_right {
  color: #fff;
}