/**
   * ========================================
   * Global CSS
   * ========================================
   */

/* Google Font fallback */
body {
  margin: 0;
}
/* Color Variables */
:root {
  --ctd-primary: #264abc;
  --ctd-secondary: #ffffff;
  --ctd-thirdary: #16315e;
  --ctd-quaternary: #021d4a;
  --ctd-text: #181d27;
  --ctd-dark: #000000;
  --ctd-light: #f7f7f7;
  --ctd-border: #e6e9eb;
}

/* Global CSS Reset */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

/* Polylang handling */

/*.cpel-switcher__lang:not(.cpel-switcher__lang--active) {
  pointer-events: none;
}*/

.cpel-switcher__lang a[lang="vi"] { 
  display: none !important;
}


.cpel-switcher__nav{
  margin: 50px 0 0 18px;
}
.cpel-switcher__lang {
  border-bottom: 1px solid #E6E9EB;
  height: 50px; /* hoặc chiều cao bạn muốn */
  display: flex;
  align-items: center;
  text-align: center;
  padding-bottom: 15px
  
}

@media (min-width: 392px) {
    .ctd-portfolio .ctd-portfolio-content h6 {
        margin-left: 0px !important;
    }
}
.cpel-switcher__lang:last-child {
  border-bottom: none;
}
/**
   * ========================================
   * 2. Header
   * ========================================
   */

.header__sidebar-button .elementor-button:hover .elementor-button-icon svg {
  fill: none !important;
}

/**
   * ========================================
   * Button clip path custom
   * ========================================
   */

/* CTA Button Element Class modifier */

.ctc-buttons-path {
  clip-path: polygon(
    15px 0,
    100% 0,
    100% calc(100% - 15px),
    calc(100% - 15px) 100%,
    0 100%,
    0 15px
  );
  width: 30%;
}

.ctc-buttons-path .elementor-button-content-wrapper {
  align-items: center;
}

.ctc-buttons-path
  .elementor-button-wrapper
  .elementor-button
  .elementor-button-icon {
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}

.ctc-buttons-path
  .elementor-button-wrapper
  .elementor-button:hover
  .elementor-button-icon {
  transform: rotate(45deg);
}

/* CTA Custom widget */

.ctd__cta-btn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  left: 0;
  color: #fff !important;
  background-color: var(--ctd-thirdary);
  color: #fff;
  padding: 12px 12px 12px 30px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  gap: 42px;
  transition: all 0.3s ease;
  z-index: 2;
  clip-path: polygon(
    15px 0,
    100% 0,
    100% calc(100% - 15px),
    calc(100% - 15px) 100%,
    0 100%,
    0 15px
  );
  letter-spacing: 2px;
}

.ctd__cta-btn .arrow-icon {
  display: inline-block;
  transition: all 0.3s ease-in-out;
  width: 40px;
  height: 40px;
  object-fit: contain;
  transform: rotate(0deg);
}

.ctd__cta-btn:hover {
  background-color: var(--ctd-primary);
  cursor: pointer;
}

.ctd__cta-btn:hover .arrow-icon {
  transform: rotate(45deg);
}

/* *
   * ========================================
   * CTD Highlights
   * ========================================
   */

/* .ctd-highlights-widget {
  text-align: left;
}

.ctd-highlights-widget .ctd-title {
  font-size: 60px;
  font-weight: 400; 
  margin: 0;
}

.ctd-highlights-widget .ctd-sub-title {
  font-size: 16px;
  font-style: italic;
  color: #666;
}
.ctd-highlights-widget .ctd-title,
.ctd-highlights-widget .ctd-sub-title {
  font-family: "Lexend Deca", sans-serif;
}
.slash-blue {
  color: #246abc;
  font-weight: bold;
  margin-right: 5px;
}

.ctd-highlights-widget {
  text-align: left;
}

.ctd-highlights-widget .ctd-title {
  font-weight: 400;
  margin: 0;
}


.ctd-highlights-widget .ctd-title,
.ctd-highlights-widget .ctd-sub-title {
  font-family: "Lexend Deca", sans-serif;
}
.ctd-highlights-widget .ctd-title.h1 {
  font-size: 42px;
}
.ctd-highlights-widget .ctd-title.h2 {
  font-size: 36px;
}
.ctd-highlights-widget .ctd-title.h3 {
  font-size: 30px;
}
.ctd-highlights-widget .ctd-title.h4 {
  font-size: 24px;
}
.ctd-highlights-widget .ctd-title.h5 {
  font-size: 20px;
}
.ctd-highlights-widget .ctd-title.h6 {
  font-size: 18px;
}
.ctd-highlights-widget p.ctd-title {
  font-size: 16px;
  margin: 0;
}
.ctd-highlights-widget .ctd-sub-title.h1,
.ctd-highlights-widget .ctd-sub-title.h2,
.ctd-highlights-widget .ctd-sub-title.h3,
.ctd-highlights-widget .ctd-sub-title.h4,
.ctd-highlights-widget .ctd-sub-title.h5,
.ctd-highlights-widget .ctd-sub-title.h6 {
  font-size: inherit !important; 
}

.ctd-highlights-widget .ctd-sub-title.h1 {
  font-size: 42px !important;
}
.ctd-highlights-widget .ctd-sub-title.h2 {
  font-size: 36px !important;
}
.ctd-highlights-widget .ctd-sub-title.h3 {
  font-size: 30px !important;
}
.ctd-highlights-widget .ctd-sub-title.h4 {
  font-size: 24px !important;
}
.ctd-highlights-widget .ctd-sub-title.h5 {
  font-size: 20px !important;
}
.ctd-highlights-widget .ctd-sub-title.h5 {
  font-size: 18px !important;
}

.ctd-highlights-widget .ctd-sub-title.p,
.ctd-highlights-widget .ctd-sub-title.div,
.ctd-highlights-widget .ctd-sub-title.span {
  font-size: 16px !important;
}
.slash-blue {
  color: #246abc;
  font-weight: bold;
  margin-right: 5px;
} */

/**
   * ========================================
   * CTD  Hero Banner || Slider Banner 
   * ========================================
   */



/* Progress */
.progress-container {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 10;
}

.progress-item {
  width: 40px;
  height: 6px;
  background: rgba(255, 255, 255, 0.4);
  /* Inactive */
  transition: background 0.3s;
}

.progress-item.active {
  background: rgba(255, 255, 255, 1);
  /* Active */
}

@keyframes fillProgress {
  from {
    width: 0%;
  }

  to {
    width: 100%;
  }
}

/**
   * ========================================
   *  CTD Column Text 
   * ========================================
   */

.ctd-section {
  position: relative;
  display: grid;
  grid-template-columns: 1px 1fr 1px 1fr 1px 1fr 1px;
  /* min-height: 300px; */
  gap: 0;
}

.ctd-divider {
  position: relative;
}

.ctd-divider::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background-color: var(--ctd-border);
}

.ctd-col {
  display: flex;
  flex-direction: column;
  padding: 40px 30px;
}

.ctd-title {
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
  line-height: 48px;
}

/* Title */
.ctd-col h1 {
  font-weight: 400;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 0%;
  text-transform: capitalize;
}
.ctd-col h2 {
  font-weight: 400;
  font-size: 44px;
  line-height: 48px;
  letter-spacing: 0%;
  text-transform: capitalize;
}
.ctd-col h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0%;
  text-transform: uppercase;
}
.ctd-col h4 {
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0%;
  text-transform: capitalize;
}

/* Paragraph */
.ctd-col p {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0%;
}

.elementor-column-gap-default
  > .elementor-column
  > .elementor-element-populated {
  padding: 0 !important;
}

/**
   * ========================================
   *  CTD Our Projects 
   * ========================================
   */

.our__projects-slider .elementor-slides-wrapper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

/**
   * ========================================
   * CTD Portfolio
   * ========================================
   */

.portfolio {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 60px;
  padding: 40px 20px;
}

.portfolio .portfolio-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  transition: transform 0.3s ease;
  position: relative;
}

/* .portfolio .portfolio-item:hover .portfolio-image .portfolio-illustration--img {
  transform: scale(1.05);
} */

.portfolio .portfolio-item .portfolio-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}

.portfolio .portfolio-image .portfolio-illustration--img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.6s ease-in-out;
}

.portfolio .portfolio-image .portfolio-illustration--arrow {
  width: 60px;
  height: 60px;
  background-color: var(--ctd-thirdary);
  position: absolute;
  left: 0;
  bottom: 0;
}
.portfolio
  .portfolio-item:hover
  .portfolio-image
  .portfolio-illustration--arrow {
  background-color: var(--ctd-primary);
}

.portfolio .portfolio-item .portfolio-image .portfolio-illustration--arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}

.portfolio
  .portfolio-item:hover
  .portfolio-image
  .portfolio-illustration--arrow
  img {
  transform: rotate(45deg);
}

/* Portfolio content */
.portfolio-content {
  width: 100%;
  
}

.portfolio-content h4 {
  font-size: 18px;
  font-weight: 400;
  margin-top: 28px;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-family: 'Lexend Deca', sans-serif;;
}

.portfolio .portfolio-arrow {
  font-size: 20px;
  margin-top: 8px;
  color: #888;
}

/**
   * ========================================
   * CTD Our initiatives
   * ========================================
   */

.initiatives__item .initiatives__img .initiatives__img--main {
  width: 100%;
  height: 401px;
  object-fit: cover;
  display: block;
}

.initiatives__img {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.initiatives__item .initiatives__img .initiatives-illustration--arrow {
  width: 60px;
  height: 60px;
  background-color: var(--ctd-thirdary);
  position: absolute;
  left: 0;
  bottom: 0;
}

.initiatives__item:hover .initiatives__img .initiatives-illustration--arrow {
  background-color: var(--ctd-primary);
}

.initiatives__item .initiatives__img .initiatives-illustration--arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}

.initiatives__item:hover
  .initiatives__img
  .initiatives-illustration--arrow
  img {
  transform: rotate(45deg);
}

.initiatives__content {
  margin-top: 32px;
  max-width: 75%;
  min-height: 44px;
}

.initiatives__content .initiatives__title {
  text-transform: uppercase;
}

/**
   * ========================================
   * CTD Services List 
   * ========================================
   */

.services {
  /* max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box; */
}

.services__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px 30px;
  padding: 120px 0;
}

.service-box {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 0 35px;
  /* text-align: center; */
}

.service-box:hover .service-content .service-title {
  color: var(--ctd-primary);
}

.service-box:nth-child(3n-1) {
  transform: translateY(-120px);
}

.service-img {
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.3s ease-in-out;
  transform: scale(1);
  object-position: 65% 50%;
}

.service-box:hover .service-img img {
  transform: scale(1.1);
}

.service-box:hover .service-desc {
  color: #000000cc;
}

.service-title {
  font-size: 24px;
  text-transform: uppercase;
  color: var(--ctd-text);
  line-height: 28px;
  margin-bottom: 12px;
}

.service-desc {
  font-size: 16px;
  text-align: left;
  line-height: 22px;
  color: var(--ctd-dark);
}

/**
   * ========================================
   * CTD Chairman 
   * ========================================
   */

.ctd-chairman-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  align-items: center;
  padding: 0px 30px 0px 30px;
}

.ctd-chairman-left,
.ctd-chairman-right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ctd-chairman-left img,
.ctd-chairman-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ctd-chairman-right img {
  object-position: 70% 50%;
}

.ctd-chairman-center {
  padding: 100px 0px;
}

/**
   * ========================================
   * CTD  Footer Tabs
   * ========================================
   */

   /* Footer Tabs */
.footer__tab {
  width: 100%;
}

/* Navigation Tabs */
.footer__tabs-nav {
  background-color: rgba(2, 29, 74, 1);
  color: #fff;
}

.footer__tabs-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer__tab-item {
  flex: 1;
  padding: 30px 36px 28px 24px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  border-right: 1px solid #e6e9eb4d;
}

.footer__tab-item:last-child {
  border-right: none;
}

.footer__tab-item--title {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  gap: 12px;
  white-space: nowrap;
}

.footer__tab-item--arrow {
  width: 14px;
  height: 14px;
  object-fit: contain;
  transition: transform 0.3s ease;
  margin-left: 20px;
}

.footer__tab-item.active .footer__tab-item--arrow {
  transform: rotate(90deg);
}

.footer__tab-item.active {
  background-color: #264abc;
  border-right: none;
}

.footer__tab-item:not(.active):hover {
  background-color: #021d4a;
}

/* Tab Content Container */
.footer-tabs-content-box {
  background-color: #264abc;
  color: #fff;
  padding: 30px 24px;
}

/* Each tab content */
.footer__tab-content {
  display: none;
  gap: 40px;
  flex-wrap: wrap;
}

.footer__tab-content.active {
  display: flex;
}

/* Content left + right columns */
.footer__content-left,
.footer__content-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.footer__tab-content h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: var(--ctc-secondary);
}

.footer__tab-content p {
  font-size: 18px;
  margin: 0;
  line-height: 22px;
  font-weight: 400;
}

.footer__accordion {
  display: none;
  flex-direction: column;
  /*gap: 10px;*/
}


.footer__accordion-header {
  padding: 16px;
  background-color: transparent;
  color: #fff;
  font-weight: 600;
  display: flex;
  justify-content: left;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.footer__accordion-content {
  display: none;
  padding: 25px 16px 25px 16px;
  background-color: #264ABC;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
}

.footer__accordion-content p {
  margin: 0 0 0 0;
}

.footer__accordion-item {
  border-bottom: 1px solid #E6E9EB4D;
}

.footer__accordion-item:last-child {
  border-bottom: none;
}

.footer__accordion-item.active .footer__tab-item--arrow {
  transform: rotate(90deg);
}

.footer__accordion-item.active .footer__accordion-header {
  background-color: #264ABC;
}

.footer__accordion-item.active .footer__accordion-content {
  display: block;
}


@media (max-width: 768px) {
  .footer__tabs-nav,
  .footer-tabs-content-box {
    display: none;
  }

  .footer__accordion {
    display: flex;
  }
}
@media screen and (max-width: 1025px){
  .footer__tabs-nav,
  .footer-tabs-content-box {
    display: none;
  }

  .footer__accordion {
    display: flex;
  }
}
/**
   * ========================================
   * Media queries breakpoint responsive
   * ========================================
   */

/**
   * ========================================
   * Breakpoint Desktop 
   * ========================================
   */

@media screen and (min-width: 64em) {
  /* Banner */

  .banner {
    height: 750px;
  }

  /* Header */
  .header__menu
    .elementor-widget-container
    .elementor-nav-menu
    .menu-item
    a.elementor-item-active,
  .header__menu
    .elementor-widget-container
    .elementor-nav-menu
    .menu-item:hover
    a {
    /* font-weight: 600; */
    text-shadow: 0 0 0.65px var(--e-global-color-vamtam_accent_1),
      0 0 0.65px var(--e-global-color-vamtam_accent_1);
  }

  .lang-menu {
    margin-block-end: 0 !important;
    width: fit-content !important;
  }

  .lang-menu .pll-parent-menu-item > a {
    padding: 0 12px !important;
  }

  .lang-menu .pll-parent-menu-item .vamtam-nav-text span {
    display: none;
  }

  .ctc-button-default .elementor-button-icon {
    font-size: 48px !important;
  }
}

/**
   * ========================================
   * Breakpoint Tablet & Mobile 
   * ========================================
   */

@media screen and (max-width: 64em) {
  /* CTD Buttons Custom  */

  .ctc-buttons-path {
    width: 95% !important;
    max-width: 100% !important;
    right: 0;
  }

  .ctc-buttons-path.full-width {
    width: 100% !important;
  }

  /* CTD Header Responsive  */

  .elementor-nav-menu .menu-item > a {
    font-size: 18px !important;
    line-height: 22px !important;
    font-weight: 400 !important;
    text-transform: capitalize !important;
    letter-spacing: 0 !important;
  }

  .elementor-nav-menu .menu-item.menu-item-has-children > a {
    text-transform: uppercase !important;
    gap: 12px;
  }

  .elementor-nav-menu .menu-item.menu-item-has-children > a > .sub-arrow {
    padding: 0 !important;
    transition: 0.3s all ease;
  }

  .elementor-nav-menu .menu-item > a:hover,
  .elementor-nav-menu .menu-item.menu-item-has-children > a.highlighted {
    color: var(--ctd-primary) !important;
  }

  .elementor-nav-menu
    .menu-item.menu-item-has-children
    > a.highlighted
    > .sub-arrow {
    transform: rotate(90deg);
  }

  .elementor-nav-menu
    .menu-item.menu-item-has-children
    > a.highlighted
    + .sub-menu
    .menu-item
    > a {
    color: var(--ctd-primary);
  }

  .elementor-nav-menu
    .menu-item.menu-item-has-children
    > a
    .elementor-nav-menu
    .menu-item
    > .sub-menu {
    border-width: 0px 20px 10px 0px !important;
  }

  /* Slider Banner*/

  .banner {
    height: 350px;
  }

  .banner .swiper-button-prev {
    left: 20px;
    top: 55%;
  }

  .banner .swiper-button-next {
    right: 20px;
    top: 55%;
  }

  .progress-container {
    bottom: 20px;
  }

  .progress-item {
    width: 26px;
    height: 4px;
  }

  /* CTD 3 Text Column Responsive */

  .ctd-section {
    display: flex;
    flex-direction: column;
    min-height: fit-content;
  }

  .ctd-divider {
    display: none;
  }

  .ctd-col:not(:has(*)) {
    display: none;
  }

  .ctd-col {
    padding: 20px;
    border: none;
    border-top: 0px;
    border-bottom: 0px;
    background-color: var(--ctd-secondary);
  }

  .ctd-col:has(.ctd-title) {
    padding-top: 60px;
  }

  .ctd-col h1 {
    font-weight: 400;
    font-size: 32px;
    line-height: 28px;
    letter-spacing: 0%;
  }
  .ctd-col h2 {
    font-weight: 400;
    font-size: 25px;
    line-height: 28px;
    letter-spacing: 0%;
  }
  .ctd-col h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
  }
  .ctd-col h4 {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
  }

  .ctd-col p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    margin-bottom: 0px;
  }

  .elementor-column-gap-default
    > .elementor-column
    > .elementor-element-populated {
    padding: 0 !important;
  }

  /* CTD Portfolio responsive  */
  .portfolio {
    grid-template-columns: repeat(1, 1fr);
    /* padding: 0px; */
    padding: 0px 20px;
  }

  .portfolio-content h4 {
    margin-top: 20px;
  }
  /* CTD Services list Responsive */

  .services__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-box:nth-child(3n-1) {
    transform: none;
  }

  /* CTD Chairman Responsive */

  .ctd-chairman-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
    padding: 0 40px;
  }

  .ctd-chairman-center {
    padding: 70px 0px;
  }

  .ctd-chairman-left img,
  .ctd-chairman-right img {
    height: 426px;
  }

  .ctd-chairman-wrapper .ctd__cta-btn {
    width: 100%;
    top: 0;
    bottom: unset;
  }

  /* CTD Footer Tab Responsive */

  .footer__tab {
    width: 100%;
    /* padding: 0px 20px; */
  }
  .footer__tabs-list {
    flex-direction: column;
  }

  .footer__tab-item {
    padding: 30px 24px;
  }

  .footer__content-left,
  .footer__content-right {
    font-weight: 400;
    padding: 0px;
    gap: 0;
  }

  .footer__tab-content h3 {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 18px;
  }

  .footer__tab-content p {
    font-size: 16px;
    line-height: 28px;
  }

  .footer__tab-item .footer__tab-content {
    position: static;
    margin-top: 32px;
    height: 100%;
    inset: 0;
    transform: none;
  }

  .footer-tabs-content-box {
    display: none;
  }

  .footer__tab-item {
    border-right: none;
    border-bottom: 1px solid #e6e9eb4d;
  }

  .footer__tab-content.active,
  .footer__tab-content.fade-in-active {
    flex-direction: column;
    padding: 0;
    gap: 32px;
  }
}

/**
   * ========================================
   * Breakpoint  Mobile 
   * ========================================
   */

@media screen and (max-width: 36em) {
  /* Services  */
  .services__list {
    grid-template-columns: 1fr;
    padding: 28px 0px;
    gap: 48px;
  }

  .service-box {
    padding: 0px 20px;
    gap: 24px;
  }
}

/* -------------------------------------------------------------- */
/* Google Font fallback */
body {
  margin: 0;
}
/* Color Variables */
:root {
  --ctc-primary: #264abc;
  --ctc-secondary: #ffffff;
  --ctc-thirdary: #16315e;
  --ctc-quaternary: #021d4a;
  --ctc-dark: #000000;
  --ctc-light: #f7f7f7;
}

/* Global CSS Reset */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

/* Header */

.header__sidebar-button .elementor-button:hover .elementor-button-icon svg {
  fill: none !important;
}

/* Button clip path custom */
.ctc-buttons-path {
  clip-path: polygon(
    15px 0,
    100% 0,
    100% calc(100% - 15px),
    calc(100% - 15px) 100%,
    0 100%,
    0 15px
  );
  width: 30%;
}

/* Banner */

.banner {
  position: relative;
  width: 100%;
  height: 620px;
  overflow: hidden;
}

.banner__slider {
  height: 100%;
}

.banner__slider-item {
  position: relative;
}

.banner__slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Navigation buttons  */
.banner__slider-navigation {
  background-color: rgba(22, 49, 94, 0.25);
  width: 60px;
  height: 60px;
  border-radius: 2px;
  color: #fff;
  transition: background-color 0.3s ease-in-out;
}

.banner__slider-navigation:hover {
  background-color: rgba(22, 49, 94, 1);
  cursor: pointer;
}

.banner__slider-navigation img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  /* Added position for correct placement */
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  /* Ensure it's above the slider */
}

.banner .swiper-button-prev {
  left: 40px;
}

.banner .swiper-button-next {
  right: 40px;
}

.banner .swiper-button-prev::after,
.banner .swiper-button-next::after {
  display: none;
}

/* Progress */
.progress-container {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 10;
}

.progress-item {
  width: 40px;
  height: 6px;
  background: rgba(255, 255, 255, 0.4);
  /* Inactive */
  transition: background 0.3s;
}

.progress-item.active {
  background: rgba(255, 255, 255, 1);
  /* Active */
}

@keyframes fillProgress {
  from {
    width: 0%;
  }

  to {
    width: 100%;
  }
}

/* Our Projects */

.our__projects-slider .elementor-slides-wrapper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}



/* Our initiatives */
.initiatives__wrapper {
  padding: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 60px;
}

.initiatives__wrapper .initiatives__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .initiatives__gird {
    grid-template-columns: 1fr !important; /* 1 item 1 hàng */
    gap: 30px; /* Cho khoảng cách hợp lý giữa các item */
  }

  .initiatives__item .initiatives__img .initiatives__img--main {
    width: 100%; 
    height: auto;
  }

  .initiatives__content {
    max-width: 100%; 
    margin-top: 16px;
  }
}

.initiatives__item .initiatives__img .initiatives__img--main {
    width: 361px;
    height: 425px;
    object-fit: cover;
    display: block;
}

.initiatives__img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.initiatives__gird{
  padding: 30px;
  display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px 60px;

}
.initiatives__item .initiatives__img .initiatives-illustration--arrow {
  width: 60px;
  height: 60px;
  background-color: var(--ctc-thirdary);
  position: absolute;
  left: 0;
  bottom: 0;
}

.initiatives__item:hover .initiatives__img .initiatives-illustration--arrow {
  background-color: var(--ctc-primary);
}

.initiatives__item .initiatives__img .initiatives-illustration--arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}

.initiatives__item:hover
  .initiatives__img
  .initiatives-illustration--arrow
  img {
  transform: rotate(45deg);
}

.initiatives__content {
  margin-top: 32px;
  max-width: 75%;
  min-height: 44px;
}


/* Services List */


.services {
    /* max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box; */
}

.service-focus-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 30px;
    padding: 60px 0;
}

.service-box {
    display: flex;
    flex-direction: column;
    gap: 15px;
    background-color: #fff;
    padding: 0 20px;
    text-align: center;
}

/* Item giữa cao hơn */
.service-box:nth-child(3n-1) {
    transform: translateY(-120px);
}

/* Ảnh giữ đúng tỷ lệ, canh giữa */
.service-img {
    width: 100%;
    height: 401px;
    /* hoặc 260/280 tùy mắt bạn */
    overflow: hidden;
}

.service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.service-title {
    font-size: 24px;
    text-transform: uppercase;
    margin: 15px 0 10px;
    text-align: left;
    color: #181D27;
    line-height: 28.8px;
}

.service-title:hover {
    color: #264abc !important;
}

.service-desc {
    font-size: 16px !important;
    text-align: left !important;
    line-height: 22.4px !important;
    color: #000000 !important;
}

.heading-light {
    font-weight: 300;
    color: #777;
}


/* Chairman */


.ctd-chairman-wrapper {
    max-width: 1280px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
    min-height: 858px;
}


.ctd-chairman-left,
.ctd-chairman-right {
    padding: 130px 0px;
}



.ctd-chairman-left,
.ctd-chairman-right  {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.ctd-chairman-left img,
.ctd-chairman-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    /* max-width: 366px;
    max-height: 858px; */
}

.ctd-chairman-center{
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0;
    color: #3F444B;
    padding: 130px 0px;
    box-sizing: border-box;
    width: 100%;
    max-width: 366.33px;
    min-height: 322px;
    margin: 0 auto;
    text-align: left;
    transform: translateY(40px) !important;
}


.ctd-chairman-center .ctd-chairman-center--title {
    font-family: 'Lexend Deca', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 28.8px;
    letter-spacing: 0;
    color: #000000;
    margin-top: 20px;
}

.ctd__cta-btn {
    position: absolute;
    bottom: 130px;
    right: -157.4%;
    background-color: #16315E;
    color: #fff !important;
    padding: 12px 20px;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.3s ease;
    z-index: 2;
    min-width: 180px;
    max-width: 100%;
    white-space: nowrap;
    justify-content: center;
    clip-path: polygon(10px 0%,
            100% 0%,
            100% calc(100% - 10px),
            calc(100% - 20px) 100%,
            0% 100%,
            0% 20px);
}


.ctd__cta-btn .arrow {
    display: inline-block;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

.ctd__cta-btn:hover {
    background-color: #3f67f1;
}

.ctd__cta-btn:hover .arrow {
    transform: rotate(90deg);
}



/* Footer Tabs */

.footer__tab {
  /* margin: 0 auto; */
  width: 100%;
}

/* Navigation Tabs */
.footer__tabs-nav {
  background-color: rgba(2, 29, 74, 1);
  color: #fff;
}

.footer__tabs-list {
  position: relative;

  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer__tab-item {
  width: 100%;
  padding: 30px 36px 28px 24px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  border-right: 1px solid #e6e9eb4d;
}

.footer__tab-item:last-child {
  border-right: none;
}

.footer__tab-item .footer__tab-item--title {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  gap: 12px;
  text-wrap: nowrap;
}

.footer__tab-item .footer__tab-item--arrow {
  width: 14px;
  height: 14px;
  object-fit: contain;
  transition: transform 0.3s ease;

}

.footer__tab-item.active .footer__tab-item--arrow {
  transform: rotate(90deg);
}

.footer__tab-item .footer__tab-item.active {
  border-right: none;
}

.footer__tab-item.active {
  background-color: #264abc;
  border-right: none;
}

.footer__tab-item:not(.active):hover {
  background-color: #021d4a;
}

/* Tab Content */
.footer-tabs-content-box {
  background-color: #264abc;
  color: #fff;
  padding: 29.5px 24px;
  height: 200px;
}

.footer__tab-item .footer__tab-content {
  display: flex;
  /* justify-content: space-between; */
  gap: 40px;
  flex-wrap: wrap;
  position: absolute;
  height: 200px;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  padding: 0px 24px;
  cursor: auto;
}

.footer__content-left,
.footer__content-right {
  flex: 1;
  display: flex;
  justify-content: center;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  gap: 12px;
  flex-direction: column;
  /* max-width: 300px; */
}

.footer__tab-content h3 {
  margin-top: 0;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 12px;
  color: var(--ctc-secondary);
}

.footer__tab-content p,
.footer__tab-content p {
  font-size: 18px;
  margin-bottom: 0px;
  line-height: 22px;
  font-weight: 400;
}

/* Media queries breakpoint responsive */

@media screen and (min-width: 64em) {
  /* Header */
  .header__menu
    .elementor-widget-container
    .elementor-nav-menu
    .menu-item
    a.elementor-item-active,
  .header__menu
    .elementor-widget-container
    .elementor-nav-menu
    .menu-item:hover
    a {
    /* font-weight: 600; */
    text-shadow: 0 0 0.65px var(--e-global-color-vamtam_accent_1),
      0 0 0.65px var(--e-global-color-vamtam_accent_1);
  }

  .lang-menu {
    margin-block-end: 0 !important;
    width: fit-content !important;
  }

  .lang-menu .pll-parent-menu-item > a {
    padding: 0 12px !important;
  }

  .lang-menu .pll-parent-menu-item .vamtam-nav-text span {
    display: none;
  }

  .ctc-button-default .elementor-button-icon {
    font-size: 48px !important;
  }
}

@media screen and (max-width: 64em) {
  /* CTD Buttons Custom  */

  .ctc-buttons-path {
    width: 95% !important;
    max-width: 100% !important;
    right: 0;
  }

  /* Slider Banner*/

  .banner {
    height: 350px;
  }

  .banner .swiper-button-prev {
    left: 20px;
  }

  .banner .swiper-button-next {
    right: 20px;
  }

  .progress-container {
    bottom: 20px;
  }

  .progress-item {
    width: 26px;
    height: 4px;
  }



  /* Services list */

     .service-focus-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .service-box:nth-child(3n-1) {
        transform: none;
    }
.service-title.no-link h3 {
    cursor: default;
    opacity: 0.6;
    pointer-events: none !important;
}

  /* Chairman */


    .ctd-chairman-wrapper {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .ctd-chairman-image,
    .ctd-chairman-text {
        padding: 30px;
    }

    .ctd-chairman-image {
        display: block;
        width: 100%;
        height: auto;
        box-sizing: border-box;
    }

    .ctd-chairman-image img {
        width: 100%;
        height: 170% !important;
        object-fit: cover;
        display: block;
    }

  /* Footer Tab */

  .footer__tab {
    width: 100%;
    /* padding: 0px 20px; */
  }
  .footer__tabs-list {
    flex-direction: column;
  }

  .footer__tab-item {
    padding: 30px 24px;
  }

  .footer__content-left,
  .footer__content-right {
    font-weight: 400;
    padding: 0px;
    gap: 0;
  }

  .footer__tab-content h3 {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 18px;
  }

  .footer__tab-content p {
    font-size: 16px;
    line-height: 28px;
  }

  .footer__tab-item .footer__tab-content {
    position: static;
    margin-top: 32px;
    height: 100%;
    inset: 0;
    transform: none;
  }

  .footer-tabs-content-box {
    display: none;
  }

  .footer__tab-item {
    border-right: none;
    border-bottom: 1px solid #e6e9eb4d;
  }

  .footer__tab-content.active,
  .footer__tab-content.fade-in-active {
    flex-direction: column;
    padding: 0;
    gap: 32px;
  }
 
}


@media screen and (max-width: 36em) {
  /* Services  */
     .service-focus-grid {
        grid-template-columns: 1fr;
    }
}

