:root {
  --tp-common-white: #fff;
  --tp-common-black: #031220;
  --tp-common-black-2: #120101;
  --tp-common-black-3: #0c140f;
  --tp-common-black-4: #000000;
  --tp-common-black-5: #0e1133;
  --tp-common-green: #26c089;
  --tp-common-green-2: #3e8454;
  --tp-common-green-3: #27aa4d;
  --tp-common-green-4: #20ad96;
  --tp-common-blue: #003087;
  --tp-common-blue-2: #4270ff;
  --tp-common-blue-3: #3c66ed;
  --tp-common-blue-4: #3083ff;
  --tp-common-cream: #fff1e0;
  --tp-common-pink: #ff6470;
  --tp-common-pink-2: #fc4c56;
  --tp-common-orange: #f37f43;
  --tp-common-orange-2: #ee6002;
  --tp-common-orange-3: #ff9f4b;
  --tp-common-purple: #e33cff;
  --tp-common-purple-2: #e64dff;
  --tp-common-yellow: #f5b455;
  --tp-common-yellow-2: #f47f42;
  --tp-common-yellow-3: #f4930e;
  --tp-common-yellow-4: #ffaa2c;
  --tp-common-yellow-5: #ff8d00;
  --tp-common-violet: #6151fb;
  --tp-common-violet-2: #a794c8;
  --tp-header-primary: #031220;
  --tp-header-2: #120101;
  --tp-grey-1: #f1f1f1;
  --tp-grey-2: #f5f6f8;
  --tp-grey-3: #f8f8f8;
  --tp-grey-4: #f7f7f7;
  --tp-grey-5: #f5f5f5;
  --tp-grey-6: #dcdcdc;
  --tp-grey-7: #f9f9f9;
  --tp-grey-8: #f4fbf9;
  --tp-grey-9: #f0f8f7;
  --tp-grey-10: #f3f3f3;
  --tp-text-body: #49535b;
  --tp-text-1: #49535b;
  --tp-text-2: #555c63;
  --tp-text-3: #777a7c;
  --tp-text-4: #4b535a;
  --tp-text-5: #4a545c;
  --tp-text-6: #6f7377;
  --tp-text-7: #6b7882;
  --tp-text-8: #788086;
  --tp-text-9: #6b737a;
  --tp-text-10: #828282;
  --tp-text-11: #5f6160;
  --tp-text-12: #565958;
  --tp-text-13: #868d94;
  --tp-text-14: #56595c;
  --tp-text-15: #a1a2ab;
  --tp-theme-1: #003087;
  --tp-theme-2: #FFC600;
  --tp-theme-3: #003087;
  --tp-theme-bg: #00308708;
  --tp-border-1: #dedede;

}

.custom-container {
  padding: 0 !important;
  overflow: hidden;
}

.sec-mar {
  margin: 120px 0 120px 0;
}

@media screen and (max-width: 991px) {
  .sec-mar {
    margin: 80px 0 80px 0;
  }
}

/* Blog details image size */
/* .postbox__thumb img {
  width: 100%;
} */
.rel-title h2 {
  position: relative;
  z-index: 2;
}

/* Elementor  */



.admin-bar .header {
  margin-top: 32px !important;
}

.admin-bar .header.header-active {
  margin-top: 32px !important;
}

/* .admin-bar #header-sticky.header__area.header__transparent {
  margin-top: 32px;
} */
/* 
.admin-bar .offcanvas__wrapper {
  margin-top: 32px;
} */

@media only screen and (min-width: 300px) and (max-width: 767px) {
  .admin-bar .header {
    margin-top: 46px !important;
  }

  .admin-bar .header.header-active {
    margin-top: 0px !important;
  }

  .admin-bar .header .nav__menu.active {
    margin-top: 25px !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
  .admin-bar .header.header-active {
    margin-top: 42px !important;
  }
}

/* Unit test */

h2.wp-block-heading {
  line-height: 1.5;
}

h2.wp-block-post-title {
  font-size: 36px;
}

h1.wp-block-site-title a {
  font-size: 45px;
}

.wp-block-comments h2#comments {
  font-size: 45px;
  line-height: 60px;
}

a.wp-block-button__link:hover {
  color: #ddd;
}

.container-box .postbox__content .postbox__title a {
  display: block;
}


.breadcrumb-area {
  padding-top: 30px;
}

.breadcrumb-area .breadcrumb-content p {
  color: #bcbcbc;
  margin-bottom: 24px;
}

.breadcrumb-area .breadcrumb-content .section-heading {
  font-size: 56px;
  position: relative;
  display: block;
  margin-bottom: 30px;
  color: #0f0f0f;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -01px;
  align-items: center;
  gap: 5px;
  margin-top: 2px;
}

/* Menu */

ul#menu-main-menu li.has-dropdown i {
  display: inline-block;
}

ul#menu-main-menu li ul li i {
  display: none !important;

}

ul#menu-main-menu li ul .dropdown>i {
  display: inline-block !important;
  color: #fff;
}


ul#menu-main-menu li i {
  display: none;
}

ul#menu-main-menu li ul li ul li i {
  display: none !important
}

.menu-item a:hover {
  color: var(--s1);
}

ul#menu-main-menu li i {
  transition: .5s;
}

ul#menu-main-menu li ul li i {
  transition: .5s;
}

ul#menu-main-menu li:hover i {
  color: var(--s1);
}

ul#menu-main-menu li ul li:hover i {
  color: var(--s1);
}

.footer-copyright a {
  color: var(--s1);
  margin-left: 9px;
  font-size: 18px;
}

.footer-copyright a:hover {
  color: var(--p1)
}




.sec-mar {
  margin: 120px 0 120px 0;
}

@media screen and (max-width: 991px) {
  .sec-mar {
    margin: 80px 0 80px 0;
  }
}

.wc-block-components-notice-banner.is-success {
  color: var(--tp-theme-1);
}

.wc-block-components-notice-banner.is-info {
  border-color: var(--tp-theme-1)
}

.shop__card-review ul {
  margin-bottom: unset;
  padding-left: unset;
}

span.elementor-edit-link-title {
  color: #fff;
}

/* user menu */
.user_nav {
  position: relative;
  z-index: 0;
  max-width: fit-content;
}

.user_nav .user_nav_link {
  align-items: center;
  gap: 10px;
  transition: var(--transition);
  background: transparent;
}

.user_nav .user_nav_link span {
  transition: 0s;
}

.user_nav img {
  border-radius: 50%;
}

.user_nav .nav_list {
  padding: 12px 0;
  background: var(--primary-color);
  border-radius: 8px;
  border: var(--woo-border-1);
  min-width: 200px;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, .05), 0 6px 32px 0 rgba(18, 43, 70, .1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  pointer-events: none;
  transition: var(--transition);
  z-index: 99;
  list-style-type: none;
}

.user_nav .nav_list li a {
  padding: 8px 20px;
  color: var(--white);
}

.user_nav:hover .nav_list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  pointer-events: all;
}

.user_nav .nav_list li a:hover {
  color: var(--white);
}

@media screen and (max-width: 1399px) {
  .user_nav_link img {
    width: 40px;
    min-width: 40px;
    ;
    height: 40px;
  }
}

@media screen and (max-width: 991px) {
  .user_nav_link img {
    width: 36px;
    min-width: 36px;
    height: 36px;
  }

  .header .nav__logo img {
    height: auto;
  }
}

@media screen and (max-width: 575px) {
  .header .nav {
    padding: 16px;
  }

}

/* Header Social Icons - Chỉ hiển thị trên màn hình lớn */
@media screen and (min-width: 992px) {
  .header .social {
    display: flex !important;
    align-items: center;
    gap: 8px;
    margin: 0 !important;
    padding: 0;
  }
}

/* Hotline Button Styling */
.hotline-button,
.hotline-button-desktop {
  background: linear-gradient(135deg, #ff6b35, #f7931e) !important;
  border: none !important;
  color: var(--white) !important;
  font-weight: 600 !important;
  padding: 12px 20px !important;
  border-radius: 25px !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3) !important;
  margin-right: 15px !important;
  margin-left: 30px !important;
}

.hotline-button:hover,
.hotline-button-desktop:hover {
  background: linear-gradient(135deg, #e55a2b, #e0841a) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4) !important;
  color: var(--white) !important;
}

.hotline-button i,
.hotline-button-desktop i {
  color: var(--white) !important;
  font-size: 16px !important;
}

.hotline-button span,
.hotline-button-desktop span {
  color: var(--white) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

/* Override main.css cho hotline button */
.header .nav__uncollapsed .hotline-button-desktop span,
.header .nav__uncollapsed .hotline-button span {
  color: var(--white) !important;
}

.header .nav__uncollapsed .hotline-button-desktop,
.header .nav__uncollapsed .hotline-button {
  color: var(--white) !important;
}

/* Hotline Button cho màn hình nhỏ */
.hotline-button-mobile {
  background: linear-gradient(135deg, #ff6b35, #f7931e) !important;
  border: none !important;
  color: var(--white) !important;
  font-weight: 600 !important;
  padding: 12px 20px !important;
  border-radius: 25px !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3) !important;
  width: 100% !important;
  justify-content: center !important;
}

.hotline-button-mobile:hover {
  background: linear-gradient(135deg, #e55a2b, #e0841a) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4) !important;
  color: var(--white) !important;
}

.hotline-button-mobile i {
  color: var(--white) !important;
  font-size: 16px !important;
}

.hotline-button-mobile span {
  color: var(--white) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

/* Responsive cho hotline button */
@media screen and (max-width: 991px) {
  .hotline-button {
    display: none !important;
  }
}

.cmn-button.btn-yellow:hover {
  background: #003087 !important;
  color: #fff !important;
}
.cmn-button:before {
  background: #003087 !important;
}
.cmn-button:after {
  background: #003087 !important;
}
.cmn-button:hover {
  background: #FFC600 !important;
}
.plan-active {
  background: #003087 !important;
}
.plan-toggle:hover {
  background: #FFC600 !important;
  color: #031220 !important;
}
.play-btn {
  background: #003087 !important;
}
.cmn-button i:not(.fa-solid) {
  background: #003087 !important;
}
.slider-navigation .cmn-button i {
  color: #003087 !important;
}
.about--secondary .about--secondary__single .about--secondary__single-item {
  border: 1px solid rgb(36 84 219 / 15%);
}
.about--secondary {
  background: #e9edf5;
}
.social a i:before, .social a i:after {
  color: #003087 !important;
}
.social a {
  background: #fff !important;
}
.social a:hover i:before, .social a:hover i:after {
  color: #031220 !important;
}
.social a:hover {
  background: #FFC600 !important;
}
.card_icon path {
  fill: #003087 !important;
}
.about--secondary__thumb-experience {
  background: #003087 !important;
}
.fa-user-graduate {
  color: #003087 !important;
}
.about__experience, .club__thumb-experience {
  background: #003087 !important;
}
.page-numbers .current {
  background: #003087 !important;
}
.btn-yellow::before, .btn-yellow::after {
  background: #FFC600 !important;
}
.btn-yellow {
  color: #031220 !important;
}
.facility .facility__card-second-btn:hover {
  color: #fff !important;
}
/* .cus_title:hover {
  color: #003087 !important;
} */
.cus_link:hover {
  color: #003087 !important;
}
.details .wpcf7-form-control.wpcf7-select {
  background-color: #FFFFFF0D !important;
  color: #FFFFFF !important;
  border-color: #FFFFFF1A !important;
}
.details .wpcf7-form-control.wpcf7-select span.current {
  color: #929292 !important;
}
.details .wpcf7-form-control .wpcf7-date {
  color: #929292 !important;
}

.elementor-4438 .elementor-element.elementor-element-ef8f91e .input-single input.bg-white,
.elementor-4438 .elementor-element.elementor-element-ef8f91e .input-single textarea.bg-white {
    background-color: #FFF !important;
}
@media (min-width: 1441px) {
  .swiper-slide-contents {
    margin-left: 250px;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .swiper-slide-contents {
    margin-left: 40px;
  }
}

/* Custom Category Tag Cloud Styling - Giống UI Tags */
.widget_custom_category_tagcloud .tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.widget_custom_category_tagcloud .tagcloud a {
  display: inline-block;
  padding: 8px 16px;
  background: #f8f9fa;
  color: #49535b;
  text-decoration: none;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  transition: all 0.3s ease;
  border: 1px solid #e9ecef;
  line-height: 1.2;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}

.widget_custom_category_tagcloud .tagcloud a:hover {
  background: var(--tp-theme-1);
  color: #fff;
  border-color: var(--tp-theme-1);
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 48, 135, 0.2);
}

/* Responsive cho tag cloud */
@media (max-width: 768px) {
  .widget_custom_category_tagcloud .tagcloud {
    gap: 6px;
  }
  
  .widget_custom_category_tagcloud .tagcloud a {
    padding: 6px 14px;
    font-size: 13px;
  }
}

/* Style cho sidebar widget title - Giống UI Tags */
.widget_custom_category_tagcloud .sidebar__widget-title {
  color: #49535b;
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}


/* Override font size từ widget để có kích thước đồng nhất */
.widget_custom_category_tagcloud .tagcloud a[style*="font-size"] {
  font-size: 16px !important;
}

/* Đảm bảo các tag có kích thước đồng nhất */
.widget_custom_category_tagcloud .tagcloud a {
  font-size: 16px !important;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Blog image sizing options */
/* Option 1: Cover (FILL) - cắt thừa, không méo */
/* 
.blog_thumb img {
  width: 100%;
  height: 247px;
  object-fit: cover;
  object-position: center;
}
*/

/* Option 2: Contain (FIT) - vừa container, hiển thị toàn bộ hình */
.blog_thumb img,
.blog_card .blog_thumb img,
.cus_box .blog_thumb img,
.elementor-widget-container .blog_thumb img {
  width: 100% !important;
  height: 247px !important;
  object-fit: contain !important;
  object-position: center !important;
  background: #f8f9fa !important;
  max-width: 100% !important;
  max-height: 247px !important;
}

/* Option 3: Fill - bỏ qua tỷ lệ, có thể méo */
/*
.blog_thumb img {
  width: 100%;
  height: 247px;
  object-fit: fill;
}
*/

/* ========================================
   TABLE SERVICE STYLING - Thông tin lớp học
   ======================================== */

.table-service {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 48, 135, 0.1);
  border: 1px solid #e9ecef;
}

.table-service tr {
  transition: all 0.3s ease;
  border-bottom: 1px solid #f1f3f4;
}

.table-service tr:last-child {
  border-bottom: none;
}

.table-service tr:hover {
  background: linear-gradient(135deg, rgba(0, 48, 135, 0.02), rgba(255, 198, 0, 0.02));
  transform: translateX(5px);
}

.table-service td {
  padding: 20px 25px;
  vertical-align: top;
  line-height: 1.6;
}

.table-service td:first-child {
  font-weight: 700;
  color: var(--tp-theme-1);
  background: linear-gradient(135deg, rgba(0, 48, 135, 0.05), rgba(0, 48, 135, 0.02));
  width: 35%;
  min-width: 150px;
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.table-service td:first-child::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 60%;
  background: linear-gradient(135deg, var(--tp-theme-1), var(--tp-theme-2));
  border-radius: 2px;
}

.table-service td:last-child {
  color: var(--tp-text-body);
  font-size: 15px;
  font-weight: 500;
  background: #fafbfc;
}

/* Responsive cho mobile */
@media (max-width: 768px) {
  .table-service {
    margin: 20px 0;
    border-radius: 8px;
  }
  
  .table-service td {
    padding: 15px 20px;
    display: block;
    width: 100% !important;
  }
  
  .table-service td:first-child {
    background: var(--tp-theme-1);
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
    border-radius: 6px 6px 0 0;
  }
  
  .table-service td:first-child::after {
    display: none;
  }
  
  .table-service td:last-child {
    background: #fff;
    border-radius: 0 0 6px 6px;
    font-size: 14px;
    margin-top: 0;
    padding-top: 10px;
  }
  
  .table-service tr {
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 48, 135, 0.1);
    border: 1px solid #e9ecef;
  }
  
  .table-service tr:last-child {
    margin-bottom: 0;
  }
}

/* Style cho tiêu đề h4 */
h4 + .table-service {
  margin-top: 20px;
}

/* Animation cho table khi load */
.table-service {
  animation: slideInUp 0.6s ease-out;
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.nav-dropdown-toggle {
  display: none !important;
}
.wpcf7-select span.current {
  color: #929292 !important;
}