.border-16 img {
  border-radius: 16px;
}
.category #main > .ct-container {
  padding-top: 0;
}
#header {
  z-index: 999;
}
#button-contact-vr {
    /* bottom: 80px; */
}
.pkcp-parent-container {
  right: 25px;
  bottom: 190px !important;
  left: unset !important;
}
.pkcp-parent-container .pkcp-button-circle {
  width: 45px !important;
  height: 45px !important;
}
.pkcp-parent-container .pkcp-popup.pkcp-popup-open {
  right: 0px;
  left: unset !important;
  position: fixed !important;
    bottom: 20px !important;
}
.pkcp-parent-container .pkcp-button-icon {
  width: 45px !important;
  height: 45px !important;
  
}
.pkcp-parent-container .pkcp-button-icon svg {

  animation: phone-vr-circle-fill 1s infinite ease-in-out;
}
.pkcp-parent-container .pkcp-button-icon::after {
    content: "";
  width: 65px;
    height: 65px;
    top: -10px;
    left: -10px;
    position: absolute;
    box-shadow: 0 0 0 0 rgb(51, 76, 161);
    background-color: rgb(33 67 182 / 60%);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
    z-index: -1;
}
/* Charbee template */
.phase-ban-do .line svg line {
  stroke: #FFF;
}

.phase-ban-do .doi-tac {
  top: 55%;
  left: 90%;
  width: 15%;
  padding: 15px;
  position: absolute;
  background-color: rgba(115, 132, 120, 0.7);
  width: 12%;
  border-radius: 30px;
}
.phase-ban-do.driven .doi-tac {

}

.phase-ban-do .doi-tac-1 {
  width: 12%;
}

.phase-ban-do .doi-tac-2 {
  top: 6%;
  left: 90%;
}

.phase-ban-do .doi-tac-3 {
  top: 62%;
  left: 66%;
  right: unset;
}

.phase-ban-do .doi-tac-4 {
  left: 54%;
  top: 50%;
  right: unset;
}

.phase-ban-do .doi-tac-5 {
  top: 22%;
  left: 52%;
  right: unset;
}

.phase-ban-do .doi-tac-6 {
  top: 22%;
  left: 37%;
  right: unset;
}

.phase-ban-do .doi-tac-7 {
  right: unset;
  left: 5%;
  top: 37%;
}
.phase-ban-do .doi-tac-1,
.phase-ban-do .doi-tac-1.is-moving{
  top: -10%;
  left: -22%; 
}
.phase-ban-do .doi-tac-2,
.phase-ban-do .doi-tac-2.is-moving{
      top: -10%;
    left: -9%;
}
.phase-ban-do .doi-tac-3,
.phase-ban-do .doi-tac-3.is-moving{
       top: 34.5%;
    left: -9%;
}
.phase-ban-do .doi-tac-4,
.phase-ban-do .doi-tac-4.is-moving{
      top: 48.5%;
    left: -9%; 
}
.phase-ban-do .doi-tac-5,
.phase-ban-do .doi-tac-5.is-moving{
  top: 59%;
    left: -9%;
}
.phase-ban-do .doi-tac-6,
.phase-ban-do .doi-tac-6.is-moving{
      top: 34%;
    left: -22%;
}
.phase-ban-do .doi-tac-7,
.phase-ban-do .doi-tac-7.is-moving{
   top: 46%;
    left: -22%;
  }

.phase-ban-do .line {
  top: 45.7%;
  width: 7.7%;
  right: 14%;
  position: absolute;
}


.phase-ban-do .line-2 {
  width: 0.6%;
  top: 58.3%;
  right: 21.8%;
}

.phase-ban-do .line-3 {
  top: 55.5%;
  width: 7%;
  right: 22.6%;
}

.phase-ban-do .line-4 {
  top: 39%;
  width: 20.4%;
  right: 29.8%;
}

.phase-ban-do .line-5 {
  top: 36.7%;
  width: 2%;
  right: 50%;
}

.phase-ban-do .line-6 {
  top: 39.2%;
  width: 20%;
  right: 52%;
}

/* 1. Giấu tất cả các đối tác (Giữ nguyên) */
.phase-ban-do .doi-tac {
  opacity: 0;
  transform: translateY(10px);
}

/* 2. Class 'is-visible' cho đối tác (Giữ nguyên) */
.phase-ban-do .doi-tac.is-visible {
  transition: all 1s ease-out;
  opacity: 1;
  transform: translateY(0);
}

/* 3. (MỚI) Chuẩn bị cho các đường line (Clip-Path) */
.phase-ban-do .line {
  /* JS sẽ set transition-duration, đây là transition-property */
  transition: clip-path 1s ease-in-out;
}

/* 4. (MỚI) Set clip-path directions */

/* Line 1 (L-to-R): Cắt từ phải qua trái (inset: top right bottom left) */
.phase-ban-do .line-1 {
  clip-path: inset(0 100% 0 0);
}

/* Khi 'is-visible', mở ra (clip-path về 0) */
.phase-ban-do .line-1.is-visible {
  clip-path: inset(0 0 0 0);
}

/* Lines 2-5 (R-to-L): Cắt từ trái qua phải */
.phase-ban-do .line-2,
.phase-ban-do .line-3,
.phase-ban-do .line-4,
.phase-ban-do .line-5,
.phase-ban-do .line-6 {
  clip-path: inset(0 0 0 100%);
}

/* Khi 'is-visible', mở ra (clip-path về 0) */
.phase-ban-do .line-2.is-visible,
.phase-ban-do .line-3.is-visible,
.phase-ban-do .line-4.is-visible,
.phase-ban-do .line-5.is-visible,
.phase-ban-do .line-6.is-visible {
  clip-path: inset(0 0 0 0);
}

body.elementor-editor-active .phase-ban-do .doi-tac,
body.elementor-editor-active .phase-ban-do .line {
  /* Cho đường line hiện ra ngay lập tức */
  clip-path: inset(0 0 0 0);

  /* Cho các step hiện ra ngay lập tức */
  opacity: 1;
  transform: translateY(0);

  /* Tắt hiệu ứng transition để nó không bị trễ */
  transition: none;
}

@media (max-width: 1024px) {
  .phase-ban-do .line {
    display: none;
  }

  .phase-ban-do .doi-tac {
    width: 100%;
    position: unset;
  }

  .phase-ban-do .doi-tac img {
    max-width: 200px;
  }
  .phase-ban-do .doi-tac {
        
        position: static !important; 
        top: unset !important;
        right: unset !important;
        left: unset !important;
        width: 100% !important; 
        transform: none !important;
        opacity: 1 !important; 
        visibility: visible !important;
        transition: none !important; 
        padding: 0 !important;
        background-color: transparent !important; 
        border-radius: 0 !important; 
    }

    .phase-ban-do .doi-tac.is-visible,
    .phase-ban-do .doi-tac.is-moving {
        position: static !important;
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
    
}

@media (max-width: 767px) {
  .phase-ban-do .doi-tac {
    width: 100%;
    position: unset;
  }

  .phase-ban-do .doi-tac img {
    max-width: 200px;
  }
}

.phase-step .box-step-des .step-1,
.phase-step .box-step-des .step-2,
.phase-step .box-step-des .step-3 {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.step-is-visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.line-wrapper {
  width: 100%;
  max-width: 1000px;

  clip-path: inset(0 100% 0 0);
  transition: clip-path 3s ease-out;
}

/* 4. TRẠNG THÁI HIỆN (khi JS thêm class này vào) */
.line-wrapper.is-visible {
  /* "mở" mặt nạ ra, không che bên nào cả 
    (che 0% từ bên phải)
  */
  clip-path: inset(0 0 0 0);
}

.phase-step>.e-con-inner {
  position: relative;
}

.phase-step .box-step-des {}

.phase-step .box-step-des .number {
  width: 120px;
  height: auto;
}

.phase-step .box-step-des .title {}

.phase-step .box-step-des .icon {
  position: absolute;
  width: 70px;
  left: 42%;
  top: 52%;
}

.phase-step .box-step-des .step-2 .icon {
  left: 15%;
  top: -22%;
}

.phase-step .box-step-des .step-3 .icon {
  left: -15%;
  top: -15%;
}

.phase-step .box-step-des .icon .elementor-icon {
  /* box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
  width: 55px;
  height: 65px;
  background-color: red;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  display: flex;
  justify-content: center;
  align-items: center; */
}

.phase-step .box-step-des .step-1 {}

.phase-step .box-step-des .step-2 {
  margin-top: 185px;
}

.phase-step .box-step-des .step-3 {
  margin-top: 220px;
}

.phase-step .box-step-line {
  z-index: -9;
  position: absolute;
  width: 90%;
  left: 0%;
  top: 28%;
}

body.elementor-editor-active .line-wrapper,
body.elementor-editor-active .phase-step .box-step-des .step-1,
body.elementor-editor-active .phase-step .box-step-des .step-2,
body.elementor-editor-active .phase-step .box-step-des .step-3 {

  /* Cho đường line hiện ra ngay lập tức */
  clip-path: inset(0 0 0 0);

  /* Cho các step hiện ra ngay lập tức */
  opacity: 1;
  transform: translateY(0);

  /* Tắt hiệu ứng transition để nó không bị trễ */
  transition: none;
}

@media (max-width: 1024px) {
  .phase-step .box-step-des .icon {
    position: unset;
  }

  .phase-step .box-step-des .step-2,
  .phase-step .box-step-des .step-3 {
    margin-top: unset;
  }

  .line-wrapper {
    display: none;
  }
}

.phase-360:before {
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 101%);
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 101%);
}

.phase-giang-vien .giang-vien-left .img-bgr {
  padding-right: 60px;
}

.phase-giang-vien .giang-vien-left .img1 {
  top: 15%;
  left: -20%;
  width: 40%;
  position: absolute;
}

.phase-giang-vien .giang-vien-left .img2 {
  width: 45%;
  position: absolute;
  right: 0%;
  top: 15%;
}

.phase-giang-vien .giang-vien-left .img3 {
  width: 45%;
  position: absolute;
  bottom: 15%;
  left: -15%;
}

.phase-giang-vien .giang-vien-left .img4 {
  width: 45%;
  position: absolute;
  bottom: 10%;
  right: 5%;
}

.phase-phan-tich .title {
  padding: 10px 15px;
  background-color: #E9E7DA;
}

@media (max-width: 1024px) {

  .phase-giang-vien .giang-vien-left .img1,
  .phase-giang-vien .giang-vien-left .img3 {
    left: -15%;
  }
}

.phase-phan-tich .title:before {
  position: absolute;
  top: 0;
  left: -25px;
  display: block;
  content: "";
  width: 0;
  height: 100%;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 25px solid #E9E7DA;
}

.phase-phan-tich .title:after {
  position: absolute;
  top: 0;
  right: -25px;
  display: block;
  content: "";
  width: 0;
  height: 150%;
  border-bottom: 30px solid transparent;
  border-left: 25px solid #E9E7DA;
}

.phase-phan-tich .title-2 {
  background-color: #C0B283;
}

.phase-phan-tich .title-2:before {
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 25px solid #C0B283;
}

.phase-phan-tich .title-2:after {
  border-bottom: 30px solid transparent;
  border-left: 25px solid #C0B283;
}

.phase-phan-tich .title-3 {
  background-color: #9D8D58;
}

.phase-phan-tich .title-3:before {
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 25px solid #9D8D58;
}

.phase-phan-tich .title-3:after {
  border-bottom: 30px solid transparent;
  border-left: 25px solid #9D8D58;
}

.phase-phan-tich .title-4 {
  background-color: #003F32;
}

.phase-phan-tich .title-4:before {
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 25px solid #003F32;
}

.phase-phan-tich .title-4:after {
  border-bottom: 30px solid transparent;
  border-left: 26px solid #003F32;
}

.phase-box-tab .box-left {
  overflow-y: scroll;
  height: 80vh;
}

.phase-box-tab .box-left::-webkit-scrollbar {
  height: 5px;
  width: 8px;
  background: #eee;
  border-radius: 50px;
}

.phase-box-tab .box-left::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #003F33;
}

.tab-phase .e-n-tabs-heading {
  justify-content: flex-end !important;


}

.tab-phase .e-n-tabs-heading button {
  /* border-radius: 30px;
  padding: 5px 10px; */
  justify-content: flex-end;
  flex-basis: 100%;
  background-color: unset !important;
  padding: 0;
}

.tab-phase .e-n-tabs-heading button[aria-selected="false"] span {
  background-color: transparent !important;
  color: #003F33;
}

.tab-phase .e-n-tabs-heading button[aria-selected="true"] span,
.tab-phase .e-n-tabs-heading button:hover span {
  background: linear-gradient(107deg, #9D8F66 0%, #003F32 70%) !important;
  color: #fff;
}
.phase-box-tab.driven .tab-phase .e-n-tabs-heading button[aria-selected="true"] span,
.phase-box-tab.driven .tab-phase .e-n-tabs-heading button:hover span {
  background: linear-gradient(107deg, #EE451B 0%, #29918E 70%) !important;
}

.tab-phase .e-n-tabs-heading button span {
  text-align: right !important;
  font-size: 16px;
  padding: 18px 30px;
  border-radius: 30px;
}

.sidebar-content-1 .bieu-do .phase1-img {
  position: absolute;
  width: 16%;
  top: 0;
  left: 37%;
  transition: all 0.3 ease;
}

.sidebar-content-1 .bieu-do .phase1-img .img {
  filter: contrast(0.3);
}

.sidebar-content-1 .bieu-do .phase1-img:hover img {
  filter: unset;
}

.sidebar-content-1 .bieu-do .phase1-img2 {
  width: 29%;
  top: 14.5%;
  left: 30%;
}

.sidebar-content-1 .bieu-do .phase1-img3 {
  width: 40%;
  top: 26%;
  left: 25%;
}

.sidebar-content-1 .bieu-do .phase1-img4 {
  width: 55%;
  top: 38%;
  left: 17%;
}

.sidebar-content-1 .bieu-do .phase1-img5 {
  width: 72%;
  top: 50%;
  left: 9%;
}

.sidebar-content-1 .bieu-do .phase1-img6 {
  width: 90%;
  top: 63%;
  left: 0%;
}

@media (max-width:1024px) {
  .phase-box-tab .box-left {
    background-color: #fff;
    height: unset;
  }
  .tab-phase 
  .tab-phase .e-n-tabs {
    background-color: #fff;
    overflow: scroll;
  }

  .tab-phase .e-n-tabs .e-n-tabs-heading {
    padding: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start !important;
  }

  .tab-phase .e-n-tabs .e-n-tabs-heading button {
    margin-bottom: unset !important;
    margin-top: unset !important;
    text-wrap-mode: nowrap;
  }
  .tab-phase .e-n-tabs-heading button span {
    font-size: 12px;
    padding: 10px 20px;
  }

  .tab-phase .e-n-tabs .e-n-tabs-content {
    display: none;
  }

}

.phase-box-hr .box-slider {
  flex-wrap: nowrap !important;
  width: max-content !important;
  animation: marquee-scroll 180s linear infinite;
}

.phase-box-hr .box-slider:hover {
  animation-play-state: paused;
}

.phase-box-hr .box-title {
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: absolute;
}

.phase-box-hr .box-title::before {
  background-color: #fff;
  border-radius: 50%;
  bottom: 0;
  content: "";
  filter: blur(30px);
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.phase-title .elementor-heading-title {
  line-height: 1.1;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-color: transparent;
  background-image: linear-gradient(107deg, #9D8F66 0%, #003F32 70%);
}
.phase-title.driven .elementor-heading-title {
  background-image: linear-gradient(107deg, #010624 0%, #0430e6 70%);
}

.phase1-des1,
.phase1-des2,
.phase1-des3,
.phase1-des4,
.phase1-des5,
.phase1-des6 {
  display: none !important;
}

.phase1-img1:hover~.phase1-des1,
.phase1-img2:hover~.phase1-des2,
.phase1-img3:hover~.phase1-des3,
.phase1-img4:hover~.phase1-des4,
.phase1-img5:hover~.phase1-des5,
.phase1-img6:hover~.phase1-des6 {
  display: flex !important;
}

/* End Charbee template */
/* report template single */
.show-download-btn {
  display: inline-block !important;
}

.report-single-article {
  margin-top: 60px;
}

.report-single-header {
  flex-wrap: nowrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
  padding-top: 20px;
  /* Thêm khoảng cách với header */
}

.report-single-header .entry-title {
  margin: 0;
  /* Xóa margin mặc định của H1 */
  flex-grow: 1;
  /* Cho phép tiêu đề chiếm không gian */
}

.report-download-btn {
  /* Style cho nút (wp-element-button là class của WP) */
  background-color: #feba00;
  /* Màu vàng giống ảnh */
  color: #000;
  font-weight: 600;
  border-radius: 5px;
  text-decoration: none;
  padding: 10px 20px;
  white-space: nowrap;
  /* Không xuống dòng */
  border: none;
  transition: background-color 0.2s;
}

.report-download-btn:hover {
  background-color: #e0a700;
  color: #000;
}


/* 2. Layout 2 Cột (Nội dung & Sidebar) */
.report-single-body {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  /* Không xuống dòng trên PC */
  margin-top: 30px;
  gap: 40px;
  /* Khoảng cách giữa 2 cột */
}

/* Cột trái (Nội dung) */
.report-main-content {
  flex-basis: 100%;
  /* Cột trái 65% */
  min-width: 0;
  /* Fix lỗi flexbox */
  margin-bottom: 60px;
}

/* Cột phải (Sidebar) */
.report-sidebar-content {
  flex-basis: 35%;
  /* Cột phải 35% */
  padding-left: 20px;
  /* Thêm khoảng cách */
  box-sizing: border-box;
  /* Quan trọng */
}

/* 3. CSS cho các "Pill" (Đảm bảo nó có) */
.report-taxonomies {
  margin-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.report-taxonomies a {
  pointer-events: none;
  display: inline-block;
  padding: 6px 14px;
  font-size: 13px;
  color: #4B5563;
  background-color: #F3F4F6;
  border: 1px solid #E5E7EB;
  border-radius: 20px;
  text-decoration: none;
}


/* 4. Style cho Sidebar Tùy chỉnh */
.report-sidebar-content .widget {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}

.report-sidebar-content .widget-title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
}

.report-sidebar-content .widget p {
  font-size: 15px;
  line-height: 1.6;
}

.report-sidebar-content .widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.report-sidebar-content .widget li {
  margin-bottom: 15px;
}

.report-sidebar-content .widget li a {
  text-decoration: none;
  font-weight: 600;
  color: #1e73be;
  /* Màu link */
}

.report-sidebar-content .widget li a:hover {
  text-decoration: underline;
}

/* 5. Responsive (cho mobile) */
@media (max-width: 767px) {
  .report-single-header {
    flex-direction: column;
  }

  .report-single-body {
    flex-direction: column;
    /* Xếp 2 cột chồng lên nhau */
  }

  .report-main-content,
  .report-sidebar-content {
    flex-basis: 100%;
    /* Chiếm 100% chiều rộng */
    padding-left: 0;
  }
}

.report-container {
  position: relative;
}
.report-container::after {
  top: 0;
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 50%);
}
.report-container .report-btn {
  z-index: 9;
  font-size: 20px;
  border-color: var(--e-global-color-primary);
  box-shadow: 5px 5px 40px 9px var(--e-global-color-primary);
  cursor: pointer;
  transition: all 0.3 ease;
  border: solid 1px;
  padding: 10px 30px;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.report-container .report-btn:hover {
  color: #fff;
  background: var(--e-global-color-primary);

}

#report-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);

  /** SỬA LỖI: Tăng z-index lên một số rất lớn **/
  z-index: 999999;

  display: flex;
  align-items: center;
  justify-content: center;

  /* Thêm hiệu ứng mờ dần */
  opacity: 0;
  animation: fadeIn 0.3s forwards;
}

.report-modal-content {
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;

  /* z-index của nội dung phải cao hơn overlay */
  z-index: 1000000;

  /* Thêm hiệu ứng phóng to */
  transform: scale(0.9);
  animation: scaleUp 0.3s forwards;
}

/* Phần tiêu đề của modal */
.report-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background: #f1f1f1;
  border-bottom: 1px solid #ccc;
  flex-shrink: 0;
  /* Ngăn header co lại */
}

.report-modal-header h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.3;
}

/* Nút đóng 'X' */
#report-modal-close {
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  color: #555;
  line-height: 1;
  padding: 0 5px;
  transition: color 0.2s;
}

#report-modal-close:hover {
  color: #000;
}

/* Phần thân chứa iframe */
.report-modal-body {
  flex-grow: 1;
  /* Chiếm hết không gian còn lại */
  padding: 0;
  margin: 0;
  /* Giải quyết lỗi tràn viền (nếu có) */
  overflow: hidden;
}

/* Iframe nhúng Power BI */
.report-modal-iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* Các hiệu ứng Animation (Tùy chọn) */
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@keyframes scaleUp {
  to {
    transform: scale(1);
  }
}

/* report template single  */

/* report template */
.filter-results-count {
  text-align: center;
  padding: 30px 0;
}

.report-filters {
  border-radius: 5px;
  padding: 30px 20px;
  background: #F4F6FA;
  gap: 15px;
  display: flex;
  align-items: center;
}

.report-filters #clear-filters {
  text-wrap-mode: nowrap;
  color: var(--e-global-color-secondary);
  background-color: transparent;
  cursor: pointer;
}

#report-results-container .elementor-posts-container.elementor-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);

  grid-gap: 30px;
}

#report-results-container .elementor-post {
  display: flex;
}

#report-results-container .elementor-post__card {
  transition: all 0.3 ease;
  display: flex;
  flex-direction: column;
}

#report-results-container .elementor-post__card img {
  /* object-fit: cover; */
  aspect-ratio: 6 / 4;
}

#report-results-container .elementor-post__card .elementor-post__text {
  border: solid 1px #dfe3ec;
  padding: 20px 20px 30px 20px;
  background: #F4F6FA;
  border-radius: 0 0 5px 5px;
  flex-grow: 1;
}

#report-results-container .elementor-post__card .elementor-post__text .report-taxonomies {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
}

#report-results-container .elementor-post__card .elementor-post__text .report-taxonomies a {
  color: #000;
  font-size: 14px;
  border-radius: 30px;
  background: #fff;
  padding: 10px 15px;
  pointer-events: none;
}

#report-results-container .elementor-post__card .elementor-post__text .elementor-post__title {
  font-size: 20px;
}

#report-results-container .elementor-post__card:hover .elementor-post__text .report-taxonomies a {
  background: #F4F6FA;
}

#report-results-container .elementor-post__card:hover .elementor-post__text {
  background: #fff;
}

@media (max-width: 1024px) {
  #report-results-container .elementor-posts-container.elementor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  #report-results-container .elementor-posts-container.elementor-grid {
    grid-template-columns: 1fr;
  }
}

/* end report template */
/* chung chi */
.hero-section {
  position: relative;
  /* Quan trọng: Làm mốc cho các lớp con */
  overflow: hidden;
  /* Đề phòng nội dung tràn ra ngoài */
}

/* 2. Đưa ảnh nền (figure) ra đằng sau */
.hero-section>figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* Nằm ở lớp sau */
}

/* Đảm bảo ảnh nền vừa khít */
.hero-section>figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Cắt ảnh vừa khung, không bị méo */
}


/* 3. Đưa nội dung (hyg-custom-row) lên đằng trước */
.hyg-custom-row {
  position: relative;
  /* Bắt buộc để z-index hoạt động */
  z-index: 2;
  /* Nằm ở lớp trước (số lớn hơn) */

  /* 4. Thêm CSS chia cột (Flexbox) */
  display: flex;
  align-items: center;
  /* Căn giữa các cột theo chiều dọc */
  padding: 2em 0;
  /* Thêm khoảng đệm cho đẹp */

  /* Căn giữa nội dung trong khu vực an toàn (tùy chọn) */
  max-width: 1290px;
  margin: 0 auto;
}

.hyg-custom-row .entry-header {
  margin-left: 0;
}

.hyg-custom-row .entry-header .page-title {
  font-size: 40px;
}

/* 5. Định nghĩa độ rộng cho các cột */
.hyg-col-70 {
  flex-basis: 70%;
  /* Chiếm 70% */
  padding-right: 15px;
  /* Thêm khoảng cách giữa 2 cột */
}

.hyg-col-30 {
  flex-basis: 30%;
  /* Chiếm 30% */
  padding-left: 15px;
  /* Thêm khoảng cách giữa 2 cột */
}

/* Đảm bảo ảnh trong cột 30% không bị vỡ */
.hyg-col-30 img {
  max-width: 100%;
  height: auto;
}

.chung-chi-filter-form .ct-search-form {
  border-radius: 30px;
  border: solid 2px var(--e-global-color-secondary);
}

.chung-chi-filter-form input:focus~.ct-search-form-controls [data-button*=inside] {
  background-color: var(--e-global-color-secondary) !important;
}

.chung-chi-filter-form .ct-search-form input {
  height: unset;
  border: unset;
}

.chung-chi-filter-form .ct-search-form .ct-search-form-controls button {
  padding: 10px 20px;
  width: 100%;
  border-radius: 30px;
  margin: 7px;
  background-color: var(--e-global-color-secondary);
  border: unset;
  color: #fff;
}

.chung-chi-filter-form .ct-search-form .ct-search-form-controls button span {
  margin-left: 10px;
}

/* end chung chi */
/* progress circle */
.progress {
  width: 90px;
  height: 90px;
  line-height: 90px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}

.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 7px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
}

.progress>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress .progress-left {
  left: 0;
}

.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 7px;
  border-style: solid;
  position: absolute;
  top: 0;
  border-color: var(--e-global-color-secondary);
}

.brown-color .progress .progress-bar {
  border-color: #bc7b04;
}

.green-color .progress .progress-bar {
  border-color: #0a5f31;
}

.red-color .progress .progress-bar {
  border-color: #75151b;
}

.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 75px;
  border-bottom-right-radius: 75px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progress .progress-right {
  right: 0;
}

.progress .progress-right .progress-bar {
  left: -101%;
  border-top-left-radius: 75px;
  border-bottom-left-radius: 75px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.progress .progress-value {
  display: flex;
  border-radius: 50%;
  font-size: 36px;
  text-align: center;
  line-height: 20px;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: 300;
}

.progress .progress-value * {
  font-size: 16px;
  margin-bottom: 0;
}

.progress .progress-value div {
  margin-top: 10px;
}

.progress .progress-value span {
  font-size: 12px;
  text-transform: uppercase;
}

/* Các quy tắc được tạo ra từ vòng lặp SCSS */
.progress[data-percentage="10"] .progress-right .progress-bar {
  animation: loading-1 1.5s linear forwards;
}

.progress[data-percentage="10"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="20"] .progress-right .progress-bar {
  animation: loading-2 1.5s linear forwards;
}

.progress[data-percentage="20"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="30"] .progress-right .progress-bar {
  animation: loading-3 1.5s linear forwards;
}

.progress[data-percentage="30"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="40"] .progress-right .progress-bar {
  animation: loading-4 1.5s linear forwards;
}

.progress[data-percentage="40"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="50"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="50"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="60"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="60"] .progress-left .progress-bar {
  animation: loading-1 1.5s linear forwards 1.5s;
}

.progress[data-percentage="70"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="70"] .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.5s;
}

.progress[data-percentage="80"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="80"] .progress-left .progress-bar {
  animation: loading-3 1.5s linear forwards 1.5s;
}

.progress[data-percentage="90"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="90"] .progress-left .progress-bar {
  animation: loading-4 1.5s linear forwards 1.5s;
}

.progress[data-percentage="100"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="100"] .progress-left .progress-bar {
  animation: loading-5 1.5s linear forwards 1.5s;
}

/* Các keyframes được tạo ra từ vòng lặp SCSS */
@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg);
  }
}

@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(72deg);
    transform: rotate(72deg);
  }
}

@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(108deg);
    transform: rotate(108deg);
  }
}

@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
  }
}

@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

/* Styling bổ sung */
.progress {
  margin-bottom: 1em;
}

/* progress circle */

/*slider-vertical*/
.slider-vertical-wrapper {
  height: 500px !important;
  overflow: hidden !important;
  -webkit-mask-image: linear-gradient(#0000, #000 25% 75%, #0000);
  mask-image: linear-gradient(#0000, #000 25% 75%, #0000);
}

.slider-vertical-wrapper::after {
  /* height:448px;
  content:"";
  position:absolute;
  border:solid 1px white; */
}

.slider-vertical-box {
  /* height:50px; */
  /* width:50px; */
  /* position:absolute; */
  /* background:red; */
  /* font-size:25px; */
  /* line-height:50px;
  text-align:center;
   */
}



.slider-vertical-boxes {
  /* position:relative;
  bottom:-50px; */
}

.slider-vertical-nav {
  /* position:relative;
  text-align:center;
 
  color:white;
  font-size:20px;
  margin:20px 0; */
}

/*slider-vertical*/

/* slider coverflow */
.slider-coverflow {
  /* width: 100% !important; */
  min-height: 300px !important;
  margin: 0;
  position: relative;
}

.slider-coverflow__image {
  width: 60% !important;
  height: 100% !important;
  position: absolute !important;
  left: 0%;
  border-radius: 20px;
  transform-origin: center center;
  overflow: hidden !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.slider-coverflow__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #2B3A35, transparent, transparent);
}
.phase-360.driven .slider-coverflow__image::after {
  background: linear-gradient(45deg, #2b2b3a, transparent, transparent);
}
.slider-coverflow__image .slider-coverflow__box-content {
  z-index: 9;
}

/* CSS cho các nút điều hướng (widget Icon) */
.slider-coverflow__action {
  position: unset !important;
}

.slider-coverflow__button {
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
  z-index: 120;
  cursor: pointer;
  width: 45px;
  /* Kích thước vùng bấm */
  height: 45px;
  transition: all 0.2s ease;
}

.slider-coverflow__button .elementor-icon {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  padding: 10px;
}

.slider-coverflow__button:hover {
  transform: translateY(-50%) scale(1.1);
}

.slider-coverflow__button--next {
  right: 5%;
}

.slider-coverflow__button--prev {
  left: -3%;
}

.slider-coverflow__button .elementor-icon::before {
  background: hsla(0, 0%, 85%, .2);
  border-radius: 50%;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.slider-coverflow__button .elementor-icon {
  position: relative !important;
}

.slider-coverflow__button:hover .elementor-icon::before {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.slider-coverflow__button i {
  font-size: 18px;
}

/* slider coverflow */

/* slider in tab */
.slider-tab {
  position: relative !important;
  /* width: 100% !important;        */
  /* padding-bottom: 60px !important;  */
}

/* --- Container chứa các Tab (Tiêu đề) --- */
.slider-tab-title {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  overflow-x: scroll !important;
  gap: 10px !important;
  padding: 5px 0 !important;
  margin-bottom: 20px !important;
  -ms-overflow-style: none !important;
  scrollbar-width: none !important;
}

.slider-tab-title:before {
  background: -webkit-linear-gradient(left, #000C3B, rgba(1, 42, 56, 0));
  background: linear-gradient(90deg, #000C3B, rgba(1, 42, 56, 0));
  left: -2px;
}

.slider-tab-title:after {
  background: -webkit-linear-gradient(right, #000C3B, rgba(1, 42, 56, 0));
  background: linear-gradient(270deg, #000C3B, rgba(1, 42, 56, 0));
  right: -2px;
}

.slider-tab-title::-webkit-scrollbar {
  display: none !important;
}

/* --- Từng Tab (Widget Button có class .slider-tab-slider) --- */
.slider-tab-title>.slider-tab-slider.elementor-widget-button {

  flex-shrink: 0 !important;
  margin: 0 !important;
}

/* Tab Active/Default States */
.slider-tab-title .elementor-widget-button.tab-active a.elementor-button {
  border-radius: 999px;
  background-color: var(--e-global-color-secondary);
  color: #fff;
}

.slider-tab-title .elementor-widget-button:not(.tab-active) a.elementor-button {
  border-radius: 999px;
  background-color: rgba(128, 128, 128, 0.3);
  color: #FFF;
  opacity: 0.8;
}

.slider-tab-title .elementor-widget-button:not(.tab-active):hover a.elementor-button {
  opacity: 1 !important;
}


/* --- Container chứa Nội dung --- */
.slider-tab-content {}

/* --- Từng Slide Nội dung (Container có class .slider-tab-slider) --- */
/* **QUAN TRỌNG:** Nhắm vào class bạn đã thêm */
.slider-tab-content .slider-tab-content-box {
  margin: auto;
  width: 80%;
  overflow: hidden;
  flex-wrap: nowrap;
  flex-direction: row !important;
  background: -webkit-linear-gradient(140deg, rgba(144, 194, 199, 0) 46.18%, rgba(144, 194, 199, .1) 87.09%);
  background: linear-gradient(310deg, rgba(144, 194, 199, 0) 46.18%, rgba(144, 194, 199, .1) 87.09%);
  border: 1px solid rgba(1, 42, 56, .4);
  border-radius: 11px;
  box-shadow: 0 0 transparent, 0 0 transparent, 0 -6px 54px 0 rgba(0, 0, 0, .35);
}

.slider-tab-content .slider-tab-slider {
  width: 100% !important;
  flex-shrink: 0 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  /* Thêm transition để tạo hiệu ứng fade nhẹ (Tùy chọn) */
  /* opacity: 1; */
  /* transition: opacity 0.3s ease-in-out; */
}



/* Image gallery bên trong slide */
.slider-tab-content .elementor-image-gallery .gallery {
  justify-items: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.slider-tab-content .elementor-image-gallery .gallery-item {
  margin: 0;
  text-align: center;
}

.slider-tab-content .elementor-image-gallery .gallery-item img {
  max-width: 100%;
  height: auto;
  filter: brightness(0) invert(1) opacity(0.8);
}


.slider-tab__action {
  position: unset !important;
}

.slider-tab__button {
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
  z-index: 120;
  cursor: pointer;
  width: 45px;
  /* Kích thước vùng bấm */
  height: 45px;
  transition: all 0.2s ease;
}

.slider-tab__button .elementor-icon {
  color: #fff;
}

.slider-tab__button:hover {
  transform: translateY(-50%) scale(1.1);
}

.slider-tab__button--next {
  right: 0;
}

.slider-tab__button--prev {
  left: 0;
}

/* .slider-tab__button .elementor-icon::before {
  background: hsla(0, 0%, 85%, .2);
  border-radius: 50%;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
} */
.slider-tab__button .elementor-icon {
  position: relative !important;
}

/* .slider-tab__button:hover .elementor-icon::before {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
} */
.slider-tab__button i {
  font-size: 18px;
}

/* slider in tab */

/* 1. Thiết lập không gian 3D và mặt nạ mờ 2 bên */

@media (min-width:1024px) {
  #footer [data-row*="middle"]>div {
    grid-template-columns: 30% 1fr 1fr 1fr;
  }

  .box-digtek>div {
    overflow: hidden;
    height: 400px;
    transition: width 0.1s ease-in-out;
    width: 220px !important;
  }

  .box-digtek>div .box-text {}

  .box-digtek>div .title .elementor-heading-title {
    text-wrap-mode: nowrap;
    transform: rotate(90deg);
  }

  .box-digtek>div .number {
    position: absolute;
    bottom: 30px;
    z-index: 9;
  }

  .box-digtek>div .des,
  .box-digtek>div .btn {
    /* width: 0; */
    display: none;
  }

  .box-digtek>div.active {
    width: 100% !important;
  }

  .box-digtek>div.active .number {
    position: unset;
  }

  .box-digtek>div.active .des,
  .box-digtek>div.active .btn {
    /* width: 100%; */
    display: block;
  }

  .box-digtek>div.active .title .elementor-heading-title {
    text-wrap-mode: wrap;
    transform: unset;
  }
}

@media (max-width:767px) {
  .post-type-archive-report_template #report-filter-form {
    flex-direction: column;
    align-items: flex-start;
  }
  .post-type-archive-report_template .elementor-heading-title {
    text-align: center;
  }
  .slider-coverflow__image {
    width: 90% !important;
  }
}