/*
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.   ***************/
@font-face {
  font-family: "BeVietnam";
  src: url("./fonts/BeVietnam-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "BeVietnam";
  src: url("./fonts/BeVietnam-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "BeVietnam";
  src: url("./fonts/BeVietnam-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "BeVietnam";
  src: url("./fonts/BeVietnam-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "BeVietnam";
  src: url("./fonts/BeVietnam-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "BeVietnam";
  src: url("./fonts/BeVietnam-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "BeVietnam";
  src: url("./fonts/BeVietnam-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

.have_ajax_paging .post-item .is-divider {
  display: block;
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
  background-color: rgba(255, 255, 255, 0.2);
  height: 1px;
}

.have_ajax_paging .post-item:hover .is-divider {
  width: 100%;
  max-width: 100%;
  margin: 10px auto 30px;
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
}

.have_ajax_paging .post-item i {
  color: #fff;
  font-size: 20px;
  display: none;
}

.have_ajax_paging .post-item:hover i {
  display: block;
}

/*.have_ajax_paging .post-item .box:hover .box-text {
    transform: translatey(20px);
}*/
body {
  font-family: "BeVietnam", sans-serif;
  font-weight: 400;
}
#logo {
	width: fit-content !important;
}
/*AMLAB*/
.text_20, .text_20>* {
  font-size: 20px !important;
  letter-spacing: 0;
}

.text_12, .text_12>* {
  font-size: 12px !important;
  letter-spacing: 0;
}

.text_15, .text_15>* {
  font-size: 15px !important;
  letter-spacing: 0;
}

.text_xsmall, .text_xsmall>* {
  font-size: 14px !important;
  letter-spacing: 0;
}

.text_small, .text_small>* {
  letter-spacing: 0;
  font-size: 18px !important;
}

.text_medium, .text_medium>* {
  letter-spacing: 0;
  font-size: 24px !important;
}

.text_large, .text_large>* {
  font-size: 32px !important;
  letter-spacing: 0;
  font-weight: 600 !important;
}

.text_xlarge, .text_xlarge>* {
  letter-spacing: 0;
  font-size: 48px !important;
  font-weight: 800;
}

.text_xxlarge, .text_xxlarge>* {
  letter-spacing: 0;
  font-size: 64px !important;
}

.amlab_form_baogia .amlab-form-submit > p {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.amlab_video_bg_play .open-video .absolute.no-click .overlay-icon {
  background: transparent;
  border: none;
  width: 110px;
  height: 110px;
}

.amlab_video_bg_play .open-video .absolute.no-click .overlay-icon > i {
  display: none;
}

.amlab_video_bg_play .open-video .absolute.no-click .overlay-icon:before {
  content: "";
  width: 110px;
  height: 110px;
  background-image: url(./images/video_btn.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: relative;
}

.button span {
  font-weight: 600 !important;
}

.icb_center_amlab {
  align-items: center !important;
}
.icb_bottom_amlab {
  align-items: flex-end !important;
}

.amlab_slider_gioithieu_section .img:after {
  position: absolute;
  top: 0;
  left: -66%;
  z-index: 10;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%);
  transform: skewX(-10deg);
}

.amlab_slider_gioithieu_section .img:hover:after {
  -webkit-animation: shine .75s;
  */ animation: shine .75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }

}

@keyframes shine {
  100% {
    left: 125%;
  }

}

.amlab_slider_gioithieu_section .img {
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  display: block;
}

.amlab_slider_gioithieu_section .img img {
  transition: 0.7s;
  width: 100%;
}

.amlab_slider_gioithieu_section .img:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.amlab_banner_bg_zoom .banner-bg img {
  transform: scale(1.4);
  animation: zoomOut 1.5s ease-out forwards;
  transform-origin: center center;
}

@keyframes zoomOut {
  from {
    transform: scale(1.4);
  }

  to {
    transform: scale(1);
  }

}

#mega-menu-primary>li.mega-menu-item::after {
  position: absolute;
  top: 7%;
  left: -66%;
  z-index: 10;
  display: block;
  content: '';
  width: 50%;
  height: 85%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%);
  transform: skewX(-10deg);
}

#mega-menu-primary>li.mega-menu-item:hover::after {
  width: 100%;
  background: #f29620;
}

.amlab_slider_doi_tac .flickity-prev-next-button.previous {
  transform: translateX(-100%) !important;
}

.amlab_slider_doi_tac .flickity-prev-next-button.next {
  transform: translateX(100%) !important;
}

.amlab_top_bar_left .icon-box-img {
  width: 16px !important;
}

.mega-menu-item>a.mega-menu-link:after {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  background: transparent;
  top: 100%;
  left: 0;
  margin-top: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.mega-menu-item>a.mega-menu-link:hover:after {
  content: "";
  background-color: #f29620;
  width: 100%;
}

.section .banner .text-box h1 {
  font-size: 56px !important;
  font-weight: bold !important;
}

.button.white.is-outline.amlab_btn_tim_hieu_them {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #253d8f !important;
}

.button.white.is-outline.amlab_btn_tim_hieu_them:hover {
  background-color: #253d8f !important;
  border-color: #253d8f !important;
  color: white !important;
}

.amlab_banner_hover_loai_hang .text-box .text-box-content .text_xsmall {
  opacity: 0;
  transition: all 0.5s linear;
}

.amlab_banner_hover_loai_hang:hover .banner-bg .overlay {
  background-color: rgb(37 61 143 / 90%) !important;
}

.amlab_banner_hover_loai_hang:hover .text-box .text-box-content .text_xsmall {
  opacity: 1;
}

.amlab_top_bar_right .icon-box-text p, .amlab_top_bar_left .icon-box-text p {
  font-size: 14px;
  font-weight: 400;
}

.img_logo_footer img {
  max-width: 120px !important;
}

.img_icon_social_footer {
  max-width: 48px;
  background-color: white;
  border-radius: 9999px;
  padding: 10px;
}

.amlab_menu_footer .ux-menu-link.menu-item:first-child .ux-menu-link__link {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}

.amlab_menu_footer .ux-menu-link.menu-item:first-child .ux-menu-link__text {
  color: rgba(242, 150, 32, 1) !important;
}

.amlab_form_footer {
  max-width: 75%;
  margin-left: auto;
}

.amlab_form_footer>p {
  display: flex;
}

.amlab_form_footer input {
  margin: 0;
  height: 65px;
  font-size: 18px;
}

.amlab_form_footer input[type="submit"] {
  background-color: rgba(242, 150, 32, 1);
  min-width: 155px;
}

.amlab_form_footer input[name="your-email"] {
  background-color: transparent;
  border: 1px solid rgba(242, 150, 32, 1);
  color: white;
  font-weight: 700;
  box-shadow: none !important;
}

.amlab_form_footer input[name="your-email"]::placeholder {
  color: white;
  font-weight: 700;
}

.absolute-footer {
  display: none !important;
}

.amlab_stack_btn_center .button {
  min-width: 155px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.amlab_imb_dichvu.box:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(180deg, rgba(37, 61, 143, 0) 0%, #253d8f 100%);
  z-index: 2;
}

.amlab_imb_dichvu:hover .box-text {
  height: 100%;
  background-color: rgba(37, 61, 143, 0.8);
}

.amlab_imb_dichvu:hover .box-text .box-text-inner .button, .amlab_imb_dichvu:hover .box-text .box-text-inner .icon-box .icon-box-img, .amlab_imb_dichvu:hover .box-text .box-text-inner .icon-box .icon-box-text .text p {
  height: auto;
  opacity: 1;
  display: block;
}

.amlab_imb_dichvu .box-text {
  text-shadow: none !important;
  z-index: 3;
  transition: all 0.2s linear;
  display: flex;
  align-items: center;
}

.amlab_imb_dichvu .box-text .box-text-inner .button, .amlab_imb_dichvu .box-text .box-text-inner .icon-box .icon-box-img, .amlab_imb_dichvu .box-text .box-text-inner .icon-box .icon-box-text .text p {
  height: 0;
  opacity: 0;
  display: none;
  transition: all 0.5s linear;
}

.amlab_imb_dichvu .box-text .box-text-inner .button {
  margin: 0;
}

.amlab_imb_dichvu .box-text .box-text-inner .button span {
  font-size: 12px;
  font-style: italic;
  font-weight: 400 !important;
  color: rgba(252, 252, 252, 1) !important;
}

.amlab_slider_gioithieu_section .flickity-slider>* {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.amlab_slider_gioithieu_section .flickity-slider>*:not(.is-selected) {
  opacity: 0.8;
  transform: scale(0.95);
}

.amlab_slider_gioithieu_section .flickity-slider>*.is-selected .img-inner {
  transform: scale(1.05);  /* Phóng to hình ở giữa */
  z-index: 5;  /* Đảm bảo hình ở giữa nổi lên trên */
}

.amlab_slider_gioithieu_section .flickity-page-dots {
  bottom: -30px !important;
}

.amlab_slider_gioithieu_section .flickity-page-dots .dot.is-selected {
  background-color: #253d8f !important;
  border-color: #253d8f !important;
}

.amlab_btn_chi_tiet {
  color: #253d8f !important;
  border: 1px solid #253d8f !important;
  padding: 3px 20px 6px 20px;
}

.amlab_btn_chi_tiet:hover {
  background-color: #253d8f !important;
  color: white !important;
}

.amlab_col_info_white .icon-box .icon-box-img {
  min-height: 115px !important;
  max-height: 115px !important;
  display: flex;
  align-items: center;
}

.section_slider_doi_tac .section-content>.row>.col {
  flex-basis: 20% !important;
  max-width: 20% !important;
}

.section_slider_doi_tac .section-content>.row>.col .ux-logo .ux-logo-link {
  padding: 0 !important;
}

.section_slider_doi_tac .section-content>.row>.col .ux-logo img {
  height: auto !important;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.amlab_slider_doi_tac .flickity-prev-next-button svg {
  opacity: 0 !important;
}

.amlab_slider_doi_tac .flickity-prev-next-button.previous {
  left: 0 !important;
}

.amlab_slider_doi_tac .flickity-prev-next-button.previous::before {
  content: "";
  width: 24px;
  height: 40px;
  background-image: url(./images/prev.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  display: block;
}

.amlab_slider_doi_tac .flickity-prev-next-button.next::before {
  content: "";
  width: 19px;
  height: 37px;
  background-image: url(./images/next.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  display: block;
}

.amlab_slider_doi_tac .flickity-prev-next-button.next {
  right: 0 !important;
}
.amlab_blog_post_home .col.post-item .box .box-image > .image-zoom {
	aspect-ratio: 387 / 242;
}
.amlab_blog_post_home .flickity-prev-next-button svg {
  opacity: 0 !important;
}

.amlab_blog_post_home .flickity-prev-next-button {
  bottom: 0;
  transform: unset !important;
}

.amlab_blog_post_home .flickity-prev-next-button.previous::before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(./images/circle_prev.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  display: block;
}

.amlab_blog_post_home .flickity-prev-next-button.next::before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(./images/circle_next.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  display: block;
}

.amlab_tab_blogs_home ul li a {
  border-radius: 0 !important;
  background-color: #e4e6e5;
  min-height: 50px;
  min-width: 150px;
  justify-content: center;
}

.amlab_col_info_white>.col-inner .icon-box .icon-box-text .text p {
  color: #253d8f;
}

.amlab_col_info_white>.col-inner .icon-box .icon-box-text .text *, .amlab_col_info_white>.col-inner .icon-box .icon-box-img img, .amlab_col_info_white>.col-inner {
  transition: all 0.5s linear;
}

.amlab_col_info_white:hover>.col-inner {
  background-color: #f29620 !important;
}

.amlab_col_info_white:hover>.col-inner .icon-box .icon-box-text .text * {
  color: white !important;
}

.amlab_col_info_white:hover>.col-inner .icon-box .icon-box-img img {
  filter: brightness(100);
}

.amlab_blog_post_home .post-item .box .box-text {
  padding: 10px 15px;
  background-color: #e4e6e5;
}

.amlab_blog_post_home .post-item .box .box-text .box-text-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.amlab_blog_post_home .post-item .box .box-text .box-text-inner>.post-meta {
  font-size: 16px !important;
  display: flex;
  gap: 5px;
  align-items: center;
}

.amlab_blog_post_home .post-item .box .box-text .box-text-inner>.post-meta:before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  position: relative;
  background-image: url(./images/blog_date.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.amlab_blog_post_home .post-item .box .box-text .box-text-inner>a.button {
  flex: 1;
  margin: 0;
  text-align: right;
  font-size: 14px;
  font-weight: normal !important;
	text-transform:none !important;
}

.amlab_blog_post_home .post-item .box .box-text .box-text-inner .is-divider {
  display: none;
}

.amlab_blog_post_home .flickity-button {
  visibility: visible !important;
  opacity: 1 !important;
}

.amlab_blog_post_home .flickity-button .flickity-button-icon {
  border: none;
  background-color: #d9d9d9 !important;
  color: #253d8f;
}

.amlab_stack_dichvu {
  flex-wrap: wrap;
}

.amlab_stack_dichvu .box.amlab_imb_dichvu {
  width: 33%;
}

.text_line_38, .text_line_38>* {
  line-height: 36px;
}

.text_line_normal, .text_line_normal>* {
  line-height: normal !important;
}

.amlab_col_full_height>.col-inner {
  height: 100% !important;
}

.amlab_column_center>.col-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.banner_border_10, .banner_border_10 .banner-bg {
  border-radius: 10px;
}

.amlab_col_gia_tri_cot_loi {
  transition: all 0.5s linear;
}

.amlab_col_gia_tri_cot_loi .col-inner {
  height: 100%;
  transition: background-color 0.5s linear;
}

.amlab_col_gia_tri_cot_loi:hover .col-inner {
  background-color: #f29620 !important;
}

.amlab_col_gia_tri_cot_loi .amlab_icb_gia_tri_cot_loi .icon-box-img {
  transition: width 0.3s linear;
}

.amlab_col_gia_tri_cot_loi:hover .amlab_icb_gia_tri_cot_loi .icon-box-img {
  width: 90px !important;
}

.amlab_col_gia_tri_cot_loi:hover .amlab_icb_gia_tri_cot_loi .icon-box-img img {
  filter: brightness(100);
}

.amlab_col_gia_tri_cot_loi:hover .amlab_icb_gia_tri_cot_loi .icon-box-text h3 {
  color: white !important;
  font-size: 28px !important;
  font-weight: 800 !important;
}

.amlab_col_gia_tri_cot_loi:hover .amlab_icb_gia_tri_cot_loi .icon-box-text p {
  height: auto;
  opacity: 1;
  visibility: visible;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.amlab_col_gia_tri_cot_loi, .amlab_col_gia_tri_cot_loi .col-inner {
  min-height: 325px !important;
  max-height: 325px !important;
  margin-bottom: 20px !important;
}

.amlab_col_gia_tri_cot_loi .amlab_icb_gia_tri_cot_loi .icon-box-text p {
  height: 0;
  opacity: 0;
  visibility: hidden;
  color: white;
}

.amlab_slider_timeline .flickity-button.flickity-prev-next-button {
  bottom: -70% !important;
}

.custom-sub-categories {
  display: flex;
  justify-content: center;
  margin: 0 0 20px 0;
}

.custom-sub-categories .sub-category-box:first-child {
  order: 2;
}

.custom-sub-categories .sub-category-box {
  width: 50%;
  text-align: center;
}

.custom-sub-categories .sub-category-box a {
  display: block;
  background: #f5f5f5;
  padding: 10px 20px;
  text-decoration: none;
  color: #333;
  font-weight: 400 !important;
  text-transform: uppercase;
}

.custom-sub-categories .sub-category-box.is-active a, .custom-sub-categories .sub-category-box a:hover {
  background: #ff9800;
  color: #fff;
}

header.archive-page-header {
  display: none !important;
}

.page-numbers.nav-pagination li span.page-number, .page-numbers.nav-pagination li a.page-number {
  border-radius: 0 !important;
  border: 1px solid #d9d9d9 !important;
}

.page-numbers.nav-pagination li a.page-number:hover {
  background-color: #253d8f !important;
}

.page-numbers.nav-pagination li span.page-number.current {
  background-color: #253d8f !important;
}

#comments {
  display: none;
}

.amlab-form-grid .amlab-form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 0;
  flex-wrap: wrap;
}

.amlab-form-grid .amlab-form-row>* {
  flex: 1;
}

.amlab-form-grid input, .amlab-form-grid textarea {
  width: 100%;
  padding: 12px;
  background: #e6e8e8;
  border: none;
  font-size: 16px;
  color: #253d8f;
}

.amlab-form-grid textarea {
  min-height: 0px;
}

.amlab-form-submit {
  text-align: center;
  margin-top: 20px;
}

.amlab-form-submit input[type="submit"] {
  background: transparent;
  color: #253d8f;
  border: 1px solid #253d8f;
  padding: 10px 30px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.5s;
  max-width: 150px;
  height: 50px;
  line-height: 1;
}

.amlab-form-submit input[type="submit"]:hover {
  background: #253d8f;
  color: #fff;
}

.amlab-form-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.amlab-form-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.amlab-form-row p {
  margin: 0;
  display: flex;
  gap: 20px;
  flex: 1;
  flex-wrap: wrap;
}

.amlab-form-row p span {
  flex: 1;
  min-width: 200px;
}

.amlab-form-grid input[type="text"], .amlab-form-grid input[type="email"], .amlab-form-grid textarea {
  width: 100%;
  padding: 12px 15px;
  background: #e6e8e8;
  border: none;
  font-size: 16px;
  font-family: inherit;
  color: #253d8f;
  border-radius: 0;
  box-sizing: border-box;
  height: 70px;
  margin: 0;
}

.amlab_icb_dich_vu_c .icon-box-img img {
  max-height: 92px !important;
  width: auto !important;
}

.amlab_stack_bao_gia_header .img, .amlab_stack_bao_gia_header .img img {
  width: 55px !important;
  height: 55px !important;
  object-fit: contain;
}

.amlab_stack_bao_gia_header .img:hover img {
  display: none;
}

.amlab_stack_bao_gia_header .img:hover a::after {
  content: "";
  background-color: white;
  border-radius: 99999999px;
  height: 100%;
  position: relative;
  width: 100%;
  display: block;
  background-image: url(./images/baogia.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.amlab-form-grid textarea {
  min-height: 230px;
  resize: vertical;
  margin-top: 20px;
}

.amlab-form-grid input::placeholder, .amlab-form-grid textarea::placeholder {
  color: #253d8f;
}

.amlab-form-submit {
  text-align: center;
}

.amlab-form-submit input[type="submit"] {
  background: transparent;
  color: #253d8f;
  border: 1px solid #253d8f;
  padding: 10px 30px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.5s ease;
}

.amlab-form-submit input[type="submit"]:hover {
  background-color: #253d8f;
  color: #fff;
}

.amlab-form-title {
  font-weight: 700;
  color: #f29620;
  margin-bottom: 10px;
  margin-top: 20px;
  text-transform: uppercase;
}

.amlab-full-field {
  width: 100%;
  padding: 12px 15px;
  background: #e6e8e8;
  border: none;
  font-size: 16px;
  margin-bottom: 20px;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill=!string!height=!string!viewBox=!string!width=!string!xmlns=!string!><path d=!string!/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
}

.amlab-form-grid label {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 15px;
  color: #253d8f;
}

.amlab-form-grid label>input, .amlab-form-grid label>select, .amlab-form-grid label>textarea {
  margin-top: 5px;
}

.amlab-form-grid select.amlab-full-field:focus {
  outline: none;
}

@media screen and (max-width:768px) {
  .amlab-form-row {
    flex-direction: column;
  }

  .amlab-form-row p span {
    width: 100%;
  }

}

.amlab_form_baogia {
  background-color: #e4e6e5;  /* nền form theo ảnh */
  padding: 30px;
}

.amlab_form_baogia .amlab-form-title {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  color: #f29620;
  margin: 15px 0;
}

.amlab_form_baogia .amlab-form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 0;
}

.amlab_form_baogia .amlab-form-row label {
  flex: 1;
  display: flex;
  flex-direction: column;
  font-weight: 500;
  font-size: 24px;
  color: #253d8f;
}

.amlab_form_baogia label {
  display: block;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 0;
  color: #253d8f;
}

.amlab_form_baogia input[type="text"], .amlab_form_baogia input[type="email"], .amlab_form_baogia select, .amlab_form_baogia textarea {
  margin-top: 5px;
  padding: 12px 15px;
  background-color: #ffffff;
  border: none;
  border-radius: 2px;
  font-size: 15px;
  color: #253d8f;
  box-sizing: border-box;
  width: 100%;
}

.amlab_form_baogia input[type="text"]::placeholder, .amlab_form_baogia input[type="email"]::placeholder, .amlab_form_baogia select::placeholder, .amlab_form_baogia textarea::placeholder {
  color: #999999 !important;
  font-weight: normal !important;
}

.amlab_form_baogia select.amlab-full-field {
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill=!string!height=!string!viewBox=!string!width=!string!xmlns=!string!><path d=!string!/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
  height: 70px;
  margin: 0;
}

.amlab_form_baogia textarea {
  min-height: 120px;
  resize: vertical;
  text-align: left;
}

.amlab_form_baogia .amlab-form-submit {
  text-align: center;
  margin-top: 20px;
}

.amlab_form_baogia input[type='http://www.w3.org/2000/svg'] {
  background: transparent;
  border: 1px solid #253d8f;
  color: #253d8f;
  font-weight: bold;
  padding: 10px 35px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.5s ease;
  border-radius: 2px;
}

.amlab_form_baogia input[type="M7 10l5 5 5-5z"]:hover {
  background-color: #253d8f;
  color: #fff;
}

/* Responsive */
@media (max-width:768px) {
  .amlab_form_baogia .amlab-form-row {
    flex-direction: column;
  }

}

.amlab_img_after_box:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: -10%;
  top: -9%;
  background-color: #f29620;
  z-index: -1;
}

.job_info .icon-map-marker {
  width: 16px;
  background-image: url(./images/position_job.png);
  background-size: contain;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
}

.job_info .icon-calendar {
  width: 33px;
  background-image: url(./images/date_job.png);
  background-size: contain;
  height: 33px;
  background-position: center;
  background-repeat: no-repeat;
}

.amlab_job_item {
  background: #e4e6e5;
  margin-bottom: 15px;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Typography */
.job_title {
  color: #000 !important;
  margin: 0 0 8px 0;
  font-weight: 700;
}

.job_meta {
  font-size: 24px;
  color: #999999;
  display: flex;
  align-items: center;
  gap: 20px;
}

.job_meta .meta_location, .job_meta .meta_date {
  display: flex;
  align-items: center;
  gap: 5px;
}

.job_meta i {
  margin-right: 4px;
}

.amlab-tab-prev, .amlab-tab-next {
  padding: 6px 12px;
  border: none;
  cursor: pointer;
  margin: 0;
}

.amlab-tab-prev img, .amlab-tab-next img {
  width: 25px;
  height: auto;
}

.amlab-tab-prev[disabled], .amlab-tab-next[disabled] {
  opacity: 0.4;
  cursor: default;
}

.amlab-tab-list::-webkit-scrollbar {
  display: none;
}

/* CTA button */
.job_btn {
  background: #243f8f;
  color: #fff;
  padding: 10px 20px;
  font-weight: 300;
  text-decoration: none;
  font-size: 24px;
}

.job_btn:hover {
  opacity: 0.9;
  color: #fff;
}

/* Pagination */
.amlab_pagination {
  text-align: center;
  margin-top: 20px;
}

.amlab-next-page, .amlab-prev-page, .pagination_link {
  margin: 0 5px;
  padding: 3px 12px;
  border: 1px solid #ccc;
  display: inline-block;
  text-decoration: none;
  color: #000;
  font-size: 15px;
}

.pagination_link.active {
  background: #243f8f;
  color: #fff;
  border-color: #243f8f;
}

.amlab_dot_blue_slide .flickity-page-dots {
  bottom: -20% !important;
}

.amlab_dot_blue_slide .flickity-page-dots .dot.is-selected {
  background-color: #253d8f !important;
  border-color: #253d8f !important;
}

.amlab_dot_orange_slide .flickity-page-dots .dot.is-selected {
  background-color: #f29620 !important;
  border-color: #f29620 !important;
}

.img_full_height, .img_full_height .img-inner, .img_full_height .img-inner img {
  height: 100% !important;
}

.amlab_imb_dichvu_reverse .box-image .overlay {
  background: linear-gradient(to bottom, rgba(37, 61, 143, 0) 0%, rgba(37, 61, 143, 1) 100%);
}

.amlab_imb_dichvu_reverse:hover .box-image .overlay {
  background: linear-gradient(to top, rgba(37, 61, 143, 1) 0%, rgba(37, 61, 143, 0) 100%);
}

.text_24, .text_24>* {
  font-size: 24px;
  font-weight: 800;
  line-height: 38px;
}

.text_32, .text_32>* {
  font-size: 32px !important;
  font-weight: 800 !important;
  line-height: 146% !important;
}

.text_16_title, .text_16_title>* {
  font-size: 16px;
  font-weight: 700;
  line-height: 146%;
  margin-bottom: 8px;
}

.text_14_under, .text_14_under>* {
  font-size: 14px;
  font-weight: 300;
  line-height: 146%;
  margin-bottom: 8px;
  color: #6d6d6d;
}

.text_box_number>p {
  margin: 0;
}

.text_box_number {
  width: fit-content;
  margin: 0 auto 30px;
  background-color: #f29620;
  padding: 20px;
}

.amlab_banner_vchh .stack .icon-box .icon-box-img img {
  filter: brightness(100);
}

.amlab_banner_vchh:hover .stack .icon-box .icon-box-img img {
  filter: unset;
}

.amlab_banner_vchh:hover .stack .icon-box .icon-box-text .text_large>* {
  color: #f29620;
}

.stack_blue {
  background-color: #253d8f !important;
  padding: 20px;
}

.stack_white {
  background-color: white !important;
  padding: 20px;
}

.stack_orange {
  background-color: #f29620 !important;
  padding: 12px;
  border-bottom: 1px solid #fcfcfc;
}

.stack_orange>* {
  min-width: 100px !important;
  text-align: center;
}

.stack_orange .text>*, .stack_blue .text>* {
  margin-bottom: 0;
}

.amlab_icon_28, .amlab_icon_28 img {
  max-width: 28px !important;
}

.amlab_col_tab_pallet .stack:not(:last-child) {
  margin-bottom: 20px;
}

.amlab_col_tab_pallet .stack .text>p {
  margin-bottom: 10px;
}

.amlab_tab_pallet ul li>a {
  border-radius: 0 !important;
  padding: 10px 20px;
  background-color: #ebebeb;
  color: #1a1a1a;
  max-width: 350px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.amlab_gioithieu_tab .amlab-tab-nav-wrapper {
  order: 2;
  justify-content: space-between !important;
  position: relative;
  padding-top: 30px;
  display: flex;
  width: 100%;
  gap: 20px;
}

.amlab_gioithieu_tab ul {
  gap: 100px;
  overflow-x: scroll;
  overflow-y: visible;
  display: inline-flex;
  flex-wrap: nowrap;
  position: relative;
  padding-top: 50px;
}

.amlab_gioithieu_tab ul::after {
  content: "";
  position: absolute;
  top: 20px;
  left: var(--line-left, 0);
  height: 5px;
  background-color: #d9d9d9;
  width: var(--line-width, 100%);
  z-index: 1;
}

.amlab_gioithieu_tab ul::-webkit-scrollbar {
  display: none;
}

/*.amlab_gioithieu_tab ul::before {
    content: "";
    width: 100%;
    height: 5px;
    background-color: #D9D9D9;
    position: absolute;
    top: 0;
    left: 0;
}*/
.amlab_gioithieu_tab ul li {
  margin: 0 !important;
  position: relative;
}

.amlab_gioithieu_tab ul li.active::before {
  background-color: #f29620;
}

.amlab_gioithieu_tab ul li::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 2px solid #f29620;
  border-radius: 99999px;
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 10;
}

.amlab_gioithieu_tab ul li>a {
  border-radius: 0 !important;
  padding: 5px 20px;
  background-color: #ebebeb;
  color: #1a1a1a;
  text-align: center;
}

.amlab_gioithieu_tab ul li.active a {
  background-color: #f29620;
  color: white;
}

.amlab_gioithieu_tab ul li:hover a::before, .amlab_gioithieu_tab ul li.active a::before {
  content: unset;
}

.amlab_col_center_square>.col-inner {
  aspect-ratio: 1.1 / 1 !important;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.amlab_column_center.amlab_column_center_left>.col-inner {
  align-items: flex-start !important;
}

.amlab_gioithieu_tab .tab-panels {
  min-height: 40vh;
}

select.custom-multi-select {
  width: 100%;
  min-height: 150px;
  font-size: 16px;
  padding: 6px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.amlab_stack_scroll_map {

  /* max-height: 70vh;
  overflow-y: scroll; */
}

.text_map_small::-webkit-scrollbar {
  width: 3px;
}

.text_map_small::-webkit-scrollbar-track {
  background: #e0e0e0;  /* hoặc rgba(255,255,255,0.05) nếu muốn mờ mờ */
}

.text_map_small::-webkit-scrollbar-thumb {
  background: #f79d1f;
  border-radius: 0;
}

.amlab_stack_scroll_map>.row>.col {
  padding: 0 !important;
}

.text_map_small .row>.col {
  padding-left: 30px;
}

.text_map_small>* {
  font-size: 12px;
  margin: 0;
  position: relative;
  padding: 10px 0;
  direction: ltr;
}

.text_map_small {
  position: relative;
  max-height: 110px;
  direction: rtl;
  overflow-y: scroll;
  padding-left: 10px;
}

.flickity-page-dots .dot {
  height: 10px;
  width: 10px;
}

.icb_center_amlab.amlab_top_bar_right img {
  padding: 0;
}

.custom_gioithieu h2 {
  margin-bottom: 5px;
}

.custom_gioithieu p {
  text-align: justify;
  padding-right: 5px;
  line-height: 36px;
  margin-bottom: 10px;
}

.name_company h3 {
  font-size: 18px;
  line-height: 32px;
}

.amlab_menu_footer .ux-menu-link__text {
  color: #fff;
}

.r_gt_vhoa .text_large h3 {
  font-size: 32px;
  font-weight: 800;
}

.r_gt_vhoa .text_line_38 p {
  font-size: 16px;
  font-weight: 700;
}

.text_gtri_gt p {
  color: #fff;
  font-weight: 600;
  line-height: 32px;
}

.ls.text_xlarge h2 {
  line-height: 146%;
  margin-bottom: 0;
}

.lh_38, .lh_38>* {
  line-height: 38px;
}

.pb0 {
  padding-bottom: 0px !important;
}

.mg0, .mg0>* {
  margin-bottom: 0;
}

.amlab_icb_dich_vu_c .text_xsmall p {
  line-height: 28px;
}

.lh_normal, .lh_normal > * {
  line-height: normal !important;
}

.fw_bold, .fw_bold>* {
  font-weight: 700 !important;
}

.fw_semibold, .fw_semibold>* {
  font-weight: 600 !important;
}

.fw_normal, .fw_normal>* {
  font-weight: 300 !important;
}

.fw_normal4, .fw_normal4>* {
  font-weight: 400 !important;
}

.blog-wrapper.blog-archive h1 {
  font-weight: 700 !important;
}

.amlab_icb_lienhe .icon-box-text {
  padding-left: 5px !important;
}

.amlab_icb_lienhe.map .icon-box-img img {
  width: 12px;
}

.amlab_icb_lienhe.mail .icon-box-img img {
  width: 14px;
}

.amlab_icb_lienhe.phone .icon-box-img img {
  width: 15px;
}

.amlab_icb_lienhe.call .icon-box-img img {
  width: 15px;
}

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

  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .amlab_form_baogia .amlab-form-row label, .amlab_form_baogia label {
    font-size: 14px;
  }

  .amlab_form_baogia {
    padding: 20px;
  }

  .amlab-form-submit input[type="submit"] {
    width: 100%;
    margin: 0 !important;
    max-width: 100%;
  }

  .amlab_stack_scroll_map .row>.col {
    padding-left: 10px;
  }

  .amlab_gioithieu_tab .tab-panels {
    max-height: 60vh;
    overflow-y: scroll;
  }

  .amlab_col_gia_tri_cot_loi .amlab_icb_gia_tri_cot_loi .icon-box-img img {
    filter: brightness(100);
  }

  .amlab_col_gia_tri_cot_loi .amlab_icb_gia_tri_cot_loi .icon-box-text h3 {
    color: white !important;
    font-size: 28px !important;
  }

  .amlab_col_gia_tri_cot_loi, .amlab_col_gia_tri_cot_loi .col-inner {
    min-height: unset !important;
    max-height: unset !important;
    margin-bottom: 0 !important;
  }

  .amlab_col_gia_tri_cot_loi .col-inner {
    background-color: #f29620 !important;
  }

  .amlab_col_gia_tri_cot_loi .amlab_icb_gia_tri_cot_loi .icon-box-img {
    width: 90px !important;
  }

  .amlab_col_gia_tri_cot_loi .amlab_icb_gia_tri_cot_loi .icon-box-text p {
    height: auto;
    opacity: 1;
    visibility: visible;
  }

  .amlab_stack_cho_thue {
    flex-wrap: wrap;
  }

  .section .banner .text-box h1 {
    font-size: 24px !important;
  }

  .amlab_stack_bao_gia_header .img, .amlab_stack_bao_gia_header .img img {
    width: 30px !important;
    height: 30px !important;
  }

  .amlab_gioithieu_tab ul {
    gap: 20px;
  }

  .amlab_gioithieu_tab .amlab-tab-nav-wrapper {
    padding: 0;
  }

  .stack_orange>* {
    min-width: 70px !important;
  }

  .amlab_banner_vchh .stack .icon-box .icon-box-img {
    width: 100px !important;
  }

  .amlab_banner_hover_loai_hang .banner-bg .overlay {
    background-color: rgb(37 61 143 / 90%) !important;
  }

  .amlab_banner_hover_loai_hang .text-box .text-box-content .text_xsmall {
    opacity: 1;
  }

  .mobile-sidebar-levels-2 .nav-slide>li>.sub-menu>li:not(.nav-slide-header)>a, .mobile-sidebar-levels-2 .nav-slide>li>ul.children>li:not(.nav-slide-header)>a {
    color: #1a1a1a !important;
  }

  .off-canvas .mobile-sidebar .nav-vertical>li>a {
    color: #1a1a1a !important;
  }

  .mobile-sidebar .nav-vertical>li>ul li a {
    color: #1a1a1a !important;
  }

  .title_mobile_banner>* {
    font-size: 24px !important;
    line-height: 1.5 !important;
  }

  .custom-sub-categories .sub-category-box a {
    font-size: 16px !important;
  }

  .amlab_job_item {
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .amlab_form_baogia .amlab-form-title {
    font-size: 24px;
    margin: 0;
  }

  .amlab_form_baogia select.amlab-full-field {
    margin-bottom: 0;
  }

  .amlab-form-submit input[type="email"] {
    max-width: unset;
    width: 100%;
  }

  .section_slider_doi_tac .section-content>.row>.col {
    flex-basis: 50% !important;
    max-width: 50% !important;
  }

  .amlab_stack_dichvu {
    gap: 10px;
  }

  .amlab_stack_dichvu .box.amlab_imb_dichvu {
    width: 100%;
  }

  .amlab_imb_dichvu .box-text .box-text-inner .icon-box .icon-box-img {
    max-width: 60px !important;
  }

  .amlab_imb_dichvu .box-text .box-text-inner .button, .amlab_imb_dichvu .box-text .box-text-inner .icon-box .icon-box-img, .amlab_imb_dichvu .box-text .box-text-inner .icon-box .icon-box-text .text p {
    height: auto;
    opacity: 1;
    display: block;
  }

  .text_xsmall, .text_xsmall>* {
    font-size: 12px !important;
  }

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

  .text_medium, .text_medium>* {
    font-size: 18px !important;
  }

  .text_large, .text_large>* {
    font-size: 24px !important;
  }

  .text_xlarge, .text_xlarge>* {
    font-size: 32px !important;
  }

  .text_xxlarge, .text_xxlarge>* {
    font-size: 40px !important;
  }

  .amlab_form_footer {
    max-width: 100%;
    margin-left: unset;
  }

  .amlab_form_footer input {
    height: 45px;
    font-size: 14px;
  }

  .amlab_form_footer input[type="text"] {
    min-width: unset;
  }

}
