/* Heading/02 */
/** */
/** */
/** */
/** */
/** */
/** */
/** */
/** media */
/** breakpoint */
/** */
/** */
/** */
/** media shorthand */
/** */
/** */
/** */
/** */
/** */
/** */
/** */
/** $gutter: padding or margin */
/** $gutter: padding or margin */
/** $gutter: padding or margin */
/** */
/** */
/** padding-left, padding-right, left, right ... */
/** */
/** */
/** */
/** */
/** */
/** */
/** Button hover effect*/
/** */
/** functions to urlencode the svg string*/
/** $string - svg */
/** add unique id image url */
/** https://github.com/pentzzsolt/sass-is-int/blob/master/_is-int.scss */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** size */
/** */
/** grid layout */
/** */
/** */
/** */
.full_relative {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ul-none {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.title-nor {
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px; /* 122.222% */
  letter-spacing: -0.72px;
}
@media only screen and (max-width: 39.96875rem) {
  .title-nor {
    font-size: 30px;
    font-style: normal;
    line-height: 40px; /* 125% */
  }
}

.title-big {
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 125% */
  letter-spacing: -0.96px;
}
@media only screen and (max-width: 39.96875rem) {
  .title-big {
    font-size: 34px;
    font-style: normal;
    line-height: 44px;
  }
}

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

.title-small {
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 133.333% */
  letter-spacing: -0.48px;
}

.text-nor {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.text-nor-500 {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}

.text-nor-600 {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  letter-spacing: -0.192px;
}

.text-big {
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
}

.text-big-500 {
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 140% */
}

.text-big-600 {
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 140% */
  letter-spacing: -0.24px;
}

.text-big-700 {
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 140% */
  letter-spacing: -0.24px;
}

.text-small {
  color: var(--gray-gray-700, #42526b);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}

.btn-center {
  text-align: center;
}

.btn-cam a {
  border-radius: 10px;
  background: #FF862E;
  color: var(--White, #fff);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 266.667% */
  text-transform: capitalize;
  padding: 8px 26px 8px 26px;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
          align-items: center;
  gap: 12px;
}

.title-before {
  position: relative;
  margin-bottom: 26px;
}
.title-before:before {
  content: "";
  position: absolute;
  height: 7px;
  width: 115px;
  background: #FF862E;
  left: 0;
  bottom: -10px;
}
.title-before.before-center:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.bg-home-abgp {
  background-image: url("../img/about-giaiphap.png");
  background-size: contain;
  background-position: center;
}

.breadcrumbs-container {
  padding: 20px 0;
}
.breadcrumbs-container ul {
  margin: 0;
}
.breadcrumbs-container ul li {
  /* Body/Smalls/500 */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  color: #fff;
}
.breadcrumbs-container ul li a {
  text-align: center;
  /* Body/Smalls/400 */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  color: var(--gray-gray-200, #cdd2d8);
}

.breadcrumbs-color1 .breadcrumbs a {
  color: #838e9e;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.breadcrumbs-color1 .breadcrumbs li {
  color: #0176D3;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}

div#top_footer {
  position: relative;
  padding: 90px 0 100px 0;
  color: #fff;
}
@media only screen and (max-width: 39.96875rem) {
  div#top_footer {
    padding: 40px 0;
  }
}
div#top_footer .grid-container {
  position: relative;
}
div#top_footer img.bg_r1_ft {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
div#top_footer .row-ft {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
}
div#top_footer .row-ft .title-nor,
div#top_footer .row-ft .title-small {
  color: #fff;
}
div#top_footer .row-ft .col-left {
  width: calc(41.6666666667% - 1.09375rem);
}
@media only screen and (max-width: 39.96875rem) {
  div#top_footer .row-ft .col-left {
    width: 100%;
  }
}
div#top_footer .row-ft .col-left .title-nor {
  margin-bottom: 30px;
}
@media only screen and (max-width: 39.96875rem) {
  div#top_footer .row-ft .col-left .title-nor {
    margin-bottom: 20px;
  }
}
div#top_footer .row-ft .col-left .title-small {
  margin-bottom: 26px;
}
div#top_footer .row-ft .col-left .list-info-r1-cl1 .item {
  display: -webkit-flex;
  display: flex;
  gap: 15px;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 16px;
}
div#top_footer .row-ft .col-left .list-info-r1-cl1 .item .icon {
  width: 40px;
}
div#top_footer .row-ft .col-left .list-info-r1-cl1 .item .info {
  width: calc(100% - 48px);
}
@media only screen and (max-width: 39.96875rem) {
  div#top_footer .row-ft .col-left .list-info-r1-cl1 .item .info {
    font-size: 15px;
  }
}
div#top_footer .row-ft .col-right {
  width: calc(58.3333333333% - 0.78125rem);
}
@media only screen and (max-width: 39.96875rem) {
  div#top_footer .row-ft .col-right {
    width: 100%;
  }
}
div#top_footer .row-ft .col-right .title-small {
  margin-bottom: 26px;
}
div#top_footer .row-ft .col-right .row-fr {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px;
}
div#top_footer .row-ft .col-right .row-fr label {
  color: #fff;
}
div#top_footer .row-ft .col-right .row-fr .item {
  width: 100%;
}
div#top_footer .row-ft .col-right .row-fr .item.item-50 {
  width: calc(50% - 0.75rem);
}
@media only screen and (max-width: 39.96875rem) {
  div#top_footer .row-ft .col-right .row-fr .item.item-50 {
    width: 100%;
  }
}
div#top_footer .row-ft .col-right .row-fr .item input,
div#top_footer .row-ft .col-right .row-fr .item select {
  color: var(--gray-gray-500, #838e9e);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  margin-bottom: 0;
  padding: 14px 16px;
  height: 48px;
  border-radius: 8px;
  outline: none;
  border: 1px solid var(--gray-gray-200, #cdd2d8);
  background: var(--white-white, #fff);
  /* Drop Shadow/sm */
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
div#top_footer .row-ft .col-right .row-fr .item textarea {
  border: 1px solid var(--gray-gray-200, #cdd2d8);
  background: var(--white-white, #fff);
  height: 80px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}
div#top_footer .row-ft .col-right .row-fr .item .sub-m {
  background: #FF862E;
  border-radius: 8px;
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  position: relative;
  display: -webkit-inline-flex;
  display: inline-flex;
  gap: 12px;
  padding: 14px 16px;
  height: 48px;
}
@media only screen and (max-width: 39.96875rem) {
  div#top_footer .row-ft .col-right .row-fr .item .sub-m {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
  }
}
div#top_footer .row-ft .col-right .row-fr .item .sub-m input {
  background: #FF862E;
  outline: none;
  padding: 0;
  height: auto;
  border: none;
  color: #fff;
  text-transform: capitalize;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
  margin-bottom: 0;
}
div#top_footer .row-ft .col-right .row-fr .item .sub-m .wpcf7-spinner {
  position: absolute;
}
div#top_footer .row-ft .col-right .row-fr .item:last-child {
  text-align: right;
}

div#footer_ft {
  padding: 80px 0 100px 0;
}
@media only screen and (max-width: 39.96875rem) {
  div#footer_ft {
    padding: 40px 0;
  }
}
div#footer_ft .row-ft2 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 24px;
}
div#footer_ft .row-ft2 .col {
  width: calc(16.6666666667% - 1.25rem);
}
@media only screen and (max-width: 39.96875rem) {
  div#footer_ft .row-ft2 .col {
    width: 100%;
  }
}
div#footer_ft .row-ft2 .col1 {
  width: calc(33.3333333333% - 1rem);
  padding-right: 50px;
}
div#footer_ft .row-ft2 .col1 .logo-footer {
  height: 70px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 39.96875rem) {
  div#footer_ft .row-ft2 .col1 {
    width: 100%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  div#footer_ft .row-ft2 .col2 {
    width: 100%;
  }
}
div#footer_ft .row-ft2 .col3 {
  width: calc(33.3333333333% - 1rem);
}
@media only screen and (max-width: 39.96875rem) {
  div#footer_ft .row-ft2 .col3 {
    width: 100%;
  }
}
div#footer_ft .row-ft2 .col3 iframe {
  width: 100%;
  height: 250px;
  border: none;
}
@media only screen and (max-width: 39.96875rem) {
  div#footer_ft .row-ft2 .col5 {
    width: 100%;
  }
}
div#footer_ft .row-ft2 .col5 .list-info-r1-cl1 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-align-items: flex-end;
          align-items: flex-end;
}
@media only screen and (max-width: 39.96875rem) {
  div#footer_ft .row-ft2 .col5 .list-info-r1-cl1 {
    -webkit-flex-direction: unset;
            flex-direction: unset;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media only screen and (max-width: 39.96875rem) {
  div#footer_ft .row-ft2 .col5 .list-info-r1-cl1 .item {
    width: calc(50% - 0.3125rem);
  }
}
div#footer_ft .row-ft2 .col5 .list-info-r1-cl1 .item .col-inner {
  border-radius: 5px;
  background: rgba(24, 119, 242, 0.08);
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
          align-items: center;
}
@media only screen and (max-width: 39.96875rem) {
  div#footer_ft .row-ft2 .col5 .list-info-r1-cl1 .item .col-inner {
    width: 100%;
  }
}
div#footer_ft .row-ft2 .col5 .list-info-r1-cl1 .item .col-inner .icon {
  width: 40px;
  padding: 12px 0 12px 12px;
}
div#footer_ft .row-ft2 .col5 .list-info-r1-cl1 .item .col-inner .icon img {
  padding-right: 12px;
  border-right: 1px solid #061c3d;
}
div#footer_ft .row-ft2 .col5 .list-info-r1-cl1 .item .col-inner .info {
  padding: 12px;
}
div#footer_ft .row-ft2 .col5 .list-info-r1-cl1 .item .col-inner .info span {
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}
div#footer_ft .row-ft2 .col5 .list-info-r1-cl1 .item:last-child .col-inner {
  background: linear-gradient(45deg, rgba(255, 214, 0, 0.08) 8.39%, rgba(255, 1, 0, 0.08) 50%, rgba(216, 0, 185, 0.08) 91.61%);
}
div#footer_ft .row-ft2 .menu {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}
div#footer_ft .row-ft2 .menu li a {
  color: var(--gray-gray-500, #838e9e);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding: 8px 12px 8px 0;
  position: relative;
  transition: 0.3s;
}
div#footer_ft .row-ft2 .menu li a::before {
  content: "";
  position: absolute;
  background: #0176D3;
  height: 2px;
  width: 14px;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
}
div#footer_ft .row-ft2 .menu li.active a, div#footer_ft .row-ft2 .menu li:hover a {
  background: none;
  -webkit-transform: translateX(25px);
          transform: translateX(25px);
  color: #0176D3;
}
div#footer_ft .row-ft2 .menu li.active a:before, div#footer_ft .row-ft2 .menu li:hover a:before {
  visibility: visible;
  opacity: 1;
}

footer.footer-credit {
  padding: 32px 0;
  border-top: 1px solid #838e9e;
}
@media only screen and (max-width: 39.96875rem) {
  footer.footer-credit {
    padding: 20px 0;
  }
}
footer.footer-credit .align-middle.grid-x.grid-padding-x.align-justify {
  text-align: center;
  -webkit-justify-content: center;
          justify-content: center;
}
footer.footer-credit .cr {
  color: var(--gray-gray-500, #838e9e);
  text-align: center;
  /* Body/Medium/500 */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}

.inside-header {
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 39.96875rem) {
  .inside-header {
    padding: 20px 0;
  }
}
.inside-header .site-logo img {
  height: 40px;
}
.inside-header ul#main-menu li {
  margin-right: 12px;
  padding: 40px 12px;
}
.inside-header ul#main-menu li a {
  text-align: center;
  /* Body/Medium/500 */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
.inside-header ul#main-menu li.active a {
  color: #0176D3;
}
.inside-header .cell-3 .linkbox {
  border-radius: 8px;
  background: #FF862E;
  padding: 12px 20px;
}
.inside-header .cell-3 .linkbox a {
  color: var(--White, #fff);
  /* Button/Regular */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 300% */
  text-transform: capitalize;
}

section#about_page_tuyendung {
  padding: 80px;
}
section#about_page_tuyendung .row-cus {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
}
section#about_page_tuyendung .row-cus .col-left {
  width: calc(50% - 0.9375rem);
}
@media only screen and (max-width: 39.96875rem) {
  section#about_page_tuyendung .row-cus .col-left {
    width: 100%;
  }
}
section#about_page_tuyendung .row-cus .col-left .title-nor {
  color: #0176D3;
}
section#about_page_tuyendung .row-cus .col-left .des {
  margin-top: 26px;
  margin-bottom: 40px;
}
section#about_page_tuyendung .row-cus .col-left .trang-thai {
  color: #0F9918;
}
section#about_page_tuyendung .row-cus .col-right {
  width: calc(50% - 0.9375rem);
}
@media only screen and (max-width: 39.96875rem) {
  section#about_page_tuyendung .row-cus .col-right {
    width: 100%;
  }
}
section#about_page_tuyendung .row-cus .col-right img {
  width: 100%;
}

section#banner_home {
  padding: 195px 0 0;
  position: relative;
}
@media only screen and (max-width: 39.96875rem) {
  section#banner_home {
    padding: 60px 0 60px 0;
  }
}
section#banner_home img.bg_banner_home {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section#banner_home .grid-container {
  position: relative;
}
section#banner_home .slider-1 {
  margin-bottom: 168px;
}
@media only screen and (max-width: 39.96875rem) {
  section#banner_home .slider-1 {
    margin-bottom: 0;
  }
}
section#banner_home .slider-1 .row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 40px;
}
@media only screen and (max-width: 39.96875rem) {
  section#banner_home .slider-1 .row {
    gap: 30px;
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
section#banner_home .slider-1 .row .col-left {
  width: calc(58.3333333333% - 1.0416666667rem);
}
@media only screen and (max-width: 39.96875rem) {
  section#banner_home .slider-1 .row .col-left {
    width: 100%;
  }
}
section#banner_home .slider-1 .row .col-left .title-big,
section#banner_home .slider-1 .row .col-left .des {
  color: #fff;
}
section#banner_home .slider-1 .row .col-left .des {
  margin-top: 26px;
  margin-bottom: 48px;
}
@media only screen and (max-width: 39.96875rem) {
  section#banner_home .slider-1 .row .col-left .btn a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
  }
}
section#banner_home .slider-1 .row .col-right {
  width: calc(41.6666666667% - 1.4583333333rem);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}
@media only screen and (max-width: 39.96875rem) {
  section#banner_home .slider-1 .row .col-right {
    width: 100%;
  }
}
section#banner_home .slider-1 .row .col-right .img {
  border-radius: 24px;
  background: var(--Primary-50, #f0f5ff);
}
section#banner_home .slider-1 .row .col-right .img img {
  border-radius: 24px;
  -webkit-transform: translate(-8px, -8px);
          transform: translate(-8px, -8px);
}
@media only screen and (max-width: 39.96875rem) {
  section#banner_home .slider-1 .row .col-right .img img {
    -webkit-transform: translate(0);
            transform: translate(0);
    min-height: 280px;
  }
}
@media only screen and (max-width: 39.96875rem) {
  section#banner_home .slider-1 .slick-dots {
    list-style: none;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    padding-left: 0;
    margin-left: 0;
    width: 75%;
    gap: 30px;
    margin: 80px auto 0;
  }
  section#banner_home .slider-1 .slick-dots li {
    height: 8px;
    background: #fff;
    width: 100px;
  }
  section#banner_home .slider-1 .slick-dots li button {
    display: none;
  }
  section#banner_home .slider-1 .slick-dots li.slick-active {
    background: #FF862E;
  }
}
@media only screen and (max-width: 39.96875rem) {
  section#banner_home .slider-2 {
    display: none;
  }
}
section#banner_home .slider-2 .item {
  border-bottom: 4px solid #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  padding: 26px;
  position: relative;
}
@media only screen and (max-width: 39.96875rem) {
  section#banner_home .slider-2 .item {
    padding: 0;
  }
}
section#banner_home .slider-2 .item .num {
  color: var(--White, #fff);
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 125% */
  letter-spacing: -0.64px;
}
section#banner_home .slider-2 .item .title {
  color: #fff;
}
@media only screen and (max-width: 39.96875rem) {
  section#banner_home .slider-2 .item .title {
    display: none;
  }
}
section#banner_home .slider-2 .item.slick-current {
  background: rgba(255, 255, 255, 0.2705882353);
}
section#banner_home .slider-2 .item.slick-current:before {
  content: "";
  height: 4px;
  background: #FF862E;
  width: 40%;
  bottom: -4px;
  left: 0;
  position: absolute;
}

section#about_home {
  padding: 150px 0 30px;
}
@media only screen and (max-width: 39.96875rem) {
  section#about_home {
    padding: 60px 0;
  }
}
section#about_home .row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 40px;
}
section#about_home .row .col-left,
section#about_home .row .col-right {
  width: calc(50% - 1.25rem);
}
@media only screen and (max-width: 39.96875rem) {
  section#about_home .row .col-left,
  section#about_home .row .col-right {
    width: 100%;
  }
}
section#about_home .row .col-right .subtitle {
  color: #0176D3;
}
section#about_home .row .col-right .des {
  margin-top: 26px;
  margin-bottom: 18px;
}
section#about_home .row .col-right .list-info {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
section#about_home .row .col-right .list-info li {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
section#about_home .row .col-right .list-info img {
  width: 40px;
  height: 40px;
}
section#about_home .row .col-right .btn a:after {
  margin-left: 12px;
}
@media only screen and (max-width: 39.96875rem) {
  section#about_home .row .col-right .btn {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
}

section#giapphap_home {
  padding: 80px 0;
}
@media only screen and (max-width: 39.96875rem) {
  section#giapphap_home {
    padding: 40px 0;
  }
}
section#giapphap_home .subtitle {
  color: #0176D3;
  text-align: center;
  display: block;
}
section#giapphap_home .heading-title {
  text-align: center;
  margin-bottom: 26px;
}
section#giapphap_home .des {
  text-align: center;
}
section#giapphap_home #giaiphap {
  margin-top: 38px;
  border-radius: 26px;
  background: var(--White, #fff);
  /* Extra 2 Large */
  box-shadow: 0px 12px 24px 0px rgba(11, 44, 108, 0.12);
}
@media only screen and (max-width: 39.96875rem) {
  section#giapphap_home #giaiphap {
    box-shadow: unset;
  }
}
section#giapphap_home #giaiphap .tabs-nav {
  margin-bottom: 20px;
}
section#giapphap_home #giaiphap .tabs-nav ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
section#giapphap_home #giaiphap .tabs-nav ul li {
  width: 33.3333333333%;
  text-align: center;
  color: var(--gray-gray-700, #42526b);
  /* Button/Regular */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 300% */
  text-transform: capitalize;
  border-bottom: 1px solid var(--gray-gray-200, #cdd2d8);
}
@media only screen and (max-width: 39.96875rem) {
  section#giapphap_home #giaiphap .tabs-nav ul li {
    width: 100%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  section#giapphap_home #giaiphap .tabs-nav ul li {
    border-bottom: unset;
  }
}
section#giapphap_home #giaiphap .tabs-nav ul li.active {
  border-radius: 26px 0px 0px 0px;
  border-bottom: 3px solid var(--color-main-primary, #0867f4);
  background: var(--Primary-50, #f0f5ff);
}
@media only screen and (max-width: 39.96875rem) {
  section#giapphap_home #giaiphap .tabs-nav ul li.active {
    border-radius: 16px;
    border-bottom: unset;
  }
  section#giapphap_home #giaiphap .tabs-nav ul li.active span {
    color: #0176D3;
  }
}
section#giapphap_home #giaiphap .tabs-panel .row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 40px;
  padding: 40px;
}
@media only screen and (max-width: 39.96875rem) {
  section#giapphap_home #giaiphap .tabs-panel .row {
    padding: 0;
    margin-top: 30px;
  }
}
section#giapphap_home #giaiphap .tabs-panel .row .col-left {
  width: calc(58.3333333333% - 1.0416666667rem);
}
@media only screen and (max-width: 39.96875rem) {
  section#giapphap_home #giaiphap .tabs-panel .row .col-left {
    width: 100%;
  }
}
section#giapphap_home #giaiphap .tabs-panel .row .col-left .img-giaiphap-home {
  display: none;
}
@media only screen and (max-width: 39.96875rem) {
  section#giapphap_home #giaiphap .tabs-panel .row .col-left .img-giaiphap-home {
    display: block;
  }
}
section#giapphap_home #giaiphap .tabs-panel .row .col-left .title-tab {
  margin-bottom: 20px;
}
section#giapphap_home #giaiphap .tabs-panel .row .col-left .text-nor {
  margin-bottom: 16px;
}
section#giapphap_home #giaiphap .tabs-panel .row .col-left .list-info {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 24px;
}
section#giapphap_home #giaiphap .tabs-panel .row .col-left .list-info li {
  display: -webkit-flex;
  display: flex;
  gap: 10px;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 16px;
}
section#giapphap_home #giaiphap .tabs-panel .row .col-left .list-info li img {
  width: 32px;
}
@media only screen and (max-width: 39.96875rem) {
  section#giapphap_home #giaiphap .tabs-panel .row .col-left .btn-see {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
section#giapphap_home #giaiphap .tabs-panel .row .col-left .btn-see .dktv,
section#giapphap_home #giaiphap .tabs-panel .row .col-left .btn-see .ct {
  color: var(--White, #fff);
  /* Button/Regular */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 300% */
  text-transform: capitalize;
  border-radius: 8px;
  padding: 0 26px 0 32px;
}
@media only screen and (max-width: 39.96875rem) {
  section#giapphap_home #giaiphap .tabs-panel .row .col-left .btn-see .dktv,
  section#giapphap_home #giaiphap .tabs-panel .row .col-left .btn-see .ct {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    width: 100%;
  }
}
section#giapphap_home #giaiphap .tabs-panel .row .col-left .btn-see .dktv:after,
section#giapphap_home #giaiphap .tabs-panel .row .col-left .btn-see .ct:after {
  margin-left: 12px;
}
section#giapphap_home #giaiphap .tabs-panel .row .col-left .btn-see .dktv {
  background: #FF862E;
  margin-right: 16px;
}
section#giapphap_home #giaiphap .tabs-panel .row .col-left .btn-see .ct {
  background: #0176D3;
}
section#giapphap_home #giaiphap .tabs-panel .row .right {
  width: calc(41.6666666667% - 1.4583333333rem);
}
@media only screen and (max-width: 39.96875rem) {
  section#giapphap_home #giaiphap .tabs-panel .row .right {
    display: none;
  }
}

section#thanhtuu_home {
  position: relative;
  padding: 100px 0;
}
@media only screen and (max-width: 39.96875rem) {
  section#thanhtuu_home {
    padding: 40px 0;
  }
}
section#thanhtuu_home .grid-container {
  position: relative;
}
section#thanhtuu_home .sub-title {
  text-align: center;
  display: block;
  color: #FF862E;
}
section#thanhtuu_home .title-home {
  color: #fff;
  text-align: center;
  margin-bottom: 26px;
}
section#thanhtuu_home .des {
  margin-bottom: 40px;
  text-align: center;
  color: #fff;
}
section#thanhtuu_home ul.list_thanhtuu_home {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0;
}
@media only screen and (max-width: 39.96875rem) {
  section#thanhtuu_home ul.list_thanhtuu_home {
    gap: 24px;
  }
}
section#thanhtuu_home ul.list_thanhtuu_home li {
  width: 25%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
  -webkit-align-items: center;
          align-items: center;
}
@media only screen and (max-width: 39.96875rem) {
  section#thanhtuu_home ul.list_thanhtuu_home li {
    width: 100%;
  }
}
section#thanhtuu_home ul.list_thanhtuu_home li .icon {
  width: 80px;
  height: 80px;
}
section#thanhtuu_home ul.list_thanhtuu_home li .info {
  width: calc(100% - 100px);
}
section#thanhtuu_home ul.list_thanhtuu_home li .info span {
  color: #fff;
  display: block;
}

section#project_home {
  padding: 100px 0;
}
@media only screen and (max-width: 39.96875rem) {
  section#project_home {
    padding: 40px 0;
  }
}
section#project_home .sub-title {
  color: #0176D3;
}
section#project_home .title-big {
  margin-bottom: 80px;
}
section#project_home .list-duan {
  padding-left: 0;
  margin-left: 0;
}
section#project_home .list-duan .w-swiper {
  padding: 20px 0;
}
section#project_home .list-duan .item {
  border-radius: 26px;
  background: #fff;
  transition: 0.3s;
}
section#project_home .list-duan .item:hover {
  box-shadow: 0px 12px 24px 0px rgba(11, 44, 108, 0.12);
}
section#project_home .list-duan .item .cover {
  border-radius: 26px;
}
section#project_home .list-duan .item .cover-content {
  padding: 12px 24px;
}
section#project_home .list-duan .item .cover-content .meta {
  display: -webkit-flex;
  display: flex;
  gap: 6px;
  margin-bottom: 12px;
}
section#project_home .list-duan .item .cover-content .meta .item-cat {
  color: #FF862E;
  /* CAPTION/02 */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 14px */
  letter-spacing: 0.14px;
  text-transform: uppercase;
}
section#project_home .list-duan .item .cover-content .title-small {
  margin-bottom: 16px;
}
section#project_home .list-duan .item .cover-content .title-small a {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
section#project_home .list-duan .item .cover-content .excerpt {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
section#project_home .list-duan .swiper-button.swiper-button-next {
  position: absolute;
  right: 0;
}
@media only screen and (max-width: 39.96875rem) {
  section#project_home .list-duan .swiper-button.swiper-button-next {
    right: unset;
    left: 64px;
  }
}
section#project_home .list-duan .swiper-button.swiper-button-prev {
  position: absolute;
  right: 64px;
  left: unset;
}
@media only screen and (max-width: 39.96875rem) {
  section#project_home .list-duan .swiper-button.swiper-button-prev {
    right: unset;
    left: 0;
  }
}
section#project_home .list-duan .swiper-button {
  border-radius: 8px;
  border: 1.5px solid #0176D3;
  background: #fff;
  width: 48px;
  height: 48px;
  top: -40px;
}
section#project_home .list-duan .swiper-button::before {
  color: #0176D3;
  font-size: 16px;
  font-weight: 400;
}
section#project_home .btn-xt {
  margin: 0 auto;
  display: table;
}
section#project_home .btn-xt a {
  color: var(--White, #fff);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 300% */
  text-transform: capitalize;
  border-radius: 8px;
  background: #0176D3;
  padding: 0 26px 0 36px;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
          align-items: center;
  gap: 12px;
}

section#doitac {
  padding: 100px 0 150px 0;
  position: relative;
}
@media only screen and (max-width: 39.96875rem) {
  section#doitac {
    padding: 40px 0;
  }
}
section#doitac .grid-container {
  position: relative;
}
section#doitac .sub-title {
  color: #FF862E;
}
section#doitac .title-home {
  margin-bottom: 0;
}
section#doitac .title-home,
section#doitac .des {
  color: #fff;
}
section#doitac .row-title {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 40px;
}
section#doitac .row-title .col-left {
  width: 58.3333333333%;
}
@media only screen and (max-width: 39.96875rem) {
  section#doitac .row-title .col-left {
    width: 100%;
  }
}
section#doitac .row-title .col-right {
  width: 41.6666666667%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: self-end;
          align-items: self-end;
  text-align: right;
  padding-right: 130px;
}
@media only screen and (max-width: 39.96875rem) {
  section#doitac .row-title .col-right {
    width: 100%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  section#doitac .row-title .col-right {
    padding-right: 10px;
    text-align: left;
    margin-bottom: 80px;
  }
}
section#doitac .list-doitac {
  padding-left: 0;
  margin-left: 0;
}
section#doitac .list-doitac .swiper-slide {
  border-radius: 16px;
  background: var(--White, #fff);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.06), 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  height: 138px;
  display: -webkit-flex;
  display: flex;
}
section#doitac .list-doitac .swiper-slide .item {
  display: -webkit-flex;
  display: flex;
  margin: 0px 48px;
}
section#doitac .list-doitac .swiper-slide .item img {
  -o-object-fit: contain;
     object-fit: contain;
}
section#doitac .list-doitac .swiper-button.swiper-button-next {
  position: absolute;
  right: 0;
}
@media only screen and (max-width: 39.96875rem) {
  section#doitac .list-doitac .swiper-button.swiper-button-next {
    left: 64px;
    right: unset;
  }
}
section#doitac .list-doitac .swiper-button.swiper-button-prev {
  position: absolute;
  right: 64px;
  left: unset;
}
@media only screen and (max-width: 39.96875rem) {
  section#doitac .list-doitac .swiper-button.swiper-button-prev {
    left: 0;
    right: unset;
  }
}
section#doitac .list-doitac .swiper-button {
  border-radius: 8px;
  border: 1.5px solid var(--White, #fff);
  background: rgba(255, 255, 255, 0.2);
  width: 48px;
  height: 48px;
  top: -70px;
}
section#doitac .list-doitac .swiper-button::before {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

section#customer_home {
  padding: 100px 0;
  position: relative;
}
@media only screen and (max-width: 39.96875rem) {
  section#customer_home {
    padding: 40px 0;
  }
}
section#customer_home .sub-title {
  color: #0176D3;
  text-align: center;
  display: block;
}
section#customer_home .title-home {
  margin-bottom: 26px;
  text-align: center;
}
section#customer_home .des {
  text-align: center;
}
section#customer_home .list-review-cus .w-swiper {
  padding: 20px 0;
}
section#customer_home .list-review-cus .swiper-slide {
  border-radius: 16px;
  background: var(--gray-00, #fff);
  box-shadow: 0px 12px 24px 0px rgba(11, 44, 108, 0.12);
}
section#customer_home .list-review-cus .swiper-slide .col-inner {
  padding: 32px;
}
section#customer_home .list-review-cus .swiper-slide .head-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 12px;
}
section#customer_home .list-review-cus .swiper-slide .head-inner .icon {
  width: 48px;
}
section#customer_home .list-review-cus .swiper-slide .head-inner .info {
  width: calc(100% - 60px);
}
section#customer_home .list-review-cus .swiper-slide .head-inner .info span {
  display: block;
}
section#customer_home .list-review-cus .swiper-slide .review {
  margin: 20px 0;
}

section#bannner_giaiphap {
  position: relative;
}
section#bannner_giaiphap .grid-container {
  position: relative;
}
section#bannner_giaiphap .row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
section#bannner_giaiphap .row .col-left {
  width: 66.6666666667%;
  padding: 110px 0;
}
@media only screen and (max-width: 39.96875rem) {
  section#bannner_giaiphap .row .col-left {
    width: 100%;
  }
}
section#bannner_giaiphap .row .col-left .title-home {
  color: var(--White, #fff);
  /* Heading/03 */
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 120% */
  letter-spacing: -0.8px;
}
@media only screen and (max-width: 39.96875rem) {
  section#bannner_giaiphap .row .col-left .title-home {
    font-size: 28px;
    line-height: 1.5; /* 125% */
  }
}
section#bannner_giaiphap .row .col-left .phone {
  padding: 0px 32px 0px 26px;
  border-radius: 8px;
  background: #FF862E;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 300% */
  text-transform: capitalize;
  color: #fff;
  display: -webkit-inline-flex;
  display: inline-flex;
  gap: 12px;
  -webkit-align-items: center;
          align-items: center;
}
@media only screen and (max-width: 39.96875rem) {
  section#bannner_giaiphap .row .col-left .phone {
    padding: 0 15px;
  }
}
section#bannner_giaiphap .row .col-left .dktv {
  padding: 0px 32px 0px 26px;
  border-radius: 8px;
  border: 1.5px solid #0176D3;
  background: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 300% */
  text-transform: capitalize;
  color: #0176D3;
  gap: 12px;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
          align-items: center;
}
@media only screen and (max-width: 39.96875rem) {
  section#bannner_giaiphap .row .col-left .dktv {
    padding: 0 15px;
  }
}
section#bannner_giaiphap .row .col-left .btn-see {
  display: -webkit-flex;
  display: flex;
  gap: 12px;
  margin-top: 40px;
}
@media only screen and (max-width: 39.96875rem) {
  section#bannner_giaiphap .row .col-left .btn-see {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    margin-top: 25px;
  }
}
section#bannner_giaiphap .row .col-right {
  width: 33.3333333333%;
  position: relative;
}
@media only screen and (max-width: 39.96875rem) {
  section#bannner_giaiphap .row .col-right {
    width: 100%;
  }
}
section#bannner_giaiphap .row .col-right img {
  position: absolute;
  width: 90%;
  height: 100%;
  right: 0;
  bottom: 0;
}

section#lydo_home {
  padding: 100px 0;
  background: #f0f5ff;
}
section#lydo_home .sub-title {
  text-align: center;
  color: #0176D3;
  display: block;
}
section#lydo_home .title-home,
section#lydo_home .des {
  text-align: center;
}
section#lydo_home .des {
  margin: 26px 0 60px 0;
}
section#lydo_home .swiper {
  padding: 10px 0;
}
section#lydo_home .list_lydo_home .item {
  border-radius: 16px;
  background: var(--White, #fff);
  /* Extra 2 Large */
  box-shadow: 0px 12px 24px 0px rgba(11, 44, 108, 0.12);
}
section#lydo_home .list_lydo_home .item .col-inner {
  display: -webkit-flex;
  display: flex;
  gap: 23px;
  padding: 26px;
  -webkit-align-items: center;
          align-items: center;
}
section#lydo_home .list_lydo_home .item .col-inner .icon {
  width: 50px;
}
section#lydo_home .list_lydo_home .item .col-inner .info {
  width: calc(100% - 73px);
}
section#lydo_home .list_lydo_home .item .col-inner .info span {
  display: block;
}

section#doingu_home {
  padding: 100px 0;
}
@media only screen and (max-width: 39.96875rem) {
  section#doingu_home {
    padding: 40px 0;
  }
}
section#doingu_home .title-nor {
  text-align: center;
  display: block;
  color: #0176D3;
}
section#doingu_home .title-home {
  text-align: center;
  margin-bottom: 40px;
}
section#doingu_home .list_doingu_home .col-inner .icon {
  border-radius: 16px;
  background: var(--gray-gray-50, #f5f6f7);
  padding: 0 48px;
}
section#doingu_home .list_doingu_home .col-inner .info span {
  display: block;
}
section#doingu_home .list_doingu_home .col-inner .info .chucvu {
  color: #FF862E;
  margin-top: 26px;
}

section#khonggian_home .list-khong-gian {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 39.96875rem) {
  section#khonggian_home .list-khong-gian {
    gap: 10px;
    margin-bottom: 0px;
  }
}
section#khonggian_home .list-khong-gian .item {
  position: relative;
  width: calc(33.3333333333% - 0.4166666667rem);
}
@media only screen and (max-width: 39.96875rem) {
  section#khonggian_home .list-khong-gian .item {
    display: none;
  }
}
section#khonggian_home .list-khong-gian .item.it4, section#khonggian_home .list-khong-gian .item.it7 {
  width: calc(16.6666666667% - 0.5208333333rem);
}
section#khonggian_home .list-khong-gian .item.it5, section#khonggian_home .list-khong-gian .item.it6 {
  width: calc(33.3333333333% - 0.4166666667rem);
}
@media only screen and (max-width: 39.96875rem) {
  section#khonggian_home .list-khong-gian .item.it2 {
    display: block;
    width: 100%;
  }
}
section#khonggian_home .list-khong-gian .item .info {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
  background: #003cff;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  height: 100%;
  width: 100%;
  -webkit-flex-direction: column;
          flex-direction: column;
  padding: 0 40px;
}
section#khonggian_home .list-khong-gian .item .info .subtitle {
  color: #FF862E;
}
section#khonggian_home .list-khong-gian .item .info .title {
  color: #fff;
}
section#khonggian_home .list-khong-gian .item img {
  height: 100%;
  max-height: 400px;
  width: 100%;
}
section#khonggian_home .list-khong-gian-mobile {
  display: none;
}
@media only screen and (max-width: 39.96875rem) {
  section#khonggian_home .list-khong-gian-mobile {
    display: block;
  }
  section#khonggian_home .list-khong-gian-mobile .col-inner {
    min-height: 250px;
    max-height: 250px;
  }
}

section#about_page_ab {
  position: relative;
}
section#about_page_ab img.bg_about_page_ab {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
}
section#about_page_ab .grid-container {
  position: relative;
}
section#about_page_ab .row-title {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 40px;
}
section#about_page_ab .row-title .col-left {
  width: 50%;
}
@media only screen and (max-width: 39.96875rem) {
  section#about_page_ab .row-title .col-left {
    width: 100%;
  }
}
section#about_page_ab .row-title .col-left .title-nor {
  color: #FF862E;
}
section#about_page_ab .row-title .col-left .title-big {
  color: #fff;
}
section#about_page_ab .row-title .col-right {
  width: 50%;
  color: #fff;
}
@media only screen and (max-width: 39.96875rem) {
  section#about_page_ab .row-title .col-right {
    width: 100%;
  }
}
section#about_page_ab .img_about {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
}
section#about_page_ab .img_about img {
  width: 100%;
}
section#about_page_ab .img_about .list_info {
  position: absolute;
  width: 95%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (max-width: 39.96875rem) {
  section#about_page_ab .img_about .list_info {
    position: relative;
  }
}
section#about_page_ab .img_about .list_info .item {
  width: 33.3333333333%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  gap: 12px;
}
@media only screen and (max-width: 39.96875rem) {
  section#about_page_ab .img_about .list_info .item {
    width: 100%;
  }
}
section#about_page_ab .img_about .list_info .item .icon {
  width: 60px;
}
@media only screen and (max-width: 39.96875rem) {
  section#about_page_ab .img_about .list_info .item .icon img {
    -webkit-filter: brightness(0);
            filter: brightness(0);
  }
}
section#about_page_ab .img_about .list_info .item .info {
  width: calc(100% - 72px);
  color: #fff;
}
@media only screen and (max-width: 39.96875rem) {
  section#about_page_ab .img_about .list_info .item .info {
    color: var(--gray-gray-900, #061c3d);
  }
}

section#thanhtuu_page_ab {
  position: relative;
  padding: 100px 0;
}
@media only screen and (max-width: 39.96875rem) {
  section#thanhtuu_page_ab {
    padding: 40px 0;
  }
}
section#thanhtuu_page_ab .grid-container {
  position: relative;
}
section#thanhtuu_page_ab .sub-title {
  text-align: center;
  display: block;
  color: #0176D3;
}
section#thanhtuu_page_ab .title-home {
  color: var(--gray-gray-900, #061c3d);
  text-align: center;
  margin-bottom: 26px;
}
section#thanhtuu_page_ab .des {
  margin-bottom: 40px;
  text-align: center;
  color: #061C3D;
}
section#thanhtuu_page_ab .list_thanhtuu_home {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (max-width: 39.96875rem) {
  section#thanhtuu_page_ab .list_thanhtuu_home {
    gap: 24px;
  }
}
section#thanhtuu_page_ab .list_thanhtuu_home li {
  width: 25%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
  -webkit-align-items: center;
          align-items: center;
}
@media only screen and (max-width: 39.96875rem) {
  section#thanhtuu_page_ab .list_thanhtuu_home li {
    width: 100%;
  }
}
section#thanhtuu_page_ab .list_thanhtuu_home li .icon {
  width: 80px;
  height: 80px;
}
section#thanhtuu_page_ab .list_thanhtuu_home li .info {
  width: calc(100% - 100px);
}
section#thanhtuu_page_ab .list_thanhtuu_home li .info span {
  color: #061C3D;
  display: block;
}

section#tamnhin_sm {
  padding: 100px 0 30px 0;
  position: relative;
}
@media only screen and (max-width: 39.96875rem) {
  section#tamnhin_sm {
    padding: 40px 0;
  }
}
section#tamnhin_sm .bg_tn_sm_page_ab {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
}
@media only screen and (max-width: 39.96875rem) {
  section#tamnhin_sm .bg_tn_sm_page_ab {
    height: 100%;
  }
}
section#tamnhin_sm .grid-container {
  position: relative;
}
section#tamnhin_sm .sub-title {
  color: #FF862E;
}
section#tamnhin_sm .title-home {
  color: #fff;
}
section#tamnhin_sm .des {
  color: #fff;
  margin: 26px 0 40px 0;
}
section#tamnhin_sm .list-tn-sm {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 40px;
}
section#tamnhin_sm .list-tn-sm .item {
  width: calc(50% - 1.25rem);
  border-radius: 26px;
  background: var(--White, #fff);
  /* Extra 2 Large */
  box-shadow: 0px 12px 24px 0px rgba(11, 44, 108, 0.12);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-direction: column;
          flex-direction: column;
  padding: 40px;
}
@media only screen and (max-width: 39.96875rem) {
  section#tamnhin_sm .list-tn-sm .item {
    width: 100%;
  }
}
section#tamnhin_sm .list-tn-sm .item .col-inner .img {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  margin-bottom: 26px;
}
section#tamnhin_sm .list-tn-sm .item .col-inner .img img {
  height: 100px;
  width: 100px;
}
section#tamnhin_sm .list-tn-sm .item .col-inner .title {
  margin-bottom: 16px;
  text-align: center;
}

section#ggld_about {
  position: relative;
  padding: 150px 0 100px 0;
}
@media only screen and (max-width: 39.96875rem) {
  section#ggld_about {
    padding: 40px 0;
  }
}
section#ggld_about .grid-container {
  position: relative;
}
section#ggld_about .title-home {
  color: #fff;
  margin-bottom: 40px;
}
@media only screen and (max-width: 39.96875rem) {
  section#ggld_about .title-home {
    text-align: center;
    padding-top: 40px;
    color: #000;
  }
}
@media only screen and (max-width: 39.96875rem) {
  section#ggld_about .row-mobile {
    background: var(--White, #fff);
    /* Extra 2 Large */
    box-shadow: 0px 12px 24px 0px rgba(11, 44, 108, 0.12);
  }
}
section#ggld_about .row {
  border-radius: 26px;
  background: var(--White, #fff);
  /* Extra 2 Large */
  box-shadow: 0px 12px 24px 0px rgba(11, 44, 108, 0.12);
  padding: 60px;
}
@media only screen and (max-width: 39.96875rem) {
  section#ggld_about .row {
    background: unset;
    box-shadow: unset;
    padding: 15px;
  }
}
section#ggld_about .col-ct {
  width: 65%;
}
@media only screen and (max-width: 39.96875rem) {
  section#ggld_about .col-ct {
    width: 100%;
  }
}
section#ggld_about .img_lanhdao {
  position: absolute;
  right: 0;
  bottom: -100px;
  width: auto;
  height: auto;
  z-index: 3;
}
@media only screen and (max-width: 39.96875rem) {
  section#ggld_about .img_lanhdao {
    position: relative;
    width: 100%;
    height: auto;
    bottom: 0;
  }
}

section#tvcc_page_ab {
  padding: 100px 0 50px;
}
section#tvcc_page_ab .title-home {
  text-align: center;
  position: relative;
}
section#tvcc_page_ab .title-home:before {
  content: "";
  height: 6px;
  background: #0176D3;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 122px;
  position: absolute;
}
section#tvcc_page_ab .list_tvcc {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 40px;
  margin-top: 40px;
}
section#tvcc_page_ab .list_tvcc .item {
  width: calc(33.3333333333% - 1.6666666667rem);
}
@media only screen and (max-width: 39.96875rem) {
  section#tvcc_page_ab .list_tvcc .item {
    width: 100%;
  }
}
section#tvcc_page_ab .list_tvcc .item .img {
  border-radius: 16px;
  background: var(--gray-gray-50, #f5f6f7);
  padding: 0 60px;
}
section#tvcc_page_ab .list_tvcc .item .cv {
  color: #FF862E;
  margin-bottom: 12px;
}
section#tvcc_page_ab .list_tvcc .item .name {
  margin-top: 26px;
}
@media only screen and (max-width: 39.96875rem) {
  section#tvcc_page_ab .list_tvcc .item .desc {
    font-size: 16px;
  }
}

section#dnns_page_ab {
  padding: 50px 0 100px 0;
}
section#dnns_page_ab .sub-title {
  display: block;
  text-align: center;
  color: #0176D3;
}
section#dnns_page_ab .title-home,
section#dnns_page_ab .des {
  text-align: center;
}
section#dnns_page_ab .list_dnns {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 40px;
  margin-top: 40px;
}
section#dnns_page_ab .list_dnns .item {
  width: calc(20% - 2rem);
}
@media only screen and (max-width: 39.96875rem) {
  section#dnns_page_ab .list_dnns .item {
    width: calc(50% - 1.25rem);
  }
}
section#dnns_page_ab .list_dnns .item .img {
  background: var(--gray-gray-50, #f5f6f7);
  border-radius: 50%;
  overflow: hidden;
}
section#dnns_page_ab .list_dnns .item .cv {
  color: #FF862E;
}
section#dnns_page_ab .list_dnns .item .info {
  margin-top: 26px;
  text-align: center;
}

section#form_page_contact {
  position: relative;
}
section#form_page_contact .grid-container {
  position: relative;
}
section#form_page_contact img.bg_r1_ft {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
section#form_page_contact .row-ft {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
  border-radius: 26px;
  padding: 100px 70px;
  background: #fff;
  box-shadow: 0px 12px 24px 0px rgba(11, 44, 108, 0.12);
  -webkit-transform: translateY(-200px);
          transform: translateY(-200px);
}
@media only screen and (max-width: 39.96875rem) {
  section#form_page_contact .row-ft {
    padding: 50px 24px;
  }
}
section#form_page_contact .row-ft .title-nor,
section#form_page_contact .row-ft .title-small {
  color: #061C3D;
}
section#form_page_contact .row-ft .col-left {
  width: calc(41.6666666667% - 1.09375rem);
}
@media only screen and (max-width: 39.96875rem) {
  section#form_page_contact .row-ft .col-left {
    width: 100%;
  }
}
section#form_page_contact .row-ft .col-left .title-nor {
  margin-bottom: 30px;
}
@media only screen and (max-width: 39.96875rem) {
  section#form_page_contact .row-ft .col-left .title-nor {
    margin-bottom: 16px;
  }
}
section#form_page_contact .row-ft .col-left .title-small {
  margin-bottom: 26px;
  color: #0176D3;
}
section#form_page_contact .row-ft .col-left .list-info-r1-cl1 .item {
  display: -webkit-flex;
  display: flex;
  gap: 15px;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 16px;
}
section#form_page_contact .row-ft .col-left .list-info-r1-cl1 .item .icon {
  width: 40px;
}
section#form_page_contact .row-ft .col-left .list-info-r1-cl1 .item .info {
  width: calc(100% - 48px);
}
section#form_page_contact .row-ft .col-right {
  width: calc(58.3333333333% - 0.78125rem);
}
@media only screen and (max-width: 39.96875rem) {
  section#form_page_contact .row-ft .col-right {
    width: 100%;
  }
}
section#form_page_contact .row-ft .col-right .title-small {
  margin-bottom: 26px;
}
section#form_page_contact .row-ft .col-right .row-fr {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 24px;
}
section#form_page_contact .row-ft .col-right .row-fr .item {
  width: 100%;
}
section#form_page_contact .row-ft .col-right .row-fr .item.item-50 {
  width: calc(50% - 0.75rem);
}
@media only screen and (max-width: 39.96875rem) {
  section#form_page_contact .row-ft .col-right .row-fr .item.item-50 {
    width: 100%;
  }
}
section#form_page_contact .row-ft .col-right .row-fr .item input,
section#form_page_contact .row-ft .col-right .row-fr .item select {
  color: var(--gray-gray-500, #838e9e);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  margin-bottom: 0;
  padding: 14px 16px;
  height: 48px;
  border-radius: 8px;
  outline: none;
  border: 1px solid var(--gray-gray-200, #cdd2d8);
  background: var(--white-white, #fff);
  /* Drop Shadow/sm */
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
section#form_page_contact .row-ft .col-right .row-fr .item textarea {
  border: 1px solid var(--gray-gray-200, #cdd2d8);
  background: var(--white-white, #fff);
  height: 80px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}
section#form_page_contact .row-ft .col-right .row-fr .item .sub-m {
  background: #0176D3;
  border-radius: 8px;
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  position: relative;
  display: -webkit-inline-flex;
  display: inline-flex;
  gap: 12px;
  padding: 14px 16px;
  height: 48px;
}
section#form_page_contact .row-ft .col-right .row-fr .item .sub-m input {
  background: #0176D3;
  outline: none;
  padding: 0;
  height: auto;
  border: none;
  color: #fff;
  text-transform: capitalize;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
  margin-bottom: 0;
}
section#form_page_contact .row-ft .col-right .row-fr .item .sub-m .wpcf7-spinner {
  position: absolute;
}

.head_page_ct {
  position: relative;
}
.head_page_ct img.full_relative {
  -o-object-fit: cover;
     object-fit: cover;
}
.head_page_ct .grid-container {
  position: relative;
}
.head_page_ct .row-in {
  padding: 200px 0 250px 0;
}
.head_page_ct .title-nor {
  color: #FF862E;
}
.head_page_ct span {
  display: block;
}
.head_page_ct .title-big,
.head_page_ct .des {
  color: #fff;
}
.head_page_ct .title-big {
  margin-bottom: 26px;
}

.map_page_ct iframe {
  width: 100%;
}

section.section.archives.archive-project .grid-project {
  grid-gap: 2.5rem;
  gap: 2.5rem;
}
@media only screen and (max-width: 39.96875rem) {
  section.section.archives.archive-project .grid-project {
    grid-gap: 2.5rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  section.section.archives.archive-project .grid-project {
    gap: 2.5rem;
  }
}
section.section.archives.archive-project .grid-project > .cell {
  width: calc(50% - 1.25rem);
}
@media only screen and (max-width: 63.96875rem) {
  section.section.archives.archive-project .grid-project > .cell {
    width: calc(50% - 1.25rem);
  }
}
@media only screen and (max-width: 39.96875rem) {
  section.section.archives.archive-project .grid-project > .cell {
    width: 100%;
  }
}
section.section.archives.archive-project .grid-project .item {
  border-radius: 26px;
  background: #fff;
  transition: 0.3s;
}
section.section.archives.archive-project .grid-project .item:hover {
  box-shadow: 0px 12px 24px 0px rgba(11, 44, 108, 0.12);
}
section.section.archives.archive-project .grid-project .item .cover {
  border-radius: 26px;
}
section.section.archives.archive-project .grid-project .item .cover-content {
  padding: 12px 24px;
}
section.section.archives.archive-project .grid-project .item .cover-content .meta {
  display: -webkit-flex;
  display: flex;
  gap: 6px;
  margin-bottom: 12px;
}
section.section.archives.archive-project .grid-project .item .cover-content .meta .item-cat {
  color: #FF862E;
  /* CAPTION/02 */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 14px */
  letter-spacing: 0.14px;
  text-transform: uppercase;
}
section.section.archives.archive-project .grid-project .item .cover-content .title-small {
  margin-bottom: 16px;
}
section.section.archives.archive-project .grid-project .item .cover-content .title-small a {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
section.section.archives.archive-project .grid-project .item .cover-content .excerpt {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

section#banner_page_archive .ic-bg {
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 39.96875rem) {
  section#banner_page_archive .ic-bg {
    overflow: hidden;
    width: 100%;
  }
}
section#banner_page_archive .breadcrumbs a {
  color: #838e9e;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
section#banner_page_archive .breadcrumbs li {
  color: #0176D3;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}
section#banner_page_archive .row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 40px;
  padding: 90px 0;
  -webkit-align-items: center;
          align-items: center;
}
section#banner_page_archive .row .col-left,
section#banner_page_archive .row .col-right {
  width: calc(50% - 1.25rem);
}
@media only screen and (max-width: 39.96875rem) {
  section#banner_page_archive .row .col-left,
  section#banner_page_archive .row .col-right {
    width: 100%;
  }
}
section#banner_page_archive .row .col-left .title-big {
  margin-bottom: 26px;
}
section#banner_page_archive .row .col-left .btn {
  margin-top: 40px;
}
section#banner_page_archive .row .col-left .title-nor {
  color: #0176D3;
}

#banner_single_project .breadcrumbs a {
  color: #838e9e;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
#banner_single_project .breadcrumbs li {
  color: #0176D3;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}
#banner_single_project .row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 40px;
  padding: 90px 0;
  -webkit-align-items: center;
          align-items: center;
}
@media only screen and (max-width: 39.96875rem) {
  #banner_single_project .row {
    padding: 40px 0;
  }
}
#banner_single_project .row .col-left,
#banner_single_project .row .col-right {
  width: calc(50% - 1.25rem);
}
@media only screen and (max-width: 39.96875rem) {
  #banner_single_project .row .col-left,
  #banner_single_project .row .col-right {
    width: 100%;
  }
}
#banner_single_project .row .col-right img {
  width: 100%;
}

section#giaodien_single_project .row {
  background: #0176D3;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (max-width: 39.96875rem) {
  section#giaodien_single_project .row {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
section#giaodien_single_project .row .col-left,
section#giaodien_single_project .row .col-right {
  width: 50%;
}
@media only screen and (max-width: 39.96875rem) {
  section#giaodien_single_project .row .col-left,
  section#giaodien_single_project .row .col-right {
    width: 100%;
  }
}
section#giaodien_single_project .row .col-left {
  display: -webkit-flex;
  display: flex;
}
section#giaodien_single_project .row .col-left img {
  -o-object-fit: cover;
     object-fit: cover;
}
section#giaodien_single_project .row .col-right {
  padding: 90px 0;
}
@media only screen and (max-width: 39.96875rem) {
  section#giaodien_single_project .row .col-right {
    padding: 40px 0;
  }
}
section#giaodien_single_project .row .col-right .col-inner {
  padding-left: 40px;
  width: calc(37.5rem - 15px);
}
@media only screen and (min-width: 90rem) {
  section#giaodien_single_project .row .col-right .col-inner {
    width: calc(41.25rem - 15px);
  }
}
@media only screen and (max-width: 39.96875rem) {
  section#giaodien_single_project .row .col-right .col-inner {
    width: 100%;
    padding: 0 15px;
  }
}
section#giaodien_single_project .row .col-right .col-inner .title-big,
section#giaodien_single_project .row .col-right .col-inner .text-big {
  color: #fff;
}

section#slide_giaodien_single_project {
  padding: 100px 0;
  overflow: hidden;
}
@media only screen and (max-width: 39.96875rem) {
  section#slide_giaodien_single_project {
    padding: 60px 0;
  }
}
section#slide_giaodien_single_project .title-big {
  margin-left: 147px;
}
section#slide_giaodien_single_project .swiper {
  overflow: visible;
}
section#slide_giaodien_single_project .swiper-wrapper {
  -webkit-align-items: flex-end;
          align-items: flex-end;
}
section#slide_giaodien_single_project .list_mso_giaodien .swiper-slide {
  min-height: 371px;
  max-height: 371px;
  transition: 0.6s;
}
section#slide_giaodien_single_project .list_mso_giaodien .swiper-slide .item {
  height: 371px;
  border-radius: 26px;
  overflow: hidden;
}
section#slide_giaodien_single_project .list_mso_giaodien .swiper-slide .item img {
  height: 100%;
}
section#slide_giaodien_single_project .list_mso_giaodien .swiper-slide.swiper-slide-active {
  min-height: 432px;
  max-height: 432px;
  transition: 0.6s;
}
section#slide_giaodien_single_project .list_mso_giaodien .swiper-slide.swiper-slide-active .item {
  height: 432px;
  border-radius: 26px;
  overflow: hidden;
}
section#slide_giaodien_single_project .list_mso_giaodien .swiper-slide.swiper-slide-active .item img {
  height: 100%;
}
section#slide_giaodien_single_project .swiper-button.swiper-button-next {
  position: absolute;
  right: unset;
  left: 64px;
}
section#slide_giaodien_single_project .swiper-button.swiper-button-prev {
  position: absolute;
  right: unset;
  left: 0;
}
section#slide_giaodien_single_project .swiper-button {
  border-radius: 8px;
  border: 1.5px solid #0176D3;
  background: #fff;
  width: 48px;
  height: 48px;
  top: -40px;
}
section#slide_giaodien_single_project .swiper-button::before {
  color: #0176D3;
  font-size: 16px;
  font-weight: 400;
}

section#tinhnang_single_project,
section#loiich_single_project {
  padding: 100px 0;
  background: #0176D3;
}
@media only screen and (max-width: 39.96875rem) {
  section#tinhnang_single_project,
  section#loiich_single_project {
    padding: 60px 0;
  }
}
section#tinhnang_single_project .title-big,
section#loiich_single_project .title-big {
  color: #fff;
  text-align: center;
  position: relative;
}
section#tinhnang_single_project .row,
section#loiich_single_project .row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 40px;
}
section#tinhnang_single_project .row .col-left,
section#tinhnang_single_project .row .col-right,
section#loiich_single_project .row .col-left,
section#loiich_single_project .row .col-right {
  width: calc(50% - 1.25rem);
}
@media only screen and (max-width: 39.96875rem) {
  section#tinhnang_single_project .row .col-left,
  section#tinhnang_single_project .row .col-right,
  section#loiich_single_project .row .col-left,
  section#loiich_single_project .row .col-right {
    width: 100%;
  }
}
section#tinhnang_single_project .row .col-left .list_tinhnang_single_project .item,
section#tinhnang_single_project .row .col-left .list_loiich_single_project .item,
section#loiich_single_project .row .col-left .list_tinhnang_single_project .item,
section#loiich_single_project .row .col-left .list_loiich_single_project .item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 26px;
  margin-bottom: 26px;
}
section#tinhnang_single_project .row .col-left .list_tinhnang_single_project .icon,
section#tinhnang_single_project .row .col-left .list_loiich_single_project .icon,
section#loiich_single_project .row .col-left .list_tinhnang_single_project .icon,
section#loiich_single_project .row .col-left .list_loiich_single_project .icon {
  width: 80px;
}
section#tinhnang_single_project .row .col-left .list_tinhnang_single_project .icon svg,
section#tinhnang_single_project .row .col-left .list_loiich_single_project .icon svg,
section#loiich_single_project .row .col-left .list_tinhnang_single_project .icon svg,
section#loiich_single_project .row .col-left .list_loiich_single_project .icon svg {
  border-radius: 12px;
  background: var(--Primary-50, #f0f5ff);
  height: 80px;
  width: 80px;
}
section#tinhnang_single_project .row .col-left .list_tinhnang_single_project .info,
section#tinhnang_single_project .row .col-left .list_loiich_single_project .info,
section#loiich_single_project .row .col-left .list_tinhnang_single_project .info,
section#loiich_single_project .row .col-left .list_loiich_single_project .info {
  width: calc(100% - 106px);
}
section#tinhnang_single_project .row .col-left .list_tinhnang_single_project .info .title-small,
section#tinhnang_single_project .row .col-left .list_tinhnang_single_project .info .text-big,
section#tinhnang_single_project .row .col-left .list_loiich_single_project .info .title-small,
section#tinhnang_single_project .row .col-left .list_loiich_single_project .info .text-big,
section#loiich_single_project .row .col-left .list_tinhnang_single_project .info .title-small,
section#loiich_single_project .row .col-left .list_tinhnang_single_project .info .text-big,
section#loiich_single_project .row .col-left .list_loiich_single_project .info .title-small,
section#loiich_single_project .row .col-left .list_loiich_single_project .info .text-big {
  color: #fff;
}
section#tinhnang_single_project .row .col-right img,
section#loiich_single_project .row .col-right img {
  width: 100%;
}

section#loiich_single_project .title-big {
  text-align: left;
}
section#loiich_single_project .col-right .img1,
section#loiich_single_project .col-right .img2 {
  margin-bottom: 40px;
  border-radius: 26px;
  overflow: hidden;
}

section#tinhnang_ad_single_project {
  padding: 100px 0;
}
@media only screen and (max-width: 39.96875rem) {
  section#tinhnang_ad_single_project {
    padding: 60px 0;
  }
}
section#tinhnang_ad_single_project .title-big {
  text-align: center;
  position: relative;
}
section#tinhnang_ad_single_project .row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 40px;
}
section#tinhnang_ad_single_project .row .col-left,
section#tinhnang_ad_single_project .row .col-right {
  width: calc(50% - 1.25rem);
}
@media only screen and (max-width: 39.96875rem) {
  section#tinhnang_ad_single_project .row .col-left,
  section#tinhnang_ad_single_project .row .col-right {
    width: 100%;
  }
}
section#tinhnang_ad_single_project .row .col-right .list_tinhnang_ad_single_project .item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 26px;
  margin-bottom: 26px;
}
section#tinhnang_ad_single_project .row .col-right .list_tinhnang_ad_single_project .icon {
  width: 80px;
}
section#tinhnang_ad_single_project .row .col-right .list_tinhnang_ad_single_project .icon svg {
  border-radius: 12px;
  background: var(--Primary-50, #f0f5ff);
  height: 80px;
  width: 80px;
}
section#tinhnang_ad_single_project .row .col-right .list_tinhnang_ad_single_project .info {
  width: calc(100% - 106px);
}
section#tinhnang_ad_single_project .row .col-left img {
  width: 100%;
}

section#quytrinh_singlepro {
  padding: 100px 0;
}
@media only screen and (max-width: 39.96875rem) {
  section#quytrinh_singlepro {
    padding: 60px 0;
  }
}
section#quytrinh_singlepro .title-nor {
  color: #0176D3;
}
section#quytrinh_singlepro .list-quytrinh-singpro {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 40px;
}
section#quytrinh_singlepro .list-quytrinh-singpro .item {
  width: calc(25% - 1.875rem);
  padding: 24px 24px 24px 0;
  border-radius: 16px;
  background: var(--White, #fff);
  box-shadow: 0px 12px 24px 0px rgba(11, 44, 108, 0.12);
}
@media only screen and (max-width: 39.96875rem) {
  section#quytrinh_singlepro .list-quytrinh-singpro .item {
    width: 100%;
  }
}
section#quytrinh_singlepro .list-quytrinh-singpro .item .num span {
  width: 90px;
  display: block;
  padding: 5px 24px;
  color: #fff;
  border-radius: 0px 400px 400px 0px;
  background: var(--color-main-primary, #0867f4);
}
section#quytrinh_singlepro .list-quytrinh-singpro .item .info {
  padding-top: 20px;
  padding-left: 24px;
}

.single .single-content a {
  color: #FF862E;
}
.single .single-content a:hover {
  color: #0176D3;
}

#banner_page_archive_new {
  background-image: url("../img/bg-banner-archive-new.png");
  background-size: cover;
}
#banner_page_archive_new .title-nor {
  text-align: center;
  color: #FF862E;
  display: block;
}
#banner_page_archive_new .title-big {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
#banner_page_archive_new .row {
  padding: 150px 0;
}
@media only screen and (max-width: 39.96875rem) {
  #banner_page_archive_new .row {
    padding: 60px 0;
  }
}
#banner_page_archive_new .form-archive .inside-search {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}
#banner_page_archive_new .form-archive form {
  width: 65%;
  position: relative;
}
@media only screen and (max-width: 39.96875rem) {
  #banner_page_archive_new .form-archive form {
    width: 100%;
  }
}
#banner_page_archive_new .form-archive form input {
  border-radius: 12px;
  border: 1px solid var(--primary-100, #cee0fa);
  background: var(--gray-00, #fff);
  height: 72px;
  margin-bottom: 0;
}
@media only screen and (max-width: 39.96875rem) {
  #banner_page_archive_new .form-archive form input {
    height: 55px;
  }
}
#banner_page_archive_new .form-archive form button {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#banner_page_archive_new .form-archive form button span {
  display: block;
  border-radius: 8px;
  background: var(--primary-500, #0b63e5);
  padding: 0 32px;
  color: var(--White, #fff);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 300% */
  text-transform: capitalize;
}

#new_noibatk {
  padding-bottom: 100px;
}
#new_noibatk .title-new-noibatk {
  margin-bottom: 26px;
}
#new_noibatk .theloai {
  color: var(--gray-gray-700, #42526b);
  /* Body/Smalls/400 */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  margin-bottom: 16px;
  display: block;
}
#new_noibatk .ul-menu-theloai {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 40px;
}
#new_noibatk .ul-menu-theloai li {
  border-radius: 8px;
  background: var(--Primary-50, #f0f5ff);
  padding: 10px 16px;
}
#new_noibatk .ul-menu-theloai li a {
  color: var(--Color-Text---1, #111827);
  text-align: center;
  /* Body/Smalls/500 */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}
#new_noibatk .list_new_noibatk {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 40px;
}
#new_noibatk .list_new_noibatk .item {
  width: calc(33.3333333333% - 1.6666666667rem);
  border-radius: 26px;
  background: #fff;
  transition: 0.3s;
}
@media only screen and (max-width: 39.96875rem) {
  #new_noibatk .list_new_noibatk .item {
    width: 100%;
  }
}
#new_noibatk .list_new_noibatk .item:hover {
  box-shadow: 0px 12px 24px 0px rgba(11, 44, 108, 0.12);
}
#new_noibatk .list_new_noibatk .item .cover {
  border-radius: 26px;
}
#new_noibatk .list_new_noibatk .item .cover-content {
  padding: 12px 24px;
}
#new_noibatk .list_new_noibatk .item .cover-content .meta {
  display: -webkit-flex;
  display: flex;
  gap: 6px;
  margin-bottom: 12px;
}
#new_noibatk .list_new_noibatk .item .cover-content .meta .item-cat {
  color: #FF862E;
  /* CAPTION/02 */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 14px */
  letter-spacing: 0.14px;
  text-transform: uppercase;
}
#new_noibatk .list_new_noibatk .item .cover-content .title-small {
  margin-bottom: 16px;
}
#new_noibatk .list_new_noibatk .item .cover-content .title-small a {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#new_noibatk .list_new_noibatk .item .cover-content .excerpt {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-template-page-about section#lydo_home {
  background: #fff;
}

.page-template-page-tuyendung .breadcrumbs a {
  color: #838e9e;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.page-template-page-tuyendung .breadcrumbs li {
  color: #0176D3;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}

.bvlq-single .title-home {
  margin-bottom: 10px !important;
}
@media only screen and (max-width: 39.96875rem) {
  .bvlq-single .swiper-button.swiper-button-prev {
    right: 60px !important;
    left: unset !important;
  }
  .bvlq-single .swiper-button.swiper-button-next {
    right: 0 !important;
    left: unset !important;
  }
}

.single-content-recruitment .titl-row-single-recruit {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
  -webkit-align-items: center;
          align-items: center;
}
.single-content-recruitment .titl-row-single-recruit h1 {
  width: calc(75% - 0.46875rem);
}
.single-content-recruitment .titl-row-single-recruit .btn {
  width: calc(25% - 1.40625rem);
  text-align: right;
}
.single-content-recruitment .titl-row-single-recruit .btn a {
  color: var(--White, #fff);
  /* Button/Regular */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 300% */
  text-transform: capitalize;
  padding: 0 26px 0 32px;
  border-radius: 8px;
  background: var(--color-main-primary, #0176D3);
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
          align-items: center;
  gap: 8px;
}

.tuyendunglq-single .list_cv .swiper-slide {
  display: -webkit-flex;
  display: flex;
}
.tuyendunglq-single .list_cv .item-cv {
  border-radius: 26px;
  background: var(--Primary-50, #f0f5ff);
  padding: 26px;
  width: 100%;
}
.tuyendunglq-single .title-big {
  margin-bottom: 15px !important;
}
.tuyendunglq-single .title-nor {
  color: #0176D3;
}

#congviectd .button-sid {
  display: none;
}

#form_popup {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
#form_popup.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#form_popup .bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: #000;
}
#form_popup .main_popup {
  position: absolute;
  background-color: rgb(255, 255, 255);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40%;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 32px;
  border-radius: 32px;
}
#form_popup .content_popup {
  background-color: rgb(255, 255, 255);
}
#form_popup .row-form {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 24px;
}
#form_popup .row-form .item {
  -webkit-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
#form_popup .row-form .item label {
  /* color: var(--gray-600, #344054); */
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
#form_popup .row-form .item input.wpcf7-form-control.has-spinner.wpcf7-submit {
  border-radius: 8px;
  background: var(--secondary-600, #1d468f);
  color: #fff;
  /* Subtitle 2/Medium */
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.014px;
}
#form_popup .row-form .item-50 {
  -webkit-flex: 0 0 calc(50% - 12px);
          flex: 0 0 calc(50% - 12px);
  max-width: calc(50% - 12px);
}
#form_popup .row-form input,
#form_popup .row-form select {
  border-radius: 4px;
  border: 1px solid #d0d5dd;
  background: #fff;
  height: 40px;
  border-radius: 4px;
  width: 100%;
}
#form_popup .title_popup {
  color: #344054;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 150% */
  letter-spacing: 0.08px;
  margin-bottom: 0;
}
#form_popup .tip_popup {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 30px;
}

.form-popup-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}
.form-popup-fixed .bg {
  background: rgba(0, 0, 0, 0.5019607843);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.form-popup-fixed.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.form-popup-fixed .form-wrapper {
  width: 60%;
  z-index: 99;
  display: -webkit-flex;
  display: flex;
  background: #0000cd;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  gap: 30px;
  background: #f0f5ff;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 30px;
  position: relative;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (max-width: 39.96875rem) {
  .form-popup-fixed .form-wrapper {
    width: 90%;
    height: 90vh;
    overflow-y: scroll;
  }
}
.form-popup-fixed .close_popup {
  position: absolute;
  right: 20px;
  top: 5px;
  font-size: 25px;
  z-index: 99;
}
.form-popup-fixed .form-left {
  padding: 30px 0 30px 0;
  color: #036;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  position: relative;
  width: calc(35% - 15px);
}
@media only screen and (max-width: 39.96875rem) {
  .form-popup-fixed .form-left {
    width: 100%;
  }
}
.form-popup-fixed .form-left .logo img {
  width: 45%;
}
.form-popup-fixed .form-left .highlight {
  color: #39f;
}
.form-popup-fixed .form-left p {
  font-size: 15px;
  line-height: 1.6;
  margin-top: 10px;
  margin-bottom: 10px;
}
.form-popup-fixed .form-left .contact-info {
  font-size: 14px;
  margin-top: 20px;
}
.form-popup-fixed .form-left .contact-info1:before {
  content: "";
  display: block;
  width: 70px;
  height: 5px;
  background-color: #1d468f;
  margin-bottom: 30px;
  border-radius: 2px;
}
.form-popup-fixed .form-left .contact-info1 i {
  margin-top: 5px;
}
.form-popup-fixed .form-left .contact-info1 i:before {
  font-size: 16px;
  margin-right: 6px;
}
.form-popup-fixed .contact-icons {
  display: -webkit-flex;
  display: flex;
  gap: 30px;
  margin-top: 10px;
}
.form-popup-fixed .contact-icons img {
  width: 36px;
  height: 36px;
  cursor: pointer;
  border-radius: 50%;
}
.form-popup-fixed .form-right {
  padding: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  width: calc(65% - 15px);
  background: #0000cd;
  border-radius: 16px;
}
@media only screen and (max-width: 39.96875rem) {
  .form-popup-fixed .form-right {
    width: 100%;
  }
}
.form-popup-fixed .form-right .note {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-top: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
.form-popup-fixed .form-right .form-grid .row-fr {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px;
}
.form-popup-fixed .form-right .form-grid .row-fr label {
  color: #fff;
}
.form-popup-fixed .form-right .form-grid .row-fr .item {
  width: 100%;
}
.form-popup-fixed .form-right .form-grid .row-fr .item.item-50 {
  width: calc(50% - 0.75rem);
}
@media only screen and (max-width: 39.96875rem) {
  .form-popup-fixed .form-right .form-grid .row-fr .item.item-50 {
    width: 100%;
  }
}
.form-popup-fixed .form-right .form-grid .row-fr .item input,
.form-popup-fixed .form-right .form-grid .row-fr .item select {
  color: var(--gray-gray-500, #838e9e);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  margin-bottom: 0;
  padding: 14px 16px;
  height: 48px;
  border-radius: 8px;
  outline: none;
  border: 1px solid var(--gray-gray-200, #cdd2d8);
  background: var(--white-white, #fff);
  /* Drop Shadow/sm */
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
.form-popup-fixed .form-right .form-grid .row-fr .item textarea {
  border: 1px solid var(--gray-gray-200, #cdd2d8);
  background: var(--white-white, #fff);
  height: 80px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}
.form-popup-fixed .form-right .form-grid .row-fr .item .sub-m {
  background: #FF862E;
  border-radius: 8px;
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  position: relative;
  display: -webkit-inline-flex;
  display: inline-flex;
  gap: 12px;
  padding: 14px 16px;
  height: 48px;
}
@media only screen and (max-width: 39.96875rem) {
  .form-popup-fixed .form-right .form-grid .row-fr .item .sub-m {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
  }
}
.form-popup-fixed .form-right .form-grid .row-fr .item .sub-m input {
  background: #FF862E;
  outline: none;
  padding: 0;
  height: auto;
  border: none;
  color: #fff;
  text-transform: capitalize;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
  margin-bottom: 0;
}
.form-popup-fixed .form-right .form-grid .row-fr .item .sub-m .wpcf7-spinner {
  position: absolute;
}
.form-popup-fixed .form-right .form-grid .row-fr .item:last-child {
  text-align: center;
}

#chaty-widget-_1 .chaty-widget {
  bottom: 87px !important;
}

.channel-icon-Link .chaty-svg {
  position: relative;
}
.channel-icon-Link .chaty-svg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background: url(../img/zalo.png);
  background-size: contain;
}

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