/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.amlab_text_phong_lab>p {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  font-family: Philosopher, sans-serif;
}

.amlab_text_phong_lab ul li {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}

.amlab_video_btn .overlay,
.amlab_video_btn .open-video .absolute.no-click {
  opacity: 0;
}

.amlab_video_btn {
  transition: all .3s linear;
}

.amlab_video_btn:hover {
  transform: scale(0.9);
}

.amlab_cong_nghe_banner .banner-bg>img {
  border-radius: 0 0 40px 40px;
}

/* AMLAB BLOG FEATURED */
.advanced-slider-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

/* Wrapper để ẩn các phần tử bị tràn */
.custom-slider-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 10px;
}

/* Row chứa các bài viết */
.amlab_blog_featured_home {
  display: flex;
  flex-wrap: nowrap !important;
  position: relative;
  left: 0;
  cursor: grab;
  transition: left 0.5s ease;
  justify-content: flex-start;
}

.amlab_blog_featured_home.is-dragging {
  cursor: grabbing;
  transition: none;
}

/* Định dạng cho từng bài viết */
.amlab_blog_featured_home .col.post-item {
  flex-shrink: 0;
  box-sizing: border-box;
  width: 30%;
  max-width: 30% !important;
  flex-basis: 30% !important;
  overflow: hidden;
  opacity: 0.7;
  transition: width 0.4s ease, opacity 0.4s ease;
  /* Chuyển tiếp mượt mà */
}

.amlab_blog_featured_home .col.post-item>.col-inner {
  border-radius: 36px;
  height: fit-content;
  background-color: #F4F9FF;
  padding: 24px;
}

/* Trạng thái Active (nổi bật) */
.amlab_blog_featured_home .col.post-item.is-active {
  width: 40%;
  max-width: 40% !important;
  flex-basis: 40% !important;
  opacity: 1;
  /* Đặt opacity về 1 khi active */
}

.amlab_blog_featured_home .col.post-item .is-divider {
  display: none;
}

.amlab_blog_featured_home .col.post-item .box-text {
  padding-bottom: 0 !important;
}

.amlab_blog_featured_home .col.post-item .box-text .post-title {
  font-family: Roboto, sans-serif !important;
}

.amlab_blog_featured_home .col.post-item .box-image img {
  border-radius: 12px;
}

/* --- CSS cho thanh điều khiển bên dưới --- */
.custom-slider-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 400px;
  gap: 10px;
  position: absolute;
  bottom: 0;
  right: 30%;
  transform: translateX(50%);
}

.slider-button {
  background: transparent;
  border: none;
  color: #888;
  cursor: pointer;
  font-size: 28px;
  transition: color 0.3s ease;
  line-height: 1;
  padding: 0;
  margin: 0 !important;
  /* Khoảng cách giữa các nút */
}

.slider-button:hover {
  color: #333;
}

.slider-progress-container {
  display: flex;
  align-items: center;
  flex-grow: 0;
  justify-content: center;
}

.slider-counter {
  font-size: 14px;
  color: #555;
  white-space: nowrap;
  margin: 0;
  margin-left: 10px;
}

.slider-progress {
  width: 120px;
  height: 4px;
  background: #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
}

.slider-progress-bar {
  width: 0;
  height: 100%;
  background: #3F3FE8;
  border-radius: 2px;
  transition: width 0.4s ease;
}

/* AMLAB BLOG FEATURED */
.amlab_vtc_bgr.amlab_home_doi_tac {
  background: #3F3FE8 !important;
}

.amlab_see_all_underline>span {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #3F3FE8;
}

.pb0 {
  padding-bottom: 0;
}

.text_20,
.text_20>* {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.text_28,
.text_28>* {
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.text_36,
.text_36>* {
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
}

.text_70,
.text_70>* {
  font-size: 48px;
  font-weight: 700;
  line-height: 52px;
}

.text_70_bner,
.text_70_bner>* {
  font-size: 70px !important;
  font-weight: 700 !important;
  line-height: 76px !important;
}

.text_50,
.text_50>* {
  font-size: 50px !important;
  font-weight: 700 !important;
  line-height: 70px !important;
}

.sidebar-menu .nav-sidebar.nav-vertical>li>a {
  color: #000;
  text-transform: math-auto;
  font-size: 24px;
  font-weight: 400;
  padding: 0;
}

.nav-sidebar.nav-vertical>li.menu-item:hover {
  background-color: transparent;
}

.gg_map iframe {
  border-radius: 40px;
}

.sidebar-menu .nav-sidebar.nav-vertical>li.menu-item:hover a {
  color: #3F3FE8;
  font-size: 36px;
  font-weight: 700;
}

.logo_pd-0>.block {
  padding: 0 !important;
}

.amlab_social_icon .img {
  width: 24px !important;
}

.amlab_social_icon.icon_large .img {
  width: 40px !important;
}

.amlab_social_icon>* {
  --stack-gap: 24px !important;
}

.amlab_roboto>* {
  font-family: "Roboto" !important;
}

.nav-dropdown-has-arrow .mfp-container {
  background: linear-gradient(180deg, #CACBF7 0%, #FFFFFF 100%);
}

.nav-dropdown-has-arrow .mfp-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35%;
  height: auto;
  aspect-ratio: 1 / 1;
  background-image: url('/wp-content/uploads/2025/06/tebaofinal-7.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  z-index: 0;
  pointer-events: none;
}

.nav-dropdown-has-arrow .mfp-container .mfp-content {
  height: 80%;
  padding-top: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-dropdown-has-arrow .mfp-container::before {
  content: "";
  position: absolute;
  top: 20%;
  left: 10%;
  width: 15%;
  height: auto;
  aspect-ratio: 1 / 1;
  background-image: url(/wp-content/uploads/2025/06/tebaofinal-8.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  z-index: 0;
  pointer-events: none;
}

.nav-dropdown-has-arrow .mfp-close svg {
  color: #5dc729;
}

.btn_tim_hieu_them .icon-angle-left {
  background: linear-gradient(180deg, #3F3FE8 8.75%, #1A1A96 110%);
  margin: 0;
  padding: 10px;
  height: 40px;
  width: 40px;
  border-radius: 99px;
}

.btn_tim_hieu_them .icon-angle-left:before {
  content: "";
  background-image: url(./assets/images/icon_up.png);
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 11px 11px;
  width: 11px;
  height: 11px;
}

.btn_tim_hieu_them span {
  color: #1A1A96;
}

.border_30>* {
  border-radius: 30px;
}

.row_bg_ft {
  position: absolute;
  bottom: -126%;
  z-index: -1;
}

.copyright-footer {
  color: #1A1A96;
  font-size: 16px;
  font-weight: 300;
}

.s2_ft_amalab .ux-menu-link__text {
  font-size: 16px;
  font-weight: 300;
  color: #000000;
}

.s2_ft_amalab .tt_menu-ft h3 {
  font-size: 24px;
  font-weight: 700;
}

.text_18,
.text_18>* {
  font-size: 18px;
  font-weight: 300;
}

.form_contact_ft p {
  display: flex;
  justify-content: space-between;
}

.form_contact_ft label {
  width: calc(50% - 50px);
  display: flex;
  margin-bottom: 15px;
}

.form_contact_ft label span {
  width: 100%;
}

.form_contact_ft .lb_name {
  width: 125px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: #000000;
}

.form_contact_ft .select_dv {
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.title_form_ft h3 {
  background: linear-gradient(89.67deg, #2222a9 0.29%, #9382f4 33.2%, #2c2ca8 65.48%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 44px;
  line-height: 52px;
  font-weight: 700;
}

.form_contact_ft .wpcf7-spinner {
  display: none !important;
}

.form_contact_ft input[type="text"],
.form_contact_ft input[type="tel"],
.form_contact_ft input[type="email"] {
  border: none;
  border-bottom: 1px solid #000;
  width: 100%;
  padding: 0;
  font-size: 28px;
  background: transparent;
  outline: none;
  box-shadow: none;
  height: 40px;
  margin-bottom: 10px;
  font-weight: 300;
}

.form_contact_ft {
  max-width: 60%;
  margin: 0 auto;
}

.form_contact_ft select {
  margin-bottom: 0;
  box-shadow: unset;
  border: 1px solid #000;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 300;
  color: #000;
  height: fit-content;
  padding-top: 2px;
  padding-bottom: 5px;
  background-color: transparent;
}

.submit.text-center input {
  background: url(./assets/images/Arrow_Up_Right_SM.png) no-repeat left center;
  background-size: 40px 40px;
  padding-left: 50px;
  background-color: transparent;
  border: none;
  color: #1a1a96;
  overflow: visible !important;
  font-size: 18px;
  font-family: roboto;
  font-weight: 600;
  text-transform: math-auto;
}

.submit.text-center input:hover {
  box-shadow: none;
}

.amlab_slider_bac_si .col {
  flex-basis: calc(100%/7);
  max-width: calc(100%/7);
}

.amlab_slider_bac_si .col:nth-child(even) {
  margin-top: 100px;
}

.amlab_slider_bac_si .flickity-viewport {
  min-height: 700px;
}

.amlab_slider_bac_si img {
  border-radius: 20px;
}

.amlab_slider_bac_si .flickity-prev-next-button {
  display: none;
}

.s2_ft_amalab .icon-facebook,
.s2_ft_amalab .icon-instagram,
.s2_ft_amalab .icon-twitter {
  background-color: #1A1A96;
  padding: 7px 10px 3px 10px;
  border-radius: 20px;
  width: 40px;
  height: 40px;
}

.s2_ft_amalab .icon-facebook:before,
.s2_ft_amalab .icon-instagram:before,
.s2_ft_amalab .icon-twitter::before {
  color: #fff;
}

.s2_ft_amalab .social-icons {
  display: flex;
  gap: 20px;
}

.row_testimo img {
  border-radius: 30px !important;
}

.row_testimo .icon-box-img {
  max-width: 280px;
}

.row_testimo .name_cus {
  position: relative;
}

.row_testimo .name_cus::after {
  content: "";
  background-image: url('./assets/images/apostrophe.png');
  background-repeat: no-repeat;
  background-size: 56px 40px;
  width: 56px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 0;
}

.amlab_slider_customer .flickity-slider>.col {
  flex-basis: 60%;
  max-width: 60%;
}

.row_testimo .star-rating:before,
.row_testimo .star-rating span:before {
  color: #FFD91B !important;
}

.fedback_cus>h4,
.name_cus h4 {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}

.name_cus p {
  font-size: 16px;
  font-weight: 400;
}

/* .row_testimo .medium-4 {
  padding-right: 0;
}

.row_testimo .medium-8 {
  padding-left: 8px;
} */

.amlab_slider_customer .star-rating {
  margin-bottom: 20px;
  margin-top: 0;
}

.amlab_slider_customer .flickity-page-dots .dot,
.amlab_dv_sideblog .flickity-page-dots .dot {
  margin: 0;
  border: 3px solid #D9D9D9;
  border-radius: 99px !important;
  background-color: #D9D9D9;
}

.amlab_slider_customer .flickity-page-dots .dot.is-selected,
.amlab_dv_sideblog .flickity-page-dots .dot.is-selected {
  border: 3px solid #3F3FE8;
  background-color: #3F3FE8;
}

.amlab_dv_sideblog .box .box-text .post-title>a {
  font-weight: 500 !important;
  font-size: 20px !important;
  line-height: 28px !important;
  font-family: Roboto, sans-serif;
}

.amlab_slider_customer {
  position: relative;
}

.amlab_slider_customer .flickity-prev-next-button.previous {
  left: 43%;
  bottom: 0;
  top: unset;
  z-index: 2;
}


.amlab_slider_customer .flickity-prev-next-button.next {
  right: 43%;
  left: unset;
  top: unset;
  bottom: 0;
  z-index: 2;
}

.amlab_slider_customer .page-counter {
  text-align: center;
  bottom: 25px;
  position: relative;
}

.amlab_slider_co_van .page-counter {
  text-align: center;
  bottom: 45px;
  position: relative;
}

.slider .page-counter {
  text-align: center;
  position: relative;
}

.amlab_slider_co_van .flickity-page-dots .dot {
  margin: 0;
  border: 3px solid #D9D9D9;
  border-radius: 99px;
}

.amlab_slider_co_van .flickity-page-dots .dot.is-selected {
  border: 3px solid #3F3FE8;
}

.amlab_slider_co_van .flickity-prev-next-button.previous {
  left: 40%;
  top: 86.5%;
  z-index: 2;
}

.amlab_slider_co_van .flickity-prev-next-button.next {
  right: 40%;
  left: unset;
  top: 86.5%;
  z-index: 2;
}
.amlab_slider_co_van .page-counter {
  translate: 0 50px;
}

.amlab_slider_co_van .col {
  flex-basis: 50%;
  max-width: 50%;
  padding: 0px 10px 30px 10px;
}
.amlab_slider_co_van .col .col-inner {
  padding: 0 30px;
}

.amlab_slider_co_van .flickity-page-dots {
  bottom: 25px;
}

.amlab_slider_co_van {
  padding: 40px !important;
  background-color: #F4F9FF;
  border-radius: 30px;
}

.amlab_slider_co_van .box-image img {
  border-radius: 20px;
  background-image: url(/wp-content/uploads/2025/07/8b541cec1d7af54050aa566183f3fa4ba8dae80d-scaled.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
  object-position: top;
}

.amlab_slider_co_van .flickity-page-dots .dot {
  margin: 0;
}
.amlab_slider_co_van .box .box-text-inner {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.amlab_slider_co_van .box .box-text {
  vertical-align: top;
  background-color: white;
  border-radius: 20px;
  padding: 16px 20px;
}
.amlab_slider_co_van .box {
  height: 100%;
}
.amlab_slider_co_van .box .image-cover {
  height: 100%;
  min-height: 270px;
}

.amlab_slider_co_van .box h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
}

.amlab_slider_co_van .box p {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}

.amlab_slider_co_van .icon-box-img img {
  border-radius: 99px;
}

.amlab_cn_bdr40 img {
  border-radius: 40px;
}

.blog-single h1.entry-title {
  text-align: left;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  color: #1A1A96;
  padding-top: 60px;
}

.blog-single .entry-header-text {
  text-align: left;
  padding-left: 0;
}

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

.blog-single .entry-content img {
  border-radius: 30px;
}

.blog-single .social-icons a>i {
  background-color: #1A1A96;
  padding: 10px 10px 10px 10px;
  border-radius: 20px;
  width: 40px;
  height: 40px;
}

.blog-single .social-icons a>i::before {
  color: #fff;
}

.blog-single .social-icons a {
  border: none;
}

.blog-single .entry-content .is-divider {
  display: none;
}

.blog-single .comments-area {
  display: none;
}

.row_btn_blog .medium-7 .col-inner {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.row_btn_blog .row {
  max-width: 1480px;
}

.row_btn_blog .medium-7 .col-inner a {
  padding: 13px 35px;
  border: 1px solid #1A1A96;
  border-radius: 99px;
}

.row_btn_blog .medium-7 .col-inner a:hover {
  background-color: #1A1A96;
  color: #fff;
}

.row_btn_blog .ux-search-submit {
  background-color: #fff;
  color: #000;
  border: none;
}

.row_btn_blog .ux-search-submit:hover {
  box-shadow: none;
}

.row_btn_blog .search-field.mb-0 {
  border: none;
  border-bottom: 1px solid #000;
  box-shadow: none;
}

.row_btn_blog .flex-row {
  display: flex;
}

.row_btn_blog .flex-row .flex-col.flex-grow {
  order: 2;
}

.row_btn_blog .flex-row .flex-col {
  order: 1;
}

.s_blog_special .post-item:nth-child(2) .image-cover {
  padding-top: 300px !important;
}

.s_blog_special .post-item:nth-child(odd) {
  padding-top: 60px;
}

.s_blog_special .box-image img {
  border-radius: 20px;
}

.s_blog_special .post-item .col-inner {
  padding: 15px;
  border-radius: 30px;
}

.row_sl_blog .post-item {
  flex-basis: 50% !important;
  max-width: 50% !important;
}

.s_banner_blog img,
.s_banner_blog .banner {
  border-radius: 40px;
}

.row_question_amlab .accordion-title {
  padding-left: 0;
  border-top: none;
  border-bottom: 1px solid #ddd;
  font-size: 20px;
  color: #000;
  font-weight: 500;
}

.row_question_amlab .accordion-title span {
  font-size: 20px;
  color: #000;
  font-weight: 500;
}

.row_question_amlab .toggle {
  left: unset;
  right: 0;
}

.row_question_amlab .accordion-inner {
  padding: 15px 0;
}

.row_question_amlab .accordion-title.active {
  background-color: transparent;
  border-bottom: 2px solid #1A1A8D;
}

.slider .flickity-prev-next-button {
  opacity: 1 !important;
  transform: unset;
}

.row_sl_blog .flickity-prev-next-button .flickity-button-icon {
  fill: rgba(0, 0, 0, 0.4) !important;
}

.row_sl_blog .flickity-prev-next-button .flickity-button-icon .arrow {
  fill: rgba(0, 0, 0, 0.4) !important;
}

.row_sl_blog .slider-nav-light .flickity-page-dots .dot {
  border-color: #D9D9D9;
  height: 3px;
  margin: 0;
  border-radius: 20px;
}

.row_sl_blog .slider-nav-light .flickity-page-dots .dot {
  border-color: #D9D9D9;
  height: 3px;
  margin: 0;
}

.row_sl_blog .slider-nav-light .flickity-page-dots .dot.is-selected {
  border-color: #3F3FE8;
}

.row_sl_blog .flickity-page-dots {
  bottom: -10px;
}

.row_sl_blog .flickity-prev-next-button.previous {
  top: 98.5%;
  left: 45%;
  z-index: 10;
}

.row_sl_blog .flickity-prev-next-button.next {
  top: 98.5%;
  right: 45%;
  left: unset;
  z-index: 10;
}

.s_blog_special h5.post-title {
  font-family: Roboto;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 40px;
}

.s_blog_special .from_the_blog_excerpt {
  font-size: 18px;
  font-weight: 300;
  font-family: Roboto;
  color: #00446A;
}

.row_sl_blog h5.post-title {
  font-family: Roboto;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 30px;
}

.row_sl_blog .from_the_blog_excerpt {
  font-size: 18px;
  font-weight: 300;
  font-family: Roboto;
  color: #00446A;
}

.s_question_amlab::before {
  content: "";
  background-image: url(/wp-content/uploads/2025/06/tebaofinal-1-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 224px;
  position: absolute;
  height: 100%;
  top: 0%;
  left: 30%;
}

.s_question_amlab::after {
  content: "";
  background-image: url(/wp-content/uploads/2025/06/tebaofinal-2.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 190px;
  position: absolute;
  height: 100%;
  top: 35%;
  left: 0%;
}

.blog-single .blog-share {
  display: none;
}

.row_icon_share .icon-box {
  cursor: pointer;
}

.qt_canhan h2 {
  font-size: 20px;
  font-weight: 500;
  font-family: Roboto;
  line-height: 28px;
  color: #000;
}



.grif_img .img img {
  border-radius: 20px;
}

.s_qt_canhan .amlab_qtbg {
  background-image: unset;
}

.s_3col_dv .img img {
  border-radius: 24px;
}

.s_3col_dv .icon img {
  border-radius: 9999px;
  aspect-ratio: 1 / 1;
}

.s_3col_dv .medium-5 .col-inner>.box1 {
  margin-bottom: 30px;
}

.s_3col_dv .icon-box h3 {
  font-size: 20px;
  font-family: Roboto;
  font-weight: 700;
  line-height: 28px;
  color: #3F3FE8;
}

.s_3col_dv .icon-box p {
  font-size: 18px;
  font-family: Roboto;
  font-weight: 300;
  line-height: 32px;
  color: #3F3FE8;
}

.s_3col_dv .section-content>.row {
  max-width: 1396px;
}

.s_dv_ic_noibat .icon-box-img img {
  border-radius: 112px;
  aspect-ratio: 200 / 85;
}

.s_dv_ic_noibat .icon-box-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.s_dv_ic_noibat .icon-box-text h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
  color: #00446A;
  margin: 0;
}

.s_dv_ic_noibat .icon-box-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
}

.s_dv_who .row {
  max-width: 1396px;
}

.s_dv_who .img img {
  border-radius: 40px;
}

.s_dv_whychose .large-12 {
  position: relative;
  background-image: url(/wp-content/uploads/2025/07/BG2.png);
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 40px;
  overflow: hidden;
}

/* .s_dv_whychose .large-12::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(63, 63, 232, 1);
  border-radius: 40px;
  z-index: 1;
} */

.s_dv_whychose .large-12>* {
  position: relative;
  z-index: 2;
}

.amlab-focus-slider img {
  width: 100%;
  height: auto;
  display: block;
}

.amlab-focus-slider .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  /* Đẩy nội dung xuống đáy */
  transition: transform 0.3s;
  transform: scale(0.8) !important;
  /* Mặc định các slide thu nhỏ */
  z-index: 1;
  text-align: left;
  background-color: #fff;
  padding: 20px;
  border-radius: 30px;
}

.amlab-focus-slider .swiper-slide-active {
  transform: scale(1.05) !important;
  /* Slide active phóng to */
  z-index: 2;
}

.amlab-focus-slider .slide-content {
  margin-top: auto;
  /* Đẩy nội dung xuống đáy */
  background: #fff;
  /* Tuỳ chỉnh nền nếu muốn */
  padding: 10px;
}

.amlab-focus-slider .post-excerpt {
  font-size: 18px;
  color: #00446A;
  margin-top: 8px;
  font-weight: 300;
}

.amlab-focus-slider .post-excerpt h3 {
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  font-family: Roboto;
}

.amlab-focus-slider a {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
}

.amlab-focus-slider a .slide-content {
  margin-top: auto;
  /* Đảm bảo nội dung luôn bám đáy link */
}

.amlab-focus-slider {
  min-height: 590px;
  padding-top: 20px !important;
}

.amlab-focus-slider img {
  border-radius: 20px;
  margin-bottom: 20px;
}

.btn_xemthem_blog {
  display: none;
}

.banner_single {
  background-image: url(/wp-content/uploads/2025/07/image-5.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-wrapper.page-wrapper {
  padding-top: 0;
}

.col_post_single_title_amlab {
  height: 400px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  max-width: 1650px;
  margin: 0 auto;
}

.title_post_amlab {
  font-size: 72px;
  font-weight: 700;
  line-height: 93px;
  color: #1A1A8D;
  margin-bottom: 0;
  text-align: left;
  bottom: 25px;
  position: absolute;
}

.post_recrum_amlab {
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  color: #000;
  font-family: Philosopher, sans-serif;
}

.post_recrum_amlab .postt {
  color: #1A1A8D;
}

.amlab_ceo_bg.blog {
  margin: 50px auto;
}

.amlab_vertical_tabs_info .nav-vertical li {
  border-bottom: 1px solid #000000;
  border-top: none;
}

.amlab_vertical_tabs_info .tab a span::before {
  content: ".";
  font-size: 36px;
  line-height: 20px;
  padding-right: 7px;
  top: -5px;
  position: relative;
}

.img_bn_doctor .col-inner {
  background-color: rgba(63, 63, 232, 1);
}

.img_bn_doctor .col-inner>* {
  z-index: 10;
  position: relative;
}

/* .img_bn_doctor .col-inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #1A1A8D;
  opacity: 0.7;
  z-index: 0;
} */

.s_bn_doctor::after {
  content: "";
  background-image: url(/wp-content/uploads/2025/06/tebaofinal-2.png);
  background-repeat: no-repeat;
  display: block;
  background-size: contain;
  position: absolute;
  left: 0;
  width: 562px;
  height: 562px;
  bottom: 0;
}

.amlab_text_info_footer>p {
  margin-bottom: 10px;
}

.amlab_icb_footer .icon-box-text {
  padding-left: 10px !important;
}

.nav>li>a>i.icon-menu::before {
  content: "";
  background-image: url(./assets/images/menu.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  display: block;
  position: relative;
}

.amlab_bubble_float {
  animation: floating 3.5s ease-in-out infinite;
}

.col_border_bottom {
  border-bottom: 1px solid #ffffff;
}

.amlab_vtc_2fcells {
  margin-bottom: 0 !important;
}

#ez-toc-container .ez-toc-title {
  font-family: Philosopher, sans-serif;
  font-weight: 700;
  font-size: 24px !important;
  line-height: 30px;
}

div#ez-toc-container {
  padding: 24px !important;
  border-radius: 40px;
}

.ez-toc-title-container {
  padding-bottom: 20px;
}

#ez-toc-container>nav>.ez-toc-list {
  border-top: 1px solid rgba(213, 213, 213, 1);
  padding-top: 20px;
}

div#ez-toc-container ul li,
div#ez-toc-container ul li a {
  line-height: 24px !important;
  margin-bottom: 5px;
  color: rgba(19, 27, 61, 1);
}

div#ez-toc-container ul li.ez-toc-heading-level-2>a:first-child {
  font-size: 18px !important;
  font-weight: bold !important;
}

div#ez-toc-container ul li:not(.ez-toc-heading-level-2)>a {
  font-size: 16px !important;
}

div#ez-toc-container ul.ez-toc-list a:hover {
  text-decoration: unset;
}

@media only screen and (max-width:48em) {

  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .amlab_slider_co_van .box .box-text-inner {
    min-height: 260px;
  }
  .amlab_slider_co_van .col .col-inner {
    padding: 0;
  }
  .s_dv_who .img img {
    border-radius: 16px;
  }
  .amlab_vertical_tabs_info  {
    justify-content: center;
  }
  .amlab_vertical_tabs_info ul li {
    width: fit-content !important;
    white-space: nowrap;
    z-index: 2;
  }
  .amlab_vertical_tabs_info ul::-webkit-scrollbar {
    display: none;
  }
  .amlab_vertical_tabs_info ul {
    order: 2;
    flex-direction: row !important;
    justify-content: flex-start !important;
    gap: 17px;
    overflow: scroll;
    width: 70% !important;
  }
  .amlab_vertical_tabs_info .tab-panels .text {
    padding: 0 20px;
  }
  .amlab_vertical_tabs_info .tab-panels img {
    border-radius: 0 !important;
  }
  .amlab_vertical_tabs_info .tab a span::before {
    display: none;
  }
  .amlab_vertical_tabs_info .nav-vertical li {
    border-bottom: none;
  }
  .amlab_cong_nghe_banner .banner-bg>img {
    border-radius: 0 0 16px 16px;
  }
  .s_bn_doctor::after {
    display: none;
  }
  .amlab_slider_co_van .page-counter {
    translate: 0 20px;
  }
  div#ez-toc-container {
    padding: 20px 16px !important;
    border-radius: 20px;
  }

  .m_text_18,
  .m_text_18>* {
    font-size: 18px !important;
    font-weight: bold !important;
  }

  .text_doctor_mobile>* {
    font-size: 14px !important;
  }

  .amlab_col_bdr_bottom>.col-inner {
    border-radius: 0 0 20px 20px;
    padding-bottom: 70px !important;
  }

  .amlab_slider_chuyen_mon .flickity-page-dots {
    pointer-events: unset !important;
    display: flex;
    justify-content: center;
    bottom: 10%;
  }

  .amlab_slider_chuyen_mon .flickity-page-dots .dot {
    border-color: rgba(217, 217, 217, 1);
    margin: 0;
    border-radius: 99999px;
  }

  .amlab_slider_chuyen_mon .flickity-page-dots .dot.is-selected {
    border-color: rgba(63, 63, 232, 1);
  }

  .amlab_slider_chuyen_mon .flickity-button.flickity-prev-next-button {
    bottom: unset;
  }

  .amlab_slider_chuyen_mon .flickity-button.flickity-prev-next-button .flickity-button-icon>* {
    fill: white !important;
  }

  .amlab_slider_chuyen_mon .flickity-button.flickity-prev-next-button .flickity-button-icon {
    background-color: rgba(63, 63, 232, 1);
    border-radius: 99999px;
  }

  .amlab_slider_chuyen_mon .flickity-button.flickity-prev-next-button.previous {
    left: 1%;
  }

  .amlab_slider_chuyen_mon .flickity-button.flickity-prev-next-button.next {
    right: 1%;
  }

  .amlab_ceo_bg .section-bg img {
    border-radius: 24px;
  }

  .amlab_gtbox h4 {
    font-size: 20px;
    line-height: 28px;
    color: #000;
  }

  .amlab_gtbox h2 {
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 300;
    color: #000;
    line-height: 24px;
  }

  .timeline-line {
    left: 10px;
    border-radius: 99999px;
  }

  .timeline-dot {
    left: 10px;
    width: 16px;
    height: 16px;
  }

  .timeline-item .amlab_gtbox {
    padding-left: 40px;
  }

  .timeline-item .amlab_gtbox p,
  .timeline-item .amlab_gtbox ul {
    display: none;
  }

  .amlab_cn_ceo {
    flex-direction: column;
  }

  .amlab_vct_dnns .box h4 {
    font-size: 20px;
    line-height: 28px;
  }

  .amlab_vct_dnns .box-text p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
  }

  .amlab_gtcl_bgr .text>h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
  }

  .amlab_gtcl_bgr .text>p {
    margin-bottom: 0;
  }

  

  .m_text_20,
  .m_text_20>* {
    font-size: 20px;
    line-height: 28px;
  }

  .amlab_slider_mobile .flickity-slider>.col {
    max-width: 70% !important;
  }

  .amlab_slider_mobile .flickity-slider>.col:not(.is-selected) {
    transform: scale(.8);
  }

  .amlab_cn_3ic.amlab_cn_ic400>.icon-box-img {
    width: 300px !important;
  }

  .amlab_cn_ic400 .amlab_btnfr,
  .amlab_btnfr {
    top: 20px;
    right: 5px;
  }

  .amlab_cn_3ic .amlab_btnfr {
    width: 40px;
    height: 40px;
  }

  .amlab_section_contact .box-contact-right .inf_desc p {
    font-size: 18px;
  }

  .amlab_section_co_van {
    background-color: #F4F9FF;
    border-radius: 20px;
    padding-bottom: 0 !important;
  }

  .amlab_slider_co_van .flickity-prev-next-button.previous {
    left: 1%;
    top: 20%;
    z-index: 2;
    bottom: 45%;
  }

  .amlab_slider_co_van .flickity-prev-next-button.next {
    right: 1%;
    top: 20%;
    z-index: 2;
    bottom: 45%;
  }

  .amlab_slider_co_van .flickity-prev-next-button>svg {
    background-color: white;
    border-radius: 999999px;
  }

  .amlab_slider_co_van .flickity-prev-next-button>svg>* {
    fill: #3F3FE8 !important;
  }

  .amlab_slider_co_van {
    padding: 10px !important;
    background-color: transparent;
  }

  .amlab_slider_co_van .box h3 {
    font-size: 20px;
  }

  .amlab_slider_co_van .box p {
    font-size: 16px;
  }

  .amlab_slider_co_van .col {
    max-width: 100%;
  }

  .amlab_mgt_minus {
    margin-top: 0 !important;
  }

  .amlab_stack_dr_tabs {
    display: none;
  }

  .amlab_header_chuyenmon {}

  .s1_ft_amalab {
    background-color: white;
  }

  .s1_ft_amalab>.section-bg {
    border-radius: 24px 24px 0 0;
  }

  .amlab_slider_customer .flickity-prev-next-button.previous {
    left: 40% !important;
  }

  .amlab_slider_customer .flickity-prev-next-button>svg.flickity-button-icon {
    background-color: #F4F9FF;
    border-radius: 99999px;
  }

  .amlab_slider_customer .flickity-prev-next-button>svg.flickity-button-icon>* {
    fill: #3F3FE8 !important;
  }

  .amlab_slider_customer .flickity-prev-next-button.next {
    right: 40% !important;
  }

  .amlab_title_te_bao>* {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #1A1A96;
    margin-bottom: 0;
  }

  .amlab_desc_te_bao>* {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #00446A;
    margin-bottom: 0;
  }

  .amlab_stack_divider .is-divider.divider {
    width: 1px;
    position: relative;
  }

/*   .amlab_stack_divider .is-divider.divider::before {
    width: 6px;
    height: 6px;
    content: "";
    background-color: #3F3FE8;
    position: absolute;
    transform: translateX(-50%);
    border-radius: 99999px;
    bottom: 0;
  }
 */
  .fedback_cus>h4 {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
  }

  .name_cus h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
  }

  .amlab_slider_customer.row_testimo .flickity-page-dots,
  .amlab_slider_customer.row_testimo .page-counter {
    display: none;
  }

  .amlab_slider_customer.row_testimo img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    object-position: top center;
    border-radius: 10px !important;
  }

  .amlab_slider_customer.row_testimo .flickity-viewport .flickity-slider>.col .col>.col-inner {
    border-radius: 10px !important;
  }

  .amlab_slider_customer .flickity-slider>.col {
    flex-basis: 90%;
    max-width: 90%;
  }

  .amlab_blog_home_mobi .is-divider {
    display: none;
  }

  .amlab_blog_home_mobi .col.post-item .box-image img {
    border-radius: 10px;
  }

  .amlab_blog_home_mobi .col.post-item .post-title>a {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }

  .amlab_dv_title>*,
  .amlab_dv_title {
    line-height: 32px !important;
  }

  #logo .header_logo.header-logo {
    display: none !important;
  }

  #logo img.header-logo-dark {
    display: block !important;
  }

  .stuck #logo img.header-logo-dark {
    max-height: 24px !important;
  }

  .amlab_text_sub_footer>* {
    font-weight: 300;
    font-style: italic;
    font-size: 14px;
    line-height: 20px;
    color: #1A1A96;
    margin-bottom: 5px;
  }

  .absolute-footer {
    background-color: #3F3FE8 !important;
  }

  .copyright-footer {
    display: flex;
    flex-direction: column;
    color: white;
  }

  .amlab_accordion_footer .accordion-item a.accordion-title {
    font-family: Philosopher, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #1A1A96 !important;
    border: none !important;
    padding-left: 0 !important;
  }

  .s2_ft_amalab .ux-menu-link__text {
    font-size: 18px;
  }

  .amlab_accordion_footer .accordion-item .accordion-inner {
    padding: 0 0 0 15px !important;
  }

  .amlab_accordion_footer .toggle {
    opacity: 1 !important;
    left: unset !important;
    right: 0 !important;
  }

  .amlab_accordion_footer .toggle>i {
    font-size: 24px !important;
  }

  .amlab_accordion_footer .accordion-item .accordion-title.active {
    background-color: transparent !important;
  }

  .amlab_row_contact_footer {
    background-color: #F4F9FF;
  }

  .amlab_row_contact_footer>.col {
    padding-top: 30px !important;
  }

  .s2_ft_amalab {
    margin-top: -80px;
    background-color: white;
  }

  .btn_tim_hieu_them span {
    padding: 7px 50px !important;
    background-image: url(/wp-content/uploads/2025/07/Arrow_Up_Right_SM.png);
    background-position: right center;
    background-size: 36px;
    background-color: rgba(26, 26, 141, 1) !important;
    color: white !important;
    padding-left: 25px !important;
    border-radius: 50px;
    font-size: 16px !important;
    background-repeat: no-repeat;
  }

  .btn_tim_hieu_them .icon-angle-left {
    display: none;
  }

  .slider-wrapper .flickity-prev-next-button {
    display: unset;
  }

  .slider-wrapper .flickity-prev-next-button svg {
    border: none;
    background-color: #3F3FE8;
  }

  .s_bn_doctor .medium-8 .col-inner {
    padding-top: 100px !important;
  }

  .amlab_details_dr_img_col .amlab_img_cirlce {
    transform: translate(-50%, -50%);
    left: 50%;
    top: -450px;
    position: absolute;
    width: 200px !important;
  }

  .amlab_details_dr_img_col .amlab_img_cirlce::after {
    display: none;
  }

  .text_20,
  .text_20>* {
    font-size: 16px;
  }

  .img_bn_doctor .col-inner {
    padding-bottom: 150px !important;
    border-radius: 16px !important;
  }

  .img_bn_doctor .text_70,
  .img_bn_doctor .text_20 {
    text-align: center;
  }

  .form_contact_ft select {
    font-size: 18px;
    padding: 10px 20px;
  }

  .form_contact_ft input[type="text"],
  .form_contact_ft input[type="tel"],
  .form_contact_ft input[type="email"] {
    font-size: 18px;
  }

  .form_contact_ft .lb_name {
    font-size: 18px;
  }

  .s1_ft_amalab .form_contact_ft label {
    width: 100%;
  }

  .s1_ft_amalab .form_contact_ft p {
    display: unset;
  }

  .form_contact_ft {
    max-width: 100%;
  }

  .title_form_ft h3 {
    font-size: 24px;
    line-height: 32px;
    text-align: left;
  }

  .amlab_text_left_mobi {
    margin-top: 30px;
  }

  .amlab_text_left_mobi>p {
    text-align: left;
  }

  .submit.text-center input.btn_tim_hieu_them {
    padding: 0 50px !important;
    background-image: url(/wp-content/uploads/2025/07/Arrow_Up_Right_SM.png);
    background-position: right center;
    background-size: 36px;
    background-color: rgba(26, 26, 141, 1) !important;
    color: white !important;
    padding-left: 25px !important;
    border-radius: 50px;
    font-size: 16px !important;
    background-repeat: no-repeat;
  }

  .post-title a {
    font-weight: 400;
    font-size: 14px;
    color: #000;
  }

  .block_tintuc_sk .button span {
    color: #3F3FE8;
    font-weight: 500;
    border-bottom: 1px solid;
    line-height: 16px;
    font-size: 12px;
  }

  .block_tintuc_sk img {
    border-radius: 10px;
  }

  .block_tintuc_sk h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #00446A;
  }

  .amlab_dv_top {
    min-height: 220px !important;
  }

  .blog-single h1.entry-title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    line-height: 28px;
  }

  .title_post_amlab {
    color: #1A1A8D;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    bottom: -10px;
  }

  .post_recrum_amlab {
    font-size: 12px;
    text-align: center;
    padding-top: 30px;
  }

  .col_post_title_amlab.col_post_single_title_amlab {
    padding: 30px;
    height: 220px;
  }

  .cre_home .col-inner {
    text-align: center;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
    bottom: -120px;
  }

  .amlab_dv_ftex {
    text-align: center;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
    bottom: -120px;
  }

  .amlab-focus-slider .swiper-slide h3 {
    font-size: 24px;
    color: #000000;
    font-weight: 700;
  }

  .amlab-focus-slider .swiper-slide-active {
    transform: scale(1) !important;
  }

  .amlab_slider_last_post .flickity-slider>div.slide-item {
    width: calc(100% / 3) !important;
    /* PC: 3 cột */
  }

  .row_btn_blog .medium-7 .col-inner {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    justify-content: flex-start;
    padding-top: 60px;
  }

  .row_btn_blog .medium-7 .col-inner a {
    padding: 13px 35px;
    white-space: nowrap;
  }

  .row_btn_blog .row {
    display: flex;
    flex-direction: column;
  }

  .row_btn_blog .row .col.medium-7 {
    order: 2;
  }

  .row_btn_blog .row .col.medium-5 {
    order: 1;
  }

  .row_sl_blog .post-item {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }

  .row_sl_blog .post-item .box {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }

  .row_sl_blog .post-item .box .box-image {
    width: 70% !important;
  }

  .row_sl_blog .post-item .box .box-image img {
    border-radius: 10px;
  }

  .row_sl_blog .post-item .post-title {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    font-family: Roboto;
  }

  .row_sl_blog .post-item .post-title a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

    @supports (-webkit-line-clamp:2) {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: initial;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
    }

  }

  .row_sl_blog .post-item .post-meta {
    font-size: 12px;
    font-weight: 300;
    color: #6D6265;
  }

  .row_sl_blog .post-item .is-divider {
    display: none;
  }

  .row_sl_blog .btn_xemthem_blog {
    display: block;
    margin: 0px auto;
    text-decoration: underline;
    color: #3F3FE8;
    font-weight: 500;
    font-family: Roboto;
    font-size: 12px;
    text-transform: math-auto;
  }

}