@font-face {
  font-family: 'BT-BeauSans-Bold';
  src: url('../fonts/BT-BeauSans-Bold.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BT-BeauSans-BoldItalic';
  src: url('../fonts/BT-BeauSans-BoldItalic.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BT-BeauSans-ExtraBold';
  src: url('../fonts/BT-BeauSans-ExtraBold.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BT-BeauSans-ExtraBoldItalic';
  src: url('../fonts/BT-BeauSans-ExtraBoldItalic.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BT-BeauSans-Italic';
  src: url('../fonts/BT-BeauSans-Italic.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BT-BeauSans-Light';
  src: url('../fonts/BT-BeauSans-Light.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BT-BeauSans-LightItalic';
  src: url('../fonts/BT-BeauSans-LightItalic.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BT-BeauSans-Medium';
  src: url('../fonts/BT-BeauSans-Medium.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BT-BeauSans-MediumItalic';
  src: url('../fonts/BT-BeauSans-MediumItalic.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BT-BeauSans-Regular';
  src: url('../fonts/BT-BeauSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.text-justify{
  text-align: justify;
}
.ecosystem-area .item1{
    background: #FF6D3A;
    padding: 50px 40px;
    border-radius: 20px;
    margin-bottom: 30px;
}
.ecosystem-area .item2{
    border-radius: 20px;
}
.ecosystem-area .item3{
    border-radius: 20px;
    margin-bottom: 30px;
    
}
.ecosystem-area .item4{
    background: #E5E6E6;    
    padding: 50px 40px;
    border-radius: 20px;
}
.ecosystem-area .item5{
    background: #412D7C;
    padding: 50px 40px;
    border-radius: 20px;
    color: #fff;
    margin-bottom: 30px;    
}
.ecosystem-area p{
    padding: 0;    
    margin: 0;
}
.ecosystem-area .item1 p,
.ecosystem-area .item1 h3,
.ecosystem-area .item5 p,
.ecosystem-area .item5 h3
{
    color: #fff;
}
.ecosystem-area img{
    border-radius: 20px;    
}
.ecosystem-area .ecosystem-thumb-1{
    width: 100%;
    height: 480px;
    border-radius: 20px;
}

.ecosystem-area .ecosystem-thumb-2{
    width: 100%;
    height: 540px;
    border-radius: 20px;
}
.project-area .item1{
    background-image: url(../img/demo-web/background1.jpg);
}
.vision-area p{
  text-align: justify;
}
.vision-area .vision-item1{
    background-image: url(../img/demo-web/background6.jpg);
    background-position: center bottom;
}
.vision-area .vision-item2{
    background-image: url(../img/demo-web/background7.jpg);
    background-position: center top;
}

.project-area-inner1{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.project-area-inner1 .project-left{
    background: #412D7C;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px;
}
.project-area-inner1 .project-right{
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.project-area-inner1 .project-left h2{
    color: #fff;
}
.project-right-inner,
.project-left-inner
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px
} 
.item1 .project-right-inner > a > img,
.item2 .project-left-inner > a > img
{
    max-width: 18px;
}
.project-area-inner2{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.project-area-inner2 .project-left{
    background: #FF6D3A;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px;
}
.project-area h3,
.project-area p{
    color: #fff;
}
.project-area .item3{
    background-image: url(../img/demo-web/background2.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    position: relative;
    margin-top: -1px;
}
.project-area-inner3{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.project-area-inner3 .project-left{
    display: flex;
    align-items: center;
    justify-content: center;
}
.project-area-inner3 .project-left-inner {
    align-self: flex-end;
}
.al-brands-archi-area .swiper-wrapper{
    align-items: center;
}
.tp-team-sa-item span{
    line-height: 1.2rem;
    display: block;
}
.tp-blog-item p{
    font-size: 15px;
    line-height: 1.3rem;
}
.header-color{
    background-color: #412D7C;
    border-bottom: 1px solid rgba(153, 153, 153, 0.1);
}
.publications-item {
  cursor: pointer;
}
.publications-left-inner{
  height: calc(100% + 30px);
}
.value-left{
  height: calc(100% + 30px);
}
.value-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.publications-item .publications-thumb,
.faq-thumb
{
  height: 100%;
  position: relative;
}
.publications-item .publications-thumb::before,
.faq-thumb::before
{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(17, 17, 18, 0) 56.01%, rgba(2, 2, 6, 0.8) 100%);
  border-radius: 0;
}
.publications-thumb img,
.faq-thumb img
{
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.publications-content,
.faq-content
{
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 25px 25px 25px;
  width: 100%;
  transition: all 0.5s ease;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .publications-content,
  .faq-content
  {
    padding: 0 30px 15px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .publications-content,
  .faq-content
  {
    padding: 0 20px 40px 20px;
  }
}
@media (max-width: 574.98px) {
  .publications-content,
  .faq-content
  {
    padding: 0 15px 30px 15px;
  }
}

.trend-area .tp--hover-img{
    height:230px
}

.publications .tp-blog-vp-content p{
    font-size: 15px;
    line-height: 1.3rem;
}
.faq-first{
  position: relative;
  margin-top: -420px;
}
.expert-area{
  background: #412D7C;
  position: relative;
  border-bottom: 2px solid rgba(153, 153, 153, 0.1);
  margin-bottom: -1px;
}
.expert-orange{
  color: #FFB433;
}
.expert-podcast,
.expert-trend
{
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 cột bằng nhau */
  gap: 40px;
}

.timeline-area{
  background: #412D7C;
  border-bottom: 1px solid rgba(153, 153, 153, 0.1);
}

.timeline:before {
  content: '';
  position:absolute;
  height:100%;
  left:50%;
  width:2px;
  top:0px;
  background:orange;
  z-index:1;
}
.timeline{
  position:relative;
  margin: 0px auto;
  width:1000px;
  padding:0px 0;
}


.timeline ul{
  margin:0;
  padding:0 ;
}

.timeline ul li{
  list-style:none;
  box-sizing:border-box; 
  line-height:normal;
  position:relative;
  width:50%;
  padding: 0px 30px;
  margin-bottom: 60px;
}

.timeline ul li:nth-child(odd){
  float:left;
  text-align:right;
  clear:both;
}

.timeline ul li:nth-child(even){
  float:right;
  text-align:left;
  clear:both;
}

.left_content{
  padding-bottom:20px;
}

.timeline ul li:nth-child(odd):before{
  content: '';
  position:absolute;
  width:10px;
  height:10px;
  background:rgba(255,180,51,1);
  border-radius:50%;
  box-shadow: 0 0 0 3px rgba(255,180,51,.2);
  right:-6px;
  top:0;
  z-index:1;
}

.timeline ul li:nth-child(even):before{
  content: '';
  position:absolute;
  width:10px;
  height:10px;
 background:rgba(255,180,51,1);
  border-radius:50%;
  box-shadow: 0 0 0 3px rgba(255,180,51,.2);
  left:-4px;
  top:0;
  z-index: 1;
}
.timeline ul li h4,
.timeline ul li p
{
  color: #fff;
}

@media (max-width: 1000px){
  
  .timeline{
    width:100%;
  }
}

@media (max-width: 767px){
  .timeline{
    width:100%;
  }
  .timeline:before{
    left:20px;
  }
  .timeline ul li:nth-child(odd),
  .timeline ul li:nth-child(even){
    width:100%;
    text-align:left;
   padding-left:50px; 
  }
  
  .timeline ul li:nth-child(odd):before
    {
    top:0px;
    left:16px;
  
  }
  .timeline ul li:nth-child(even):before
  { 
    top:0px;
    left:16px;
  }
  
    .timeline ul li:nth-child(odd) .left_content,
  .timeline ul li:nth-child(even) .left_content
  {
    top:-10px;
    left:50px;
    right:inherit;
  }
}
.timeline-title-1 h3{
  background-color: #FFB433;
  padding: 12px 30px;
  color:#412D7C;
  display: block;
  border-radius: 10px;
  min-width: 290px;
}
.timeline-title-2 h3{
  background-color: #05CFC9;
  padding: 12px 30px;
  color:#412D7C;
  display: block;
  border-radius: 10px;
  min-width: 290px;
}
.timeline-title-3 h3{
  background-color: #FF6D3A;
  padding: 12px 30px;
  color:#412D7C;
  display: block;
  border-radius: 10px;
  min-width: 290px;
}

.timeline.second{  
  padding:80px 0 0;
}

.timeline.second:before {
  background:#05CFC9;
}

.timeline.second ul li:nth-child(odd):before{
  background:rgba(5,207,201,1);
  box-shadow: 0 0 0 3px rgba(5,207,201,.2);
}

.timeline.second ul li:nth-child(even):before{
  background:rgba(5,207,201,1);
  box-shadow: 0 0 0 3px rgba(5,207,201,.2);

}
.timeline.three{  
  padding:80px 0 0;
}

.timeline.three:before {
  background:#05CFC9;
}

.timeline.three ul li:nth-child(odd):before{
  background:rgba(5,207,201,1);
  box-shadow: 0 0 0 3px rgba(5,207,201,.2);
}

.timeline.three ul li:nth-child(even):before{
  background:rgba(5,207,201,1);
  box-shadow: 0 0 0 3px rgba(5,207,201,.2);
}
.timeline.three ul li h4{
color: #05CFC9;
}


.timeline.four{  
  padding:80px 0 0;
}

.timeline.four:before {
  background:#FF6D3A;
}
.other-four{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}
.other-four h4{
  color: #FF6D3A;
  text-align: center;
}

.timeline.four ul li:nth-child(odd):before{
  background:rgba(255,109,58,1);
  box-shadow: 0 0 0 3px rgba(255,109,58,.2);
}

.timeline.four ul li:nth-child(even):before{
  background:rgba(255,109,58,1);
  box-shadow: 0 0 0 3px rgba(255,109,58,.2);
}
.timeline.four ul li{  
  margin-bottom: -30px;
}
.timeline.four ul li h4{
color: #FF6D3A;
}
.tp-blog-details-2-area h1{
  line-height: 1.3;
}
.big-item.publications-item{
  height: calc(100% - 30px);
}
.publications-left{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.tp-postbox-details-form-wrapper{
border-radius: 20px;
}
.btn-footer{
  background: #FF6D3A;
  padding: 3px 15px;
  font-size: 12px;
  border-radius: 6px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: inline-block;
}
.btn-action{
    background: #FF6D3A;
    padding: 10px 25px;
    font-size: 15px;
    border-radius: 6px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s ease;
}

/* Link mặc định */
.btn-action:link{
    color: #fff;
}

/* Đã truy cập */
.btn-action:visited{
    color: #fff;
}

/* Hover */
.btn-action:hover{
    background: #e85d2d;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}

/* Khi nhấn chuột */
.btn-action:active{
    background: #d94f20;
    transform: translateY(0);
}

/* Focus (tab bằng bàn phím) */
.btn-action:focus{
    outline: none;
    box-shadow: 0 0 0 3px rgba(255,109,58,.3);
}

/* Focus hiển thị rõ cho keyboard */
.btn-action:focus-visible{
    outline: 2px solid #FF6D3A;
    outline-offset: 2px;
}

/* Trạng thái disabled (nếu dùng class) */
.btn-action.disabled,
.btn-action[aria-disabled="true"]{
    opacity: .6;
    pointer-events: none;
    cursor: not-allowed;
}
.chat-footer{
  height: 48px;
  width: 48px;
  line-height: 44px;
  position: fixed;
  bottom: 90px;
  right: 20px;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  z-index: 999;
  transition: 0.5s ease all;
  text-align: center;
  box-shadow: -2px 2px 40px -25px rgba(0, 0, 0, .6);
}
.tp-blog-details-content h5{
  margin-top: 25px;
}
.tp-blog-details-content h2 p{
  font-size: 20px;
  font-family: var(--tp-ff-heading);
  color: var(--tp-common-black);
  line-height: 1.3;
}
.tp-blog-details-content p{
  color: var(--tp-common-black-5);
  font-size: 16px;
  text-align: justify;
  line-height: 1.5;
  margin-bottom: 25px;
}
p.date-time{
  display: flex;
  gap: 2px;
  margin: 0;
  line-height: 0.1;
  font-size: 14px;
}
@media (max-width: 767px){
.expert-podcast, .expert-trend {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.tp-team-sa-item.mb-90,
.tp-team-sa-item.mb-40
{
  margin-bottom: 0;
}
.container.mt-40{
  margin-top: 0 !important;
}
.project-area-inner1,
.project-area-inner2,
.project-area-inner3
{
    grid-template-columns: repeat(1, 1fr);
}
.project-area-inner1 .project-right{
  padding: 25px;
}
.project-area-inner2 .project-right{
  padding: 25px 0;
}
.ecosystem-area{
  padding-bottom: 0 !important;
}
.project-area{
  padding-top: 0 !important;
}
.tp-postbox-wrapper{
  margin-left: 0 !important;
}
.faq-first{
  margin-top: -200px;
}
.timeline.four{
  position: relative;
}
.timeline.four ul li:nth-child(odd):before{
  top: 0 !important;
}
.other-four{
  padding-left: 50px;
  padding-top: 0;
  display: block;
}
.other-four h4{
  text-align: left;
}
.faq-first{
  margin-top: -150px;
}
}

@media (max-width: 1152px){
  .faq-first{
    margin-top: -270px;
  }
}
@media (max-width: 1280px){
    .project-left-inner img {
        max-width: 270px;
    }
}
@media (max-width: 767px){
    .project-area .item1{
      background-image: none !important;
    }
    .project-area .item1 .project-right{
      background-color: #FFB433;
    }
    .tp-team-sa-thumb img{
      max-width: 200px;
    }
     .project-area-inner2 .project-left{
    padding: 25px;
    }
}

@media (max-width: 981px){
    .vision-area .vision-item1{
      background-image: none;
      background-color: #412D7C;
    }
    .vision-area .vision-item1 h3,
    .vision-area .vision-item1 p{
      color: white;
    }
    .vision-area .tp-service-hero-left{
      padding-bottom: 40px;
    }
    .vision-area .vision-item2{
      background-image: none;
    }
    .vision-area .pl-60,
    .vision-area .pl-40
    {
      padding-left: 0 !important;
    }
    .vision-area .pr-40{
      padding-right: 0 !important;
    }
}

@media only screen and (min-width: 767px) and (max-width: 981px){
    .project-area-inner2 .project-left{
    padding: 30px;
  }
  .project-area-inner1 .project-right-inner{
    padding-left: 30px;
    padding-top: 30px;
  }
   .project-left-inner img {
        max-width: 230px;
    }
    .project-area h3{
      font-size: 29px;
    }
      .tp-team-sa-thumb img{
      max-width: 200px;
    }
}
.tooltip-inner {
    background-color: var(--tp-theme-primary) !important;
    color: #fff !important;
}

.tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before{border-right-color:var(--tp-theme-primary) !important;}
.tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before{border-left-color:var(--tp-theme-primary) !important;}
#toast-container{
  top: 200px;
}
.tp-footer-copyright a{
  padding-right: 2px;
  margin-left: 2px;
}
.two_line_limit{
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}    
.three_line_limit{
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}    

/* FIX 1: Sticky + blur mượt */
#header-sticky {
    will-change: transform;
}
.tp-header-blur {
    transform: translateZ(0);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

/* FIX 2: Menu dropdown mượt (chỉ áp dụng cho menu desktop, không đè lên mobile offcanvas) */
.tp-main-menu .tp-submenu {
    transform-origin: top;
    transform: scaleY(0);
    opacity: 0;
    transition: transform .25s ease, opacity .25s ease;
}
.tp-main-menu li:hover > .tp-submenu {
    transform: scaleY(1);
    opacity: 1;
}

/* FIX 3: Icon mượt */
.menu-item span svg {
    transition: transform .2s ease;
    will-change: transform;
}
.landing-sec1{
  padding: 60px 0 30px;
}
.landing-sec1 p{
  text-align: center;
}

.tp-arrow-angle svg{
  width: 14px;
}

.section-contact{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
    margin-top: 60px;
}
.section-contact .form-title h2{
  font-size: 25px;
  color:#FF6D3A;
  line-height: 1.3;
}
.form-group label{
    margin-bottom:7px;
    font-weight:500;
    color:#ffffff;
}


.btn-submit{
    background:#FF6D3A;
    color:#fff;
    border:none;
    padding:10px 25px;
    border-radius:8px;
    font-size:15px;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
}

.btn-submit:hover{
    background:#FF6D3A;
    color: #333;
}
.swiper-button-next, .swiper-button-prev{
  color: #fff;
}