/* ================================================
  CUSTOM FONTS
================================================= */
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  --font-family: "Be Vietnam Pro", sans-serif;
  --header-height: 71px;
  --header-bottom-offset: 134px;
  --header-bottom-mobile-offset: 64px;
  --color-theme: #004a8f;
  --color-theme-2: #ed3237;
  --color-body: #424141;
  --bg-theme-3: #dde9f4;
  --color-text-body: #111;
  --space-service-art: 96px;
  --radius-nav: 35px;
  --search-mobile-offset: 70px;
}

body {
  font-family: var(--font-family);
  color: var(--color-text-body);
}

@media screen and (max-width: 991px) {
  body {
    padding-top: 0;
  }
}

.clearfix,
.clearfix:after,
.clearfix:before {
  clear: both;
}

/* ================================================
  CUSTOM
================================================= */
.btn-theme,
.btn-theme-alt {
  padding-bottom: 12px;
  border-radius: 24px;
  padding: 12px 28px;
  letter-spacing: .5px;
  font-weight: 500;
}

.cursor-pointer {
  cursor: pointer;
}

.modal-content {
  border-radius: 8px;
}

.title-section,
.box-whyus h3,
.btn,
.bwa-c .box-who-a .bw-t,
.box-testimonial .bt-created-by,
.box-project .intro .intro-c,
.banner-page-text .bit-c .bi-text,
.title-service,
.box-news .box-wrapper h3 a {
  text-transform: none !important;
}

.padding-middle {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .title-section {
    font-size: 24px;
  }

  .title-section-small {
    font-size: 22px;
  }
}

@media screen and (max-width: 991px) {
  .padding-middle {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 992px) {
  .title-section {
    font-size: 38px;
  }

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

  .padding-middle {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 1440px) {
  .title-section {
    font-size: 42px;
  }

  .title-section-small {
    font-size: 26px;
  }
}

/* ================================================
  HEADER
================================================= */
.header-menu-main-2 {
  position: absolute;
  top: 56px;
  z-index: 11;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: transparent;
  transition: background-color .33s ease-in-out;
}

.header-menu-main-2.navbar-fixed-top {
  -webkit-box-shadow: 0 4px 6px -2px rgba(84, 84, 120, .26);
  box-shadow: 0 4px 6px -2px rgba(84, 84, 120, .26);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1001;
  background-color: #f6fbff;
}

.header-menu-main-2 .nav-menu {
  background-color: rgba(255, 255, 255, .75);
  border-radius: var(--radius-nav);
  padding-left: 36px;
  padding-right: 36px;
  width: 100%;
}

.header-menu-main-2.navbar-fixed-top .nav-menu {
  background-color: transparent;
}

.header-menu-main-2 .nav-menu .menu-main .nav-link {
  text-transform: none;
}

/* ================================================
  slogan
================================================= */
.navbar-brand .text-o {
  font-size: 13.5px;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .header-menu-main-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lang-drop {
    margin-left: 0;
    text-align: right;
    width: 36px;
  }

  .lang-drop .icon-lang a {
    font-size: 15px;
  }

  .navbar-brand img {
    height: 36px;
  }

  .navbar-brand .text-o {
    font-size: 11.5px;
    padding-top: 4px;
  }

  .header-menu-main-2 {
    top: 7px;
  }

  .header-menu-main-2 .nav-menu {
    padding-left: 28px;
    padding-right: 28px;
  }

  .header-menu-main-2 .navbar-collapse {
    margin-top: 15px;
  }

  .header-menu-main-2 .nav-menu .menu-main .nav-link {
    padding-left: 0;
    padding-right: 0;
  }

  .icon-show-search,
  .lang-drop .icon-lang a {
    font-size: 15px;
  }
}

@media screen and (min-width: 992px) {
  .flex-gap-lg-4 {
    gap: 16px;
  }

  .header-menu-main-2 .nav-menu {
    padding-left: 28px;
    padding-right: 28px;
  }

  .header-menu-main-2 .nav-menu .menu-main>.nav-item {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .header-menu-main-2 .navbar-brand {
    margin-right: 20px;
    order: 1;
  }

  .header-menu-main-2 .navbar-brand img {
    height: 42.5px;
  }

  .header-menu-main-2 .navbar-collapse {
    order: 2;
    margin-right: 10px;
  }

  .header-menu-main-2 .nav-menu .navbar-nav {
    margin-right: 0;
  }

  .nav-menu .navbar-nav>.nav-item:hover>.dropdown-menu {
    top: 66px;
  }

  .header-menu-main-2 .nav-menu .menu-main .nav-link {
    padding-left: 12px;
    padding-right: 12px;
  }

  .lang-drop {
    order: 3;
    position: initial;
    margin-right: 10px;
    font-size: 15px;
  }

  .show-box-search-2 {
    order: 4;
    position: relative;
    top: auto;
    right: auto;
  }

  .box-search-2 .overlay {
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
  }

  .box-search-2.show .overlay {
    opacity: 1;
    visibility: visible;
  }

  .btn-header {
    border-radius: var(--radius-nav);
    padding-left: 24px;
    padding-right: 24px;
    letter-spacing: 0;
    font-size: 15px;
  }

  .btn-header i {
    font-size: 16px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .btn-header {
    width: 76px;
    justify-content: center;
  }
}

@media screen and (min-width: 1200px) {
  .header-menu-main-2 .navbar-brand {
    margin-right: 15px;
  }

  .header-menu-main-2 .nav-menu .menu-main .nav-link {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media screen and (min-width: 1280px) {
  .header-menu-main-2 .navbar-brand {
    margin-right: 32px;
  }

  .lang-drop {
    margin-right: 20px;
  }

  .header-menu-main-2 .navbar-collapse {
    margin-right: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .header-menu-main-2 .navbar-brand {
    margin-right: 48px;
  }

  .header-menu-main-2 .navbar-collapse {
    margin-right: 48px;
  }

  .header-menu-main-2 .nav-menu .menu-main .nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-menu-main-2 .nav-menu {
    padding-left: 36px;
    padding-right: 36px;
  }

  .btn-header {
    padding-left: 32px;
    padding-right: 32px;
    font-size: 15px;
  }
}

/* ================================================
  BANNER
================================================= */
.section-no-banner {
  height: 264px;
}

ul.carousel-indicators:not(:has(> li:nth-child(2))) {
  display: none;
}

.slider-wrapper .carousel-indicators {
  right: auto;
  left: 15px;
  margin-left: 0;
  padding-left: 0;
}

.slider-wrapper .carousel-indicators li {
  background-color: #fff;
}

.banner-item::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.banner-hero .banner-item {
  height: 100vh;
}

.banner-hero .banner-item img {
  height: 100%;
}

.banner-item-text {
  padding-top: var(--header-bottom-offset);
}

.banner-item-text .bit-c {
  max-width: 640px;
  width: auto;
}

.carousel-item-home .banner-item-text .bit-c .bi-text {
  font-size: 36px;
  line-height: 1.2;
  color: #fff;
  font-family: var(--font-family);
}

@media screen and (max-width: 767px) {
  .carousel-item-page .banner-item {
    height: 512px;
  }
}

@media screen and (min-width: 768px) {
  .carousel-item-home .banner-item-text .bit-c .bi-text {
    font-size: 48px;
  }
}

@media screen and (min-width: 1200px) {
  .carousel-item-home .banner-item-text .bit-c .bi-text {
    font-size: 56px;
  }

  .banner-item-text .bit-c {
    max-width: 740px;
  }

  .slider-wrapper .carousel-indicators {
    padding-left: calc(50px - 15px);
  }
}

@media screen and (max-width: 991px) {

  .section-no-banner {
    height: 106px;
  }

  .banner-item-text {
    padding-top: var(--header-bottom-mobile-offset);
  }
}

@media screen and (min-width: 1440px) {
  .carousel-item-home .banner-item-text .bit-c .bi-text {
    font-size: 64px;
  }

  .banner-item-text .bit-c {
    max-width: 768px;
  }

  .slider-wrapper .carousel-indicators {
    padding-left: calc((100% - 1440px)/2 + 50px - 15px);
  }
}

/* ================================================
  WHY US
================================================= */
.list_whyus.row-78>div {
  margin-bottom: 15px;
}

.box-whyus {
  padding: 20px;
  height: 100%;
  margin-bottom: 0;
}

.box-whyus h3 {
  font-size: 16px;
}

.box-whyus h3 a {
  height: auto;
}

@media screen and (min-width: 768px) {
  .box-whyus .intro {
    -webkit-line-clamp: 4;
    line-clamp: 4;
    height: 100px;
  }
}

@media screen and (min-width: 992px) {
  .list_whyus.row-78>div {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1440px) {
  .box-whyus h3 {
    font-size: 18px;
  }
}


/* ================================================
  ABOUT
================================================= */
.box-who-video iframe {
  width: 100% !important;
  border-radius: 0 15px 15px 0;
}

.bwa-c .box-who-a:after {
  display: none;
}

.bwa-c .box-who-a {
  padding-right: 0;
}

.bwa-c .box-who-a .bw-t {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .box-who-video {
    position: relative;
    padding-top: calc(100%*752/1336);
  }

  .box-who-video iframe {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border-radius: 12px;
  }

  .bwa-c .box-who-a .bw-n {
    font-size: 36px;
  }

  .bwa-c .box-who-a .bw-t {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) {
  .box-who-video iframe {
    height: 100% !important;
  }
}

@media screen and (max-width: 991px) {
  .section-partner {
    padding-top: 30px;
  }

  .bwa-c .row {
    gap: 16px;
  }
}

@media screen and (min-width: 992px) {
  .bwa-c .item-c {
    max-width: 185px;
  }
}

@media screen and (min-width: 1200px) {
  .box-who-content {
    padding-left: 15px;
  }

  .box-who-content {
    padding-right: calc((100vw - 1200px)/2 - 4px);
  }

  .bwa-c .item-c {
    max-width: 230px;
  }
}

@media screen and (min-width: 1440px) {
  .box-who-content {
    padding-right: calc((100vw - 1440px)/2 + 24px);
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .box-who-content {
    padding-left: 0;
    padding-right: 15px;
  }

  .box-who-content .content {
    margin-bottom: 20px;
  }
}

/* ================================================
  SWIPER MARQUEE
================================================= */
.swiper-marquee-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}

/* ================================================
  SERVICE
================================================= */
.service-tab-content {
  width: 100%;
  transition: all 0.5s;
  top: 0;
}

.service-tab-content.inactive {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 0;
  transform: scale(0);
}

.service-tab-content.active {
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 1;
  transform: scale(1);
}

.service-item-img {
  position: relative;
}

.service-item-img img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
}

.service-item-content .content {
  margin-bottom: 15px;
  line-height: 30px;
}

.label-selector {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .service-section-2026 {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .service-section-2026 {
    padding-bottom: 40px;
  }

  .service-item-img {
    padding-top: calc(100%*580/936);
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .service-tab-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 992px) {
  .service-section-2026 {
    padding-bottom: 60px;
  }

  .service-item-img img {
    border-radius: 0 8px 8px 0;
  }

  .service-item-img {
    padding-top: calc(100%*448/744);
  }
}

/* tab */
.service-tabs {
  margin-bottom: 40px;
}

.service-tabs-wrapper {
  border-radius: 36px;
  padding: 8px;
  overflow: hidden;
  gap: 8px;
}

input.input-selector {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

label.label-selector {
  margin-bottom: 0;
  color: #004A8F;
  position: relative;
  font-weight: 500;
  transition: all 0.3s;
  font-size: 18px;
  padding: 12px 15px;
  background-color: #fff;
  border-radius: 25px;
  overflow: hidden;
  display: inline-flex;
}

label.label-selector:hover {
  opacity: .8;
}

.service-tab input.input-selector[name="tab-index"]:checked+label.label-selector {
  background-color: var(--color-theme-2);
  color: #fff;
}

@media screen and (max-width: 991px) {
  label.label-selector {
    font-size: 14px;
    padding: 8px 12px;
  }
}

@media screen and (max-width: 767px) {
  .service-tabs {
    margin-bottom: 15px;
    overflow-x: auto;
    white-space: nowrap;
  }

  .service-tabs-wrapper {
    gap: 2px;
    overflow-x: auto;
  }

  label.label-selector {
    font-size: 12px;
    padding: 5px 8px;
  }
}

/* ================================================
  LINH VUC
================================================= */
.swiper-linhvuc .swiper-slide {
  width: auto;
  min-width: 256px;
}

.btn-linhvuc {
  background-color: #fff;
  color: var(--color-theme-2);
  border: 1px solid var(--color-theme-2);
  cursor: default !important;
}

.btn-linhvuc:hover,
.btn-linhvuc:focus {
  color: var(--color-theme-2);
}

/* ================================================
  TESTIMONIAL
================================================= */
.slider-testimonial .owl-carousel {
  padding-left: 0;
  padding-right: 0;
}

.slider-testimonial .owl-nav .owl-prev {
  left: -48px;
}

.slider-testimonial .owl-nav .owl-next {
  right: -48px;
}

.box-testimonial .bt-created-by .title {
  font-weight: 500;
}

.box-testimonial .bt-created-by .intro {
  font-size: 16px;
  color: var(--color-text-body);
  font-weight: 400;
}

.box-testimonial-video {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  padding-top: calc(100%*752/1336);
}

.box-testimonial-video iframe {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border-radius: 8px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .box-testimonial .bt-created-by .intro {
    font-size: 14px;
  }
}

/* ================================================
  AWARDS
================================================= */
.box-award {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  padding: 20px;
  text-align: center;
}

.box-award img {
  height: 108px;
}

.box-award h3 {
  line-height: 1;
}

.box-award h3 a {
  font-size: 18px;
  color: var(--color-theme);
  text-transform: capitalize;
}

@media screen and (max-width: 767px) {
  .row-awards {
    gap: 15px;
  }
}

/* ================================================
  NEWS
================================================= */
.box-news-26 figure {
  position: relative;
  padding-top: calc(100%*188/339);
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}

.box-news-26 img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box-news-26 h3 {
  line-height: 1;
}

.box-news-26 h3 a {
  font-size: 18px;
  color: var(--color-theme);
  text-transform: capitalize;
}

.box-news-26 .intro {
  border-radius: 0 0 8px 8px;
}

@media screen and (min-width: 768px) {
  .box-news-26 h3 a {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    white-space: normal;
    -webkit-box-orient: vertical;
    line-height: 1.5;
  }
}

@media screen and (max-width: 991px) {
  .row-news>div.col-12 {
    margin-bottom: 16px;
  }
}

/* ================================================
  BANNER PAGE
================================================= */
.banner-page-text {
  padding-top: var(--header-bottom-offset);
}

.banner-page-text .bit-c .bi-text {
  font-size: 48px;
}

@media screen and (max-width: 767px) {
  .banner-page-text .bit-c .bi-text {
    font-size: 32px;
  }
}

@media screen and (max-width: 991px) {
  .banner-page-text {
    padding-top: var(--header-bottom-mobile-offset);
  }
}

.carousel-item-page .banner-item img {
  min-height: 576px;
}

.carousel-item-page .banner-item:after {
  display: none;
}

/* ================================================
  SERVICE PAGE
================================================= */
.wrapper-lr .lr-img {
  width: 100%;
}

.container-lr .col-img,
.container-rl .col-img {
  display: flex;
  align-items: center;
}

.container-lr .wrapper-lr:nth-child(2n+1) .lr-content {
  padding-right: 15px;
  padding-left: 15px;
}

.container-lr .wrapper-lr:nth-child(2n) .lr-content {
  padding-left: 15px;
  padding-right: 15px;
}

.container-lr .wrapper-lr:nth-child(2n+1) .lr-img {
  border-radius: 0 15px 15px 0;
  overflow: hidden;
}

.container-lr .wrapper-lr:nth-child(2n) .lr-img {
  border-radius: 15px 0 0 15px;
  overflow: hidden;
}

.container-lr .wrapper-lr:nth-child(2n) .col-img {
  padding-left: 0;
}

.container-lr .wrapper-lr:nth-child(2n+1) .col-img {
  padding-right: 0;
}

/** r to l*/
.container-rl .wrapper-lr:nth-child(2n+1) .lr-content {
  padding-left: 15px;
  padding-right: 15px;
}

.container-rl .wrapper-lr:nth-child(2n) .lr-content {
  padding-right: 15px;
  padding-left: 15px;
}

.container-rl .wrapper-lr:nth-child(2n+1) .lr-img {
  border-radius: 15px 0 0 15px;
  overflow: hidden;
}

.container-rl .wrapper-lr:nth-child(2n) .lr-img {
  border-radius: 0 15px 15px 0;
  overflow: hidden;
}

.container-rl .wrapper-lr:nth-child(2n) .col-img {
  padding-right: 0;
}

.container-rl .wrapper-lr:nth-child(2n+1) .col-img {
  padding-left: 0;
}

@media screen and (max-width: 767px) {

  .container-lr .wrapper-lr+.wrapper-lr {
    margin-top: 30px;
  }

  .container-rl .wrapper-lr+.wrapper-lr {
    margin-top: 30px;
  }

  .col-img .lr-img {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {

  .container-lr .wrapper-lr:nth-child(2n) .col-img {
    order: 2;
  }

  .container-lr .wrapper-lr:nth-child(2n) .col-content {
    order: 1;
  }

  .container-rl .wrapper-lr:nth-child(2n+1) .col-img {
    order: 2;
  }

  .container-rl .wrapper-lr:nth-child(2n+1) .col-content {
    order: 1;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .container-lr .wrapper-lr+.wrapper-lr {
    margin-top: 40px;
  }

  .container-rl .wrapper-lr+.wrapper-lr {
    margin-top: 40px;
  }

  .col-img .lr-img {
    height: 100%;
  }

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

@media screen and (min-width: 991px) {

  .container-lr .wrapper-lr+.wrapper-lr {
    margin-top: var(--space-service-art);
  }

  .container-rl .wrapper-lr+.wrapper-lr {
    margin-top: var(--space-service-art);
  }

  /* .section-s .wrapper-lr {
    min-height: 100vh;
    display: flex;
    align-items: center;
  } */

  .container-lr .wrapper-lr:nth-child(2n+1) .lr-content {
    padding-right: calc((100vw - 1200px)/2 - 32px);
    padding-left: 30px;
  }

  .container-lr .wrapper-lr:nth-child(2n) .lr-content {
    padding-left: calc((100vw - 1200px)/2 - 32px);
    padding-right: 30px;
  }

  .container-rl .wrapper-lr:nth-child(2n+1) .lr-content {
    padding-left: calc((100vw - 1200px)/2 - 32px);
    padding-right: 30px;
  }

  .container-rl .wrapper-lr:nth-child(2n) .lr-content {
    padding-right: calc((100vw - 1200px)/2 - 32px);
    padding-left: 30px;
  }
}

@media screen and (min-width: 1440px) {
  .container-lr .wrapper-lr:nth-child(2n+1) .lr-content {
    padding-right: calc((100vw - 1440px)/2 + 48px);
    padding-left: 30px;
  }

  .container-lr .wrapper-lr:nth-child(2n) .lr-content {
    padding-left: calc((100vw - 1440px)/2 + 48px);
    padding-right: 30px;
  }

  .container-rl .wrapper-lr:nth-child(2n+1) .lr-content {
    padding-left: calc((100vw - 1440px)/2 + 48px);
    padding-right: 30px;
  }

  .container-rl .wrapper-lr:nth-child(2n) .lr-content {
    padding-right: calc((100vw - 1440px)/2 + 48px);
    padding-left: 30px;
  }
}

/* ======================= */
/* PIN SECTION
/* ======================= */
@media screen and (min-width: 768px) {
  .sliderA {
    height: 100vh;
    position: relative;
    overflow: hidden;
    /* padding-top: calc(var(--header-height) + 28px); */
  }

  .trackA {
    height: 100%;
    width: 100%;
    position: relative;
  }

  .slideA {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(80px);
    padding-top: 87px;
  }

  .slideA.active {
    opacity: 1;
  }

  .paginationA {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 10;
  }

  .dotA {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: 0.3s;
  }

  .dotA.active {
    background: #fff;
    transform: scale(1.3);
    background-color: var(--color-theme-2);
  }
}

@media screen and (max-width: 767px) {
  .trackA .slideA+.slideA {
    margin-top: 30px;
  }
}

@media screen and (max-width: 991px) {
  .pin-slider .lr-img {
    margin-bottom: 1.5rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .pin-slider .col-img .lr-img {
    height: auto;
  }
}

/* ================================================
  FEATURED PROJECT
================================================= */
.swiper-project-2 {
  padding-bottom: 40px;
}

.swiper-project-2 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

.swiper-project-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background-color: var(--color-theme-2);
}

.box-project-2 figure {
  position: relative;
  padding-top: calc(100%*201/355);
  overflow: hidden;
  border-radius: 12px;
}

.box-project-2 figure img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.box-project-2 h3 {
  font-size: 16px;
  color: var(--color-text-body);
  line-height: 1.5;
  font-weight: 400;
  text-transform: capitalize;
}

.box-project-2:hover h3 {
  color: var(--color-theme);
}

/* ================================================
  VISIT
================================================= */
.btn-visit {
  border-radius: 5px;
  padding-left: 34px;
  padding-right: 34px;
  font-size: 18px;
}

.btn-visit-2 {
  border-radius: 5px;
  padding: 10px 22px;
}

.modal-dialog-visit {
  max-width: 850px;
  margin-top: 15px;
  margin-bottom: 0;
}

.visit_form .fc-l {
  font-size: 13px;
}

.visit_form.fc-apply input.form-control,
.visit_form.fc-apply select.form-control,
.visit_form .security-code img {
  height: 36px;
  font-size: 15px;
}

.visit_form.fc-apply .form-group {
  margin-bottom: .75rem;
}

/* ================================================
  SAVE
================================================= */
@media screen and (max-width: 767px) {
  .box-save {
    margin-bottom: 15px;
  }
}

/* ================================================
  RESPONSIVE VIDEO
================================================= */
.responsive-video {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  padding-top: calc(100%*600/1336);
}

.responsive-video iframe {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ================================================
  HISTORY
================================================= */
.slider-history .owl-theme .owl-dots,
.slider-history .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent
}

.slider-history .owl-theme .owl-nav {
  margin-top: 10px
}

.slider-history .owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px
}

.slider-history .owl-theme .owl-nav [class*=owl-]:hover {
  background: var(--color-theme-2);
  color: #FFF;
  text-decoration: none
}

.slider-history .owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default
}

.slider-history .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px
}

.slider-history .owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1
}

.slider-history .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px
}

.slider-history .owl-theme .owl-dots .owl-dot.active span,
.slider-history .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--color-theme-2);
  transform: scale(1.3);
}

@media screen and (min-width: 992px) {
  .slider-history {
    right: 0;
  }

  .slider-history .owl-carousel {
    padding-left: 0;
    padding-right: 0;
  }
}

/********/
.container-history {
  padding-left: calc((100% - 1440px + 100px)/2);
}

.slider-history:before {
  display: none;
}

.slider-history .owl-item .item-history .item-detail {
  height: auto;
  text-align: left;
  margin-bottom: 0;
}

.item-history .title-line-2 {
  font-weight: 700;
  color: var(--color-theme);
  margin-bottom: 15px;
}

.slider-history .owl-item .item-history .item-detail .content {
  max-height: 185px;
  -webkit-line-clamp: 7;
  min-height: 125px;
}

.slider-history .owl-carousel .owl-stage {
  background-color: #f6fbff;
}

/* ================================================
  BOX LINH VUC
================================================= */
.bg-section-3 {
  background-color: var(--bg-theme-3);
}

.row-max-6>[class^="col-"]:nth-child(n+7),
.row-max-6>[class*=" col-"]:nth-child(n+7) {
  display: none;
}

.box-linhvuc {
  margin-bottom: 30px;
}

.box-linhvuc figure {
  padding-top: calc(100%*199/353);
  overflow: hidden;
}

.box-linhvuc img {
  border-radius: 8px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  object-fit: cover;
}

.box-linhvuc .title {
  color: var(--color-theme);
  font-size: 18px;
}

@media screen and (max-width: 767px) {

  .box-linhvuc .title {
    font-size: 16px;
  }
}

/* ================================================
  BOX SEARCH
================================================= */
@media screen and (min-width: 992px) {
  .show-box-search-2 {
    width: 45px;
  }

  .box-search-2 {
    position: absolute;
    right: 0;
    top: -16px;
  }

  .box-search-2.show {
    width: 256px;
  }

  .form-search-main-2 input.form-control {
    font-size: 15px;
    border-radius: 16px;
  }
}

@media screen and (max-width: 991px) {
  .show-box-search {
    top: 10px;
  }

  .box-search {
    width: calc(720px - 30px);
    margin-left: auto;
    margin-right: auto;
    border-radius: 12px;
    padding-top: 15px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
    height: calc(100vh - 90px);
    overflow-y: auto;
  }

  .box-search.show {
    top: var(--search-mobile-offset);
  }

  .header-menu-main-2.navbar-fixed-top .box-search.show {
    top: calc(var(--search-mobile-offset) - 7px);
  }
}

@media screen and (max-width: 767px) {
  .box-search {
    width: calc(540px - 30px);
  }
}

@media screen and (max-width: 575px) {
  .show-box-search {
    top: 10px;
    right: 30px;
  }

  .box-search {
    width: calc(100% - 30px);
  }
}

/* ================================================
  CONG TRINH
================================================= */
/* .view-more-desc {
  position: relative;
}

.view-more-desc.hidden-bottom:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0.3) 30%, rgba(255, 255, 255, 0) 100%);
} */

.search-industry {
  position: absolute;
  bottom: 50px;
  min-width: 128px;
  margin-bottom: 0;
}

.search-industry.open {
  position: relative;
  bottom: 0;
  margin-bottom: 50px;
}

.btn-search-industry {
  width: 100%;
  text-align: left;
  background-color: var(--color-theme);
  color: white;
  height: 46px;
  font-weight: normal;
  padding-right: 30px;
}

.btn-search-industry:hover,
.btn-search-industry:focus {
  background-color: var(--color-theme);
  color: white;
  opacity: .9;
}

/* ================================================
  Hieu ung text banner trang chu
================================================= */
.carousel-item-home .bi-text {
  visibility: hidden;
}

/* ================================================
  hop tac xay dung
================================================= */
.btn-cooperation-l,
.btn-cooperation-r {
  min-width: 320px
}

.btn-cooperation-l {
  border-radius: 5px;
}

.btn-cooperation-r {
  background-color: #fff;
  color: var(--color-theme);
  padding: 12px 28px;
}

.btn-cooperation-r:hover {
  background-color: transparent;
  color: #fff;
}

/* ================================================
  newsletter
================================================= */
.newsletter-wrapper .btn-theme {
  border-radius: 5px;
}

/* ================================================
  section-service-2026
================================================= */

@media screen and (min-width: 992px) {
  .section-service-2026 {
    padding-top: var(--space-service-art);
    padding-bottom: 0;
  }

  .section-service-2026.end {
    padding-bottom: var(--space-service-art);
  }

  .section-service-2026 .wrapper-lr {
    height: calc(100vh - var(--space-service-art));
  }

  .section-service-2026 .wrapper-lr .row,
  .section-service-2026 .wrapper-lr .col-img .lr-img {
    height: 100%;
  }

  .section-service-2026 .wrapper-lr .col-img .lr-img img {
    height: 100%;
    object-fit: cover;
  }

  .section-service-slider-2026 .container-lr {
    height: calc(100vh - 87px);
    display: flex;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .section-service-slider-2026 .container-lr .wrapper-lr {
    height: 100%;
  }

  .section-service-slider-2026 .wrapper-lr .row,
  .section-service-slider-2026 .wrapper-lr .col-img .lr-img {
    height: 100%;
  }

  .section-service-slider-2026 .wrapper-lr .col-img .lr-img img {
    height: 100%;
    object-fit: cover;
  }
}

/* ================================================
  scroll-btn
================================================= */
@media screen and (max-width:991px) {
  .scroll-btn.show {
    opacity: 1;
    visibility: visible;
    position: fixed;
    z-index: 1;
    left: 0;
    right: 0;
    top: -webkit-calc(100vh - 50px);
    top: calc(100vh - 50px)
  }

  .scroll-btn.show .mouse {
    position: relative;
    display: block;
    width: 30px;
    height: 45px;
    margin: 0 auto 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #fff;
    border-radius: 23px;
    opacity: .75
  }

  .scroll-btn.show .mouse>span {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-animation: 2.5s linear infinite ani-mouse;
    -moz-animation: 2.5s linear infinite ani-mouse;
    animation: 2.5s linear infinite ani-mouse
  }
}

@media screen and (min-width:992px) {
  .scroll-btn.show .mouse {
    border: 2px solid #fff;
  }

  .scroll-btn.show .mouse>span {
    background-color: #fff;
  }
}

/* ================================================
  icon-contact
================================================= */
.icon-contact {
  display: none !important;
}

/* ================================================
  footer social
================================================= */
.footer-social li a {
  font-size: 20px;
  width: 42px;
  height: 42px;
}

/* ================================================
  slider-news-2026
================================================= */
.slider-news-2026 .swiper-news {
  padding-bottom: 36px;
}

/* ================================================
  FOOTER
================================================= */
.footer-logo .text {
  font-size: 20px;
}