/**
 * Theme Name:     K-Tech
 * Author:         K-Tech
 * Template:       flatsome
 * Text Domain:	   k-tech
 * Description:    Theme Build by Dai
 * Theme URI:      https://k-tech.net.vn/
 * Author URI:     https://k-tech.net.vn/
 * Version:        2025
 * License:        2NRJM-B46WR-K6VQR-Y4T3D-QRWPX
 * License URI:    https://k-tech.net.vn/
 */

/*************** ADD CUSTOM CSS HERE.   ***************/
html {
  font-size: 24x;
}
.btn-program.button {
  background: var(--primary-color);
}
body {
  font-family: "Nunito Sans", sans-serif;
}
header ul.header-nav {
  justify-content: center;
}

header div#logo {
  margin: 0;
}
.logo_social .ux-logo-link {
  padding: 0 !important;
}
.form_row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 10px;
}
.form-group {
  flex: 2 1 100%;
}
.video_file iframe {
    width: 100%;
    height: 500px;
    border-radius: 20px;
    margin-top: 20px;
}
/* Half width columns */
.form-group.form-half {
  flex: 1 1 calc(50% - 10px);
  min-width: 200px;
}

/* Full width */

/* Inputs, selects, textarea */
.form-wrapper input[type="text"],
.form-wrapper input[type="email"],
.form-wrapper input[type="tel"],
.form-wrapper select,
.form-wrapper textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 16px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  font-weight: 600;
  height: 3.507em;
  color: #000;
  background: #f2f2f2;
}

.form-wrapper input:focus,
.form-wrapper select:focus,
.form-wrapper textarea:focus {
  border-color: #5de0e6;
  box-shadow: 0 0 0 2px rgba(93, 224, 230, 0.2);
  outline: none;
}

/* Textarea */
.form-wrapper textarea {
  min-height: 150px;
  resize: vertical;
}

/* Checkbox/acceptance */
.form-terms {
  font-size: 14px;
  line-height: 1.5;
}

.form-terms input[type="checkbox"] {
  margin-right: 8px;
  transform: scale(1.1);
}

/* Submit button */
.form-wrapper input[type="submit"] {
  background-color: #5de0e6;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 30px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.form-wrapper input[type="submit"]:hover {
  background-color: #36c7ce;
}

/* Form note */
.form-note {
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
}
.form-row-submit input[type="submit"] {
  width: 100%;
  border-radius: 100px;
  text-transform: unset !important;
}

span.wpcf7-spinner {
  position: absolute;
}

form.wpcf7-form.init {
  margin: 0;
}
.form-row-submit input[type="submit"] {
  width: 100%;
  border-radius: 100px;
  text-transform: unset !important;
  margin: 0 !important;
}
/* .box-program .icon-box-text .text {
	margin-left: 30px;
} */
.post-meta-list {
  display: flex;
  gap: 50px;
  font-size: 1rem;
  font-weight: 300;
}

.post-title {
  font-size: 1.5rem;
}

.from_the_blog_excerpt {
  font-size: 1.4rem;
}
.post_meta_custom {
  display: flex;
  justify-content: space-between;
  font-size: 1.2rem;
  margin-bottom: 20px;
  color: #555;
}
.image_box_overlay {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 30px;
}

.image_box_overlay .image_box_overlay__sub_contetnt {
  background-color: rgba(51, 51, 51, 0.73);
  position: absolute;
  bottom: 0;
  height: 0;
  opacity: 0;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  border-radius: 3%;
}
.col_infor_contact .col-inner {
  height: 100%;
}
.library_list .swiper-slide .col {
  width: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding: 0;
}
.image_box_overlay:hover .image_box_overlay__sub_contetnt {
  height: 100%;
  opacity: 1;
}
.image_box_overlay .box .box-text {
  border-radius: 0 0 3% 3%;

}
.image_box_overlay:hover .box .box-text {
  opacity: 0;
}
.tag_slider {
  width: 11.806vw;
  height: 11.806vw;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  bottom: -100px;
  z-index: 1;
  left: 50px;
}

.tag_slider:before {
  content:'';
  background-image: url('https://ktech7.k-tech-services.com/info354/wp-content/uploads/2025/10/Star-6.png');
  position: absolute;
  width: 11.806vw;
  height: 11.806vw;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  animation: spin 6s linear infinite;
}
@keyframes spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

.tabs.wc-tabs.product-tabs {
  display: none;
}
.product.product-small .box-text {
  text-align: center;
}
.blog_post_home .col.post-item {

}

.blog_post_home .col.post-item .col-inner {
  padding: 10px;
  background: #EDF1FF;
  border-radius: 10px;
}

.blog_post_home .col.post-item  .post-title {
  font-size: 24px !important;
  color: var(--primary-color);
}
p.from_the_blog_excerpt {
  font-size: 16px;
}
.flickity-nav-group {
  display: flex;
  position: relative;
  /* align-items: center; */
  width: 100px;
  margin: 50px auto 0;

}

.flickity-nav-group button {
  opacity: 1 !important;
  border-radius: 50%;
  border: 1px solid var(--primary-color);
}
p:last-of-type {
  margin-bottom: 0 !important;
}
.video_meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.ktech-like-btn {display: flex;align-items: center;gap: 5px;cursor: pointer;font-size: 16px;}
.ktech-like-btn span.heart {
  content: url('./public/images/empty_heart.svg');
  width: 24px;
  height: 24px;
}
.ktech-like-btn.liked span.heart {
  content: url('./public/images/heart.svg');
}
.ktech-like-btn.liked span.heart {}

.webinar_video__item--thumbnail:before {
  background-color: rgba(0, 0, 0, 0.17);
  border-radius: 5px;
  content: '';
  position: absolute;
  inset: 0;
  z-index: 3;
}

.webinar_video__item--thumbnail {
  position: relative;
  overflow: hidden;
}

.webinar_video__item--thumbnail:after {
  content: url('./public/images/playvideo.svg');
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 5;
}

.webinar_video__item:hover img {
  scale: 1.2;
}

.webinar_video__item img {
  transform: scale(1);
  transition: all 0.5s;
}
.wrapper {
  position: relative;
}
.wrapper a.cover_link {
  position: absolute;
  inset: 0;
  z-index: 10;
}
.webinar_speaker__content {
  border: 1px solid #003589;
  border-radius: 10px;
  padding: 20px;
}

.webinar_speaker__content--item {
  display: flex;
  gap: 30px;
}

.webinar_speaker__content--item .speaker_avatar img {
  width: 200px;
  aspect-ratio: 1;
}

.webinar_speaker__content--item .speaker_info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% - 14.931vw);
  gap: 2rem;
}

.webinar_speaker__content--item:not(:last-of-type) {
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.list_time_zone {
  display: flex;
  grid-template-columns: 1fr 1fr 1fr;
  flex: 45px;
  row-gap: 14px;
  flex-wrap: wrap;
  gap: 15px;
}

.list_time_zone .item_time_zone {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  width: calc((100% /3) - 10px);
}

.list_time_zone .item_time_zone >* {
  width: calc(50% - 0px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.list_time_zone .item_time_zone .item_time_zone__label {
  color: #fff;
  background: var(--primary-color);
  padding: 8px;
  border-radius: 100px;
}
.time_zone_box {
  margin: 30px 0;
}
body:not(.logged-in) li.account-item {
  display: none;
}
section.section_webinar_content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.box_register_webinar {
  border: 1px solid #003589;
  padding: 20px;
  border-radius: 15px;
}

.box_register_webinar .btn_register_webinar {
  background: #BF00FF;
  color: #fff;
  font-weight: 900;
  font-size: 22px;
  width: 15rem;
  display: block;
  text-align: center;
  margin: 0 auto;
  border-radius: 100px;
  margin-top: 30px;
}
a.view_more_btn {
  background: #00215B;
  border-radius: 0 100px 100px 0;
  padding: 6px 14px;
  display: block;
  width: max-content;
  color: #fff;
}

.webinar_post__item {
  border: 1px solid #00215B;
  border-radius: 15px;
  overflow: hidden;
}

.webinar_post__meta {
  padding: 20px;
}
.image_box_overlay  .box.has-hover {
    border-radius: 15px !important;
    overflow: hidden;
}
.image_box_overlay .image_box_overlay__sub_contetnt {
    border-radius: 15px !important;
	
}
.webinar_post__meta .webinar_post__content {
  margin-bottom: 20px;
}

.webinar_post__item .webinar_post__item--thumbnail img {
  aspect-ratio: 16/9;
}
.library_page {
  padding-top: 30px;
}
.content.text.title_section {
  font-size: 1.2rem;
}
.library_page .section_webinar_content {
  padding-top: 0;
}
.col:has(.title_section) {
  padding-bottom: 30px !important;
}

.col:has(.title_section) h1,.col:has(.title_section) h2 {
  margin-bottom: 0;
}
.header_link_wrapper {
  display: flex;
  gap:10px;
}
.my_account_sidebar--mb ,.filter.filter_fix {
  display: none;
}
.btn_previous_webinar a {
  display: block;
  border-radius: 100px;
  border: 1px solid var(--primary-color);
  padding: 10px;
  text-align: center;
  color: var(--primary-color);
  font-weight: 700;
  font-size: 20px;
  margin-top: 20px;
}
.post-type-archive-product .page-description {
  display: none;
}
.sortable-list {width: 100%;/* padding-left: 2rem; */
  list-style: none;
}

.sortable-list button {
  padding: 0;
  margin: 0;
  color: #fff;
  border-radius: 6px;
  width: 24px;
  height: 24px !important;
  font-size: 14px;
  line-height: 27px !important;
  min-height: 27px;
}

.sortable-list .profile-actions button.btn-remove {
  background: #f4361e;
}

.sortable-list .profile-actions button {
  background: var(--primary-color);
}

.sortable-list li {
  background-size: 4px;
  word-break: break-all;
  padding: 0 92px 11px 22px;
  line-height: 1.5;
  position: relative;
  border-bottom: 1px solid #eee;
  background: url(../../uploads/2025/10/dot1.png) no-repeat 0 10px;
}

.sortable-list .profile-actions {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  gap: 6px;
}
.research-item {
  position: relative;
  padding: 0 92px 11px 22px;
  line-height: 1.5;
  position: relative;
  border-bottom: 1px solid #eee;
  background: url(../../uploads/2025/10/dot1.png) no-repeat 0 10px;
}
input#r-date {
  width: 100%;
}
.video_meta__sub {
  display: flex;
  align-items: center;
  gap: 20px;
}

.comments_link {
  display: flex;
  align-items: center;
  gap: 5px;
}
.profile-input {
  display: flex;
  gap: 10px;
}
.profile-input button {
  margin-right: 0;
  width: 120px;
}
.upcoming_box {
  border-radius: 15px;
  border: 1px solid #00215B;
  overflow: hidden;
}

.upcoming_box  .box-text {
  padding: 20px;
}
ul.nav-dropdown {
  padding: 0;
  text-align: center;
  left: 50% !important;
  transform: translateX(-50%);
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
  min-width: 160px !important;
}

.nav-dropdown-has-arrow li.has-dropdown:before {
  display: none;
}

.nav-dropdown-has-arrow li.has-dropdown:after {
  display: none;
}

ul.nav-dropdown  a {
  border:none !important;
}

header#header .header-main {
  background: #FFF;
  box-shadow: 0 4px 4px 0 rgba(27, 27, 27, 0.25);
}
header .header-nav .menu-item a {
  color: var(--primary-color);
  font-weight: 500;
  font-size: 20px;
  transition: all 0.5s;
  position: relative;
}

header .header-nav .menu-item a:hover {
  color: var(--fs-color-secondary);
}

header .header-nav .menu-item a:before {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background-color: var(--fs-color-secondary);
  transition: all 0.5s;
  bottom: 0;
  left: 0;
}

header .header-nav .menu-item a:hover:before {
  width: 100%;
}
.section_footer .col-inner img {
  margin: 0 !important;
}
.section_footer .col {
  font-size: 13px;
}
.form-group input, .form-group select,.profile-input input,.form-group textarea, input[type=button].button, input[type=reset].button ,#msr_wrapper input,#msr_wrapper select{
  border-radius: 10px !important;
}
input[type=submit], input[type=submit].button, button ,.button{
  border-radius: 100px !important;
}
.blog_post_news  .box-image ,div#respond {
  border-radius: 15px;
}
.form_row-submit input {
  border-radius: 100px !important;
  width: 100%;
}
.menu_footer .ux-menu-link:first-child {font-weight: 800;}
.section_footer p {
  margin-bottom: 0.5rem !important;
}
.form-group label {
  position: relative;
  padding-left: 20px;
}

.form-group label:before {
  content: '';
  position: absolute;
  background: var(--fs-color-secondary);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  left: 0;
  top: 8px;
}
.entry-header-text {border-bottom: 2px solid var(--primary-color);margin-bottom: 1rem;}

.entry-header-text .entry-divider {
  display: none;
}

.entry-header-text .entry-title {
  margin-bottom: 0;
}
.blog_post_news  .box-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.blog_post_news  .box.box-vertical {
  height: 100%;
}
.nav_link_icon.magnet-item {
  display: none;
}
.icon_event {
  margin: 10px 0 40px;
}
.webinar_title h2 {
  margin-bottom: 0;
}
header .header-nav .sub-menu .menu-item a:before {
  display: none;
}
section.profile-section h3 {
  margin-bottom: 0;
}
.wpmake-advance-user-avatar-container .wpmake-advance-user-avatar-upload button {
  margin-right: 0;
  background: var(--fs-color-primary) !important;
  border-radius: 100px !important;
  height: 40px;
  line-height: 1;

}

#login-required-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 1);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-required-popup {
    background: #ffffff;
    padding: 40px;
    max-width: 420px;
    width: 90%;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.login-required-popup h2 {
    margin-bottom: 16px;
    font-size: 22px;
}

.login-required-popup p {
    margin-bottom: 30px;
    font-size: 16px;
    color: #555;
}

.login-required-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
	margin-top: 20px;
}
.woocommerce-form-row label {
  margin-bottom: 8px;
}

.woocommerce-form-row {
  margin-bottom: 0;
}
.login-required-actions .btn-back {
    padding: 10px 20px;
    background: #e5e5e5;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 15px;
}

.login-required-actions .btn-login {
    padding: 10px 22px;
    background: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 15px;
}

.login-required-actions .btn-login:hover {
    background: #005177;
}
.login-required-actions a,.login-required-actions button {
    margin: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 24px !important;
}
.msr-form-group {
	height: 70px;
	display: flex;
    align-items: center;
}
#msr_wrapper input, #msr_wrapper select {
    width: 100%;
    padding: 10px;
    margin: 8px 0;
}
.video_banner_link iframe {
    border-radius: 20px;
}
.row_5 {
  padding: 0 15px;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    display: none;
}
.library_list {
    padding: 0 25px;
}

.library_list  .swiper-button-prev {
    left: 0;
}

.library_list .swiper-button-next {
    right: 0;
}
@media only screen and (max-width: 1200px) {
  /*************** ADD TABLET ONLY CSS HERE  ***************/
  .row_5 .col.col_content_item {
    max-width: calc(50% - 10px);
    flex-basis: 50%;
  }
  .list_time_zone {
    grid-template-columns: 1fr 1fr;
  }
  .list_time_zone .item_time_zone {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .tag_slider,.tag_slider:before {
    width: 150px;
    height: 150px;
  }
  .col {
    padding-bottom: 10px !important;
  }
  .title_section {
    font-size: 1rem !important;
  }
  .list_time_zone {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .list_time_zone .item_time_zone {
    width: 100%;
  }
  .list_time_zone .item_time_zone >* {
    width: calc(50% - 0px);
  }
  .webinar_speaker__content--item {
    flex-direction: column;
  }

  .webinar_speaker__content--item .speaker_info {
    width: 100%;
  }

  .webinar_speaker__content--item .speaker_avatar img {
    width: auto;
  }

  .webinar_speaker__content--item .speaker_avatar {
    text-align: center;
  }
  .icon_event {
    margin: 10px 0 20px;
  }
  #msr_wrapper {
    padding: 0;
  }

  .msr-step-indicator {
    width: 60px;
    height: 60px;
  }
  .image_box_overlay .image_box_overlay__sub_contetnt {
    padding: 20px;
  }
  .row_5 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .row_5 .col.col_content_item .col_content_item__title h3 {
    font-size: 22px;
  }
  .title_section span {
    font-size: 17px;
  }
  a.btn_previous.btn_full {
    display: none;
  }
  .group_activity {
    flex-direction: column;
  }

  .group_activity__list {
    width: 100%;
  }
	.form_row {
    gap: 0;
}
	.row_4_box {
    padding: 0 10px;
    gap: 10px;
}

.row_4_box .col {
    padding-left: 0;
    padding-right: 0;
    flex-basis: calc(50% - 5px);
    max-width: 50%;
    padding-bottom: 0 !important;
}
}
