/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

/* --- CSS cho phần xoay chữ --- */
:root {
  --pri-color: #ea9f1e; 
  --sec-color: #4CAF50; 
  --light-color: #333; 
  
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* --- Vùng chứa chính --- */
.rotation-wrapper {
  border-radius: 999px;
  background-color: #333;  /* $light-color */
  position: relative;
  width: 244px; /* Giá trị tùy chỉnh, không dùng biến $wrapper-size */
  height: 244px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* --- Nút trung tâm --- */
.rotation-wrapper .center-button {
  position: relative;
  z-index: 10;
  width: 150px; /* $button-size */
  height: 150px; /* $button-size */
  /* Giả định $secondary-color là màu xám đậm */
  background-color: #0D0D0D; 
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.rotation-wrapper .center-button path {
  fill: #fff; 
}
/* Hiệu ứng khi hover vào nút trung tâm */
.rotation-wrapper .center-button:hover {
  transform: rotate(-45deg);
}

/* Icon bên trong nút */
.rotation-wrapper .center-button i {
  font-size: 40px;
  /* Giả định $primary-color là màu trắng */
  color: #ffffff; 
}

/* --- Vùng chứa chữ xoay (dùng SVG) --- */
.rotation-wrapper .rotating-text-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* $spin-duration là 25s */
  animation: spin 25s linear infinite; 
  overflow: visible;
}

/* Kiểu chữ trong SVG */
.rotation-wrapper .rotating-text-svg text {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  fill: #fff; /* $text-color */
  letter-spacing: 5px;
}
/* --- CSS cho phần xoay chữ --- */

/* --- box --- */
.box-team .elementor-image-box-img {
	    overflow: hidden;
    border-radius: 30px 30px 0px 0px;
}
.box-team .elementor-image-box-content {
transition: all 0.5s ease;
    position: relative;
    z-index: 9;
    margin-top: -45px;
    border-radius: 30px;
    background: linear-gradient(90deg, #603E00, #2A1502, #9E3400);
    padding: 30px;
}
.box-team:hover .elementor-image-box-content {
transform: translate(0px, -30px);
}
.box-1 .elementor-image-box-content {
  padding: 20px 20px 50px 20px;
  background-color: transparent;
  border-radius: 0px;
  position: absolute;
  z-index: 3;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  left: 0;
  right: 0;
  bottom: -30px;
  opacity: 0;
  visibility: hidden;
}

.box-1:hover .elementor-image-box-content {

  bottom: 0px;
  opacity: 1;
  visibility: visible;
}
.box-1 .elementor-image-box-content .elementor-image-box-title a {
  background: rgba(255, 255, 255, 0.34);
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(20.7px);
    backdrop-filter: blur(20.7px);
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 0 11px;
    /* margin-bottom: 24px; */
}
.box-1 .elementor-image-box-content .elementor-image-box-description {
  font-weight: 700;
    font-size: 24px;
    margin-top: -0.3em;
    margin-bottom: -0.3em;
    text-transform: capitalize;
    color: #fff;
}
.box-1 .elementor-image-box-content .elementor-image-box-description:hover {
  color: var(--pri-color);
}

/* --- slider --- */
.slider-1 .elementor-swiper-button {
  margin-top: 20px;
}
.slider-1 .elementor-swiper-button i {
    color: #fff;
    padding: 10px 15px;
    background-color: var(--pri-color);
    border-radius: 50px;
}
.slider-1 .elementor-swiper-button:hover i {
    background-color: var(--sec-color) ;
}
.slider-1 .swiper-pagination {
	color: #fff !important;
}
.slider-1 .swiper-pagination .swiper-pagination-current {
  font-size: 30px;
	color: #fff;
}
.slider-1 .swiper-pagination .swiper-pagination-total {
  color: #fff;
}

/* --- tes --- */
.tes-1 {
 
  
}
.tes-1 .elementor-main-swiper {
  width: 145% !important;
  max-width: 145% !important;
}
.tes-1 .swiper-wrapper .swiper-slide {
      position: relative;
    padding: 44px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.06);
    border-radius: 30px;
} 
.tes-1 .elementor-swiper-button {
  top: unset !important;
  bottom: -20%;
  padding: 18px;
  border-radius: 50px;
  background-color: var(--pri-color) !important;
  opacity: 1 !important;
  color: #fff;
}

.tes-1 .elementor-swiper-button:hover {
  background-color: var(--sec-color)  !important;
}
.tes-1 .elementor-swiper-button-prev {

}
.tes-1 .elementor-swiper-button-next {

}
.tes-1 .swiper-pagination {
  bottom: -10% !important;
  pointer-events: none;
}
.tes-1 .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
  border-radius: 5px;
    height: 6px;
    width: 40px;
}
.tes-1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--pri-color);
    width: 60px;
}

/*---- acc --- */
.acc-1 .e-n-accordion .e-n-accordion-item {
    padding: 20px;
    margin-bottom: 20px !important;
    border-radius: 30px;
    background-color: #F5F5F5;
}
.acc-1 .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title {
  border: unset;
      flex-direction: row-reverse;
    justify-content: space-between;
}
.acc-1 .e-n-accordion .e-n-accordion-item .e-child {
  border: unset;
}
.acc-1 .e-n-accordion .e-n-accordion-item {
  
}

.page-id-3223 #main {
	background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background: url(/wp-content/uploads/2025/08/z6871229507503_8afb44057b61cb6a4e07d488777838fb.jpg);
}

.swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.timeline-icon .elementor-icon {
	    padding: 10px 10px;
    border: solid 1px #fff;
    border-radius: 50px;
    background-color: var(--pri-color);
}
.ct-footer .ct-widget:not(:first-child) {
    margin-top: 15px !important;
}
/*---- page danh-cho-doanh-nghiep --- */
/*---- thanh-tuu --- */
.hyg_thanh-tuu {}

.hyg_thanh-tuu .hyg_thanh-tuu-box {
  padding: 24px 32px;
  border-radius: 20px;
  border: solid 1px var(--e-global-color-primary);
  overflow: hidden;
}

.hyg_thanh-tuu .hyg_thanh-tuu-box .elementor-icon {
  border-radius: 999px;
  padding: 10px;
  background-color: var(--e-global-color-primary);
  color: #fff;
}

.hyg_thanh-tuu .hyg_thanh-tuu-box::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  background: var(--e-global-color-primary);
  transition: all 0.4s ease;
  z-index: -1;
  pointer-events: none;
}

.hyg_thanh-tuu .hyg_thanh-tuu-box:hover::after {
  left: 0;
  width: 100%;

}

.hyg_thanh-tuu .hyg_thanh-tuu-box:hover .elementor-icon {
  background-color: #fff;
  color: var(--e-global-color-primary);
}

.hyg_thanh-tuu .hyg_thanh-tuu-box:hover .elementor-counter * {
  color: #fff !important;
}

/*---- dao-tao --- */
.hyg_dao-tao .elementor-widget-n-tabs {}

.hyg_dao-tao .elementor-widget-n-tabs .e-n-tabs {}

.hyg_dao-tao .elementor-widget-n-tabs .e-n-tabs .e-n-tabs-heading {
  justify-content: space-around;
  border-bottom: solid 3px #8e8e8e;
}

.hyg_dao-tao .elementor-widget-n-tabs .e-n-tabs .e-n-tabs-heading .e-n-tab-title {
  font-weight: 700;
  color: #8e8e8e;
  background-color: transparent !important;
}

.hyg_dao-tao .elementor-widget-n-tabs .e-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected=true] {
  color: var(--e-global-color-primary);
}

.hyg_dao-tao .elementor-widget-n-tabs .e-n-tabs .e-n-tabs-heading .e-n-tab-title:hover {
  color: var(--e-global-color-primary);
  cursor: pointer;
}

.hyg_dao-tao .elementor-widget-n-tabs .e-n-tabs .e-n-tabs-heading .e-n-tab-title::after {
  bottom: -15%;
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  background-color: #8e8e8e;
  border-radius: 999px;
}

.hyg_dao-tao .elementor-widget-n-tabs .e-n-tabs .e-n-tabs-heading .e-n-tab-title::before {
  bottom: -24%;
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background-color: #FFFFFF;
  border-radius: 999px;
}

.hyg_dao-tao .elementor-widget-n-tabs .e-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected=true]::after {
  background-color: var(--e-global-color-primary);
}

.hyg_dao-tao .elementor-widget-n-tabs .e-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected=true]::before {
  background-color: #DEF6FF;
}


.hyg_dao-tao .elementor-widget-n-tabs .e-n-tabs .e-n-tabs-content {
  margin: 20px 0;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 10px 40px 0px;
      padding: 40px;
}
.hyg_dao-tao .elementor-widget-n-tabs .e-n-tabs .e-n-tabs-content .elementor-counter-number-wrapper {
  position: relative;
  flex: 0;
  font-size: 45px;
	margin-right: 30px;
}
.hyg_dao-tao .elementor-widget-n-tabs .e-n-tabs .e-n-tabs-content .elementor-counter-number-wrapper .elementor-counter-number-suffix,
.hyg_dao-tao .elementor-widget-n-tabs .e-n-tabs .e-n-tabs-content .elementor-counter-number-wrapper .elementor-counter-number-prefix {
  flex-grow: 0;
}
.hyg_dao-tao .elementor-widget-n-tabs .e-n-tabs .e-n-tabs-content .elementor-counter-number-wrapper::after {
      content: "";
    width: 100px;
    height: 100px;
    border: solid 1px var(--e-global-color-primary);
    border-radius: 999px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
/*---- box-doi-ngu-giang-vien --- */
.hyg_box-doi-ngu-giang-vien {
  border-radius: 999px !important;
    border: solid 1px var(--e-global-color-primary);
}
.hyg_box-doi-ngu-giang-vien .elementor-image-box-wrapper figure {
	width: 30% !important;
}
.hyg_box-doi-ngu-giang-vien .elementor-image-box-wrapper .elementor-image-box-img img {
    object-fit: cover;
    aspect-ratio: 6 / 6;
}
/*---- thu-vien --- */
.hyg_thu-vien .elementor-image-carousel {

  /* mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 4%, rgb(0, 0, 0) 16.5%, rgb(0, 0, 0) 83.5%, rgba(0, 0, 0, 0) 96%); */
}
.hyg_thu-vien .elementor-image-carousel .swiper-slide {
  filter: brightness(0) invert(1) !important;
  padding: 20px;
}
.hyg_thu-vien .elementor-image-carousel .swiper-slide img {
  height: 40px;
}
/*---- doi-tac-doanh-nghiep --- */
.hyg_doi-tac-doanh-nghiep .elementor-image-carousel {
	align-items: center;
}
.hyg_doi-tac-doanh-nghiep .elementor-image-carousel .swiper-slide {
	align-items: center;
}

@media (min-width:1000px) {
	.ct-footer div[data-column="widget-area-1"] {
		padding-left: 55px;
	}	
}
@media (max-width: 767px) {
  .hyg_dao-tao .elementor-widget-n-tabs .e-n-tabs .e-n-tabs-content .elementor-counter-number-wrapper {
    
    font-size: 30px;
  }
  .hyg_dao-tao .elementor-widget-n-tabs .e-n-tabs .e-n-tabs-content .elementor-counter-number-wrapper::after {
    width: 70px;
    height: 70px;
  }
  .hyg_box-doi-ngu-giang-vien {
    border-radius: 10px !important;
  }

}