@font-face {
	font-family: UTM;
	font-weight: 400;
	font-style: normal;
	src: url(UTMHELVETINS.TTF) format("truetype");
	font-display: swap;
}

@font-face {
	font-family: SVN;
	font-weight: 400;
	font-style: normal;
	src: url(SVN-Lobster.ttf) format("truetype");
	font-display: swap;
}
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}
body
{
	font-size: 14px !important;
}
ul
{
	list-style: none;
	padding: 0;
	margin: 0 !important;
}
p
{
	text-align: justify;
}
a
{
	text-decoration: none !important;
}
a:hover
{
	text-decoration: none !important;
}
form
{
	margin: 0;
}
.d-grid{
	display: grid;
	grid-gap: 10px;
}
.grid-temp-2{
	grid-template-columns: repeat(2, 1fr);
}
.grid-temp-4{
	grid-template-columns: repeat(4, 1fr);
}
.gap-10{
	gap:10px;
}
.gap-15{
	gap:15px;
}
.gap-20{
	gap:20px;
}
.pt-45{
	padding-top: 4.5rem !important;
}
.flex-1{
	flex: 1;
}
.flex-2{
	flex: 2;
}
.flex-3{
	flex: 3;
}
img{max-width: 100%; 
    min-width: 0;}
/*===============HEADER================*/
.header{
	
	border-top: 10px solid;
	border-image-slice: 1;
	border-width: 5px;
	border-image-source:  linear-gradient(90deg, #33A57F 26%, #33A57F 26%);
	
}
.form_main{
	position: relative;
}
.form_main > input{
	border-color: #D85C05;
	border-radius: 25px;
	padding-right: 10px;
	width: 100%;
}
.form_main > i{
	position: absolute;
	top: 50%;
	right: 10px;
	font-size: 1.5rem;
	transform: translateY(-50%);
	cursor: pointer;
}
.phone_content div:first-child{
	font-size: 1.2em;
	font-weight: 500;
	margin-bottom: -5px
}
.phone_content div:nth-child(2){
	font-size: 1.1rem;
	font-weight: 600;

}
.info_header{
	color: #4D4D4D;
}
.info_header i{
	color: #000;
	font-weight: 700;
	font-size: 1.1rem;
}
/*===============HEADER================*/

/* Background teal bao ngoài ô tìm kiếm */

/* Container cho ô tìm kiếm */
.custom-search-form {
  max-width: 400px; /* Bạn điều chỉnh độ rộng tùy theo layout */
  margin: 0 auto;
}

.custom-search-form .input-group {
  background-color: #ffffff;
  border-radius: 20px; /* Bo tròn viền 2 bên */
  padding: 2px 8px 2px 15px;
  /* Tạo hiệu ứng bóng mờ nhẹ phía dưới và viền vi-mô giống ảnh */
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* Ô nhập input */
.custom-search-form .search-input {
  border: none;
  background: transparent;
  box-shadow: none !important;
  font-style: italic; /* Chữ in nghiêng "Tìm kiếm ..." */
  color: #555555;
  padding-left: 0;
  height: 28px;
}

.custom-search-form .search-input::placeholder {
  font-style: italic;
  color: #777777;
}

/* Nút icon kính lúp */
.custom-search-form .btn-search {
  border: none;
  background: transparent;
  color: #333333;
  padding: 0 5px;
  box-shadow: none !important;
  cursor: pointer;
}

.custom-search-form .btn-search:hover {
  color: #000000;
}
/*===============MENU================*/
.nav_main{

	position: relative;

}
.nav_main > .icon_home{
	position: absolute;
	top: 42%;
	left: 14%;
	background: transparent;
	color: #33A57F;
	padding: 2px 10px 0;
	font-size: 1.5rem;
	transform: translateY(-50%);
}
/*.nav_main > .icon_home:before{
	content: '';
	position: absolute;
	height: 0;
	width: 100%;
	background: transparent;
	bottom: -10px;
	left: 0;
	border-top: 10px solid #EB5C05;
	border-right: 22px solid transparent;
	border-left: 22px solid transparent;
}
.nav_main > .icon_home:after{
	content: '';
	position: absolute;
	height: 0;
	width: 141%;
	background: transparent;
	top: 0px;
	left: -9px;
	border-bottom: 12px solid #EB5C05;
	border-right: 9px solid transparent;
	border-left: 9px solid transparent;
	z-index: -1;
	}*/
	.menu_header
	{
		
	}
	.menu_header > li > a
	{
		color: #000 !important;
		font-weight: 600;
		display: inline-block;
		padding: 13px 10px;
		text-transform: uppercase;
	
		text-align: center;
		transition: background .5s ease;
	}
	.menu_header > li > a:hover,.submenu_main > a.active
	{
		background: #33A57F;
		color: #fff !important;
		cursor: pointer;
	}
	.menu_header > li > a > .bxs-down-arrow
	{
		font-size: 0.7rem;
	}
	.submenu_main, .menu_header
	{
		position: relative;
	}
	.submenu_main:hover + .submenu_header,.submenu_header:hover
	{
		opacity: 1;
		pointer-events: all;
	}
	.submenu_header
	{
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		padding:15px;
		background: #fff;
		box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 10%);
		border-radius: 0 0 8px 8px;
		opacity: 0;
		pointer-events: none;
		transition: all .5s;
		gap: 10px;
		z-index: 999999;
	}
	.submenu_header > li > a
	{
		display: inline-block;
		margin-bottom: 10px;
		color: #33A57F;
		font-size: 0.85rem;
		border-bottom: 2px solid #248364;
		width: 100%;
		min-width: 168px;
		transition: padding-left .5s;
		font-weight: 500;
		padding-left: 3px;
	}
	.submenu_header > li > a:hover, .subsub_menu > li > a:hover
	{
		padding-left: 10px;
	}
	.contain_submenu{
		width: 23%;
		float: left;
		margin: 1%;
	}
	.subsub_menu > li >a{
		color:#4D4D4D;
		transition: all .5s;
		margin-bottom: 8px;
		width: 100%;
		display: inline-block;
	}
	.contain_submenu:hover > a,.submenu_header > li > a:hover{
		background: #33A57F;
		color: #fff;
		transition: all .5s;
		border-radius: 5px 5px 0 0; 
		padding-left: 10px;
	}
	/*===============MENU================*/


	/*===============BANNER================*/
	.banner img{
		max-width: 100%;
	}
	/*===============BANNER================*/

/*=============trang chủ ==========*/

.img-nk:hover
{
	content: url(../img/b-1.png);
	
}

.img-bxh:hover
{
	content: url(../img/b-3.png);
	
}
.img-bt:hover
{
	content: url('../img/b-5.png');
	
}
.h2-home
{
	    background: url(../img/line.jpg);
    background-size: contain;
    background-position: left bottom;
    padding-bottom: 40px;
    background-repeat: no-repeat;
}
.section-2-colleft
{
	background: linear-gradient(90deg, rgba(10, 196, 157, 0.99) 0%, rgba(30, 162, 185, 1) 100%);
	color: #fff;
	border-radius: 15px;
	font-size: 20px;
	padding: 10px;
}
.section-3-nk:hover
{
	content: url(../img/d-1.png);
}
.section-3-bxh:hover
{
	content: url(../img/d-4.png);
}
.section-3-bt:hover
{
	content: url(../img/d-6.png);
}
/* CSS Tùy chỉnh */
    .custom-tabs .nav-link {
      color: #fff !important;
      font-weight: bold;
      text-transform: uppercase;
      border-radius: 8px;
      text-align: center;
      padding: 8px 12px;
      font-size: 15px;
      border: none;
      background: linear-gradient(90deg, rgba(10, 196, 157, 0.99) 0%, rgba(30, 162, 185, 1) 100%);
    }
    .custom-tabs .nav-link.active {
    	 background: #d25b33 !important;
    }
   
    /* Khung thẻ bài viết */
    .post-card {
      transition: transform 0.2s ease-in-out;
    }
    .post-card:hover {
      transform: translateY(-3px);
    }

    .post-img-wrapper {
      border: 1px solid #ddd;
      padding: 3px;
      background-color: #fff;
    }
    .post-img-wrapper img{
    	height: 180px;
    	object-fit: cover;
    }
    .post-title {
      font-size: 14px;
      color: #333;
      margin-top: 8px;
      line-height: 1.3;
      display: -webkit-box;
      -webkit-line-clamp: 2; /* Giới hạn 2 dòng */
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-decoration: none;
    }
    .post-title:hover {
      color: #d25b33;
      text-decoration: none;
    }
    /* Container chính của Form */
    .consultation-form {
      width: 100%;
     
      padding: 20px 25px;
      border-radius: 6px;
      /* Background chuyển màu gradient xanh ngọc */
      background: linear-gradient(135deg, #00bfa5 0%, #00897b 100%);
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    }

    /* Hàng 2 ô nhập tên & sđt */
    .form-row {
      display: flex;
      gap: 15px;
      margin-bottom: 15px;
    }

    .form-group {
      flex: 1;
    }

    /* Định dạng ô Input & Textarea */
    .form-input, .form-textarea {
      width: 100%;
      padding: 10px 15px;
      border: 1px solid #e0e0e0;
      border-radius: 8px;
      outline: none;
      font-size: 14px;
      color: #333;
      background-color: #ffffff;
      transition: border-color 0.2s;
    }

    .form-input::placeholder, .form-textarea::placeholder {
      color: #757575;
    }

    .form-input:focus, .form-textarea:focus {
      border-color: #004d40;
    }

    .form-textarea {
      height: 110px;
      resize: none;
      margin-bottom: 15px;
    }

    /* Dòng thông báo */
    .form-note {
      text-align: center;
      color: #ffffff;
      font-size: 15px;
      margin-bottom: 18px;
      letter-spacing: 0.3px;
    }

    .form-note strong {
      font-weight: bold;
      text-transform: uppercase;
    }

    /* Hàng chứa 2 nút bấm */
    .form-actions {
      display: flex;
      justify-content: center;
      gap: 20px;
    }

    .btn {
      flex: 1;
      max-width: 220px;
      padding: 10px 15px;
      font-size: 16px;
      font-weight: bold;
      text-transform: uppercase;
      border-radius: 6px;
      cursor: pointer;
      text-align: center;
      transition: all 0.2s ease;
      box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    }

    /* Nút 1: GỬI CHÚNG TÔI */
    .btn-submit {
      background-color: #00897b;
      color: #ffffff;
      border: 2px solid #ffffff;
    }

    .btn-submit:hover {
      background-color: #00796b;
      transform: translateY(-1px);
    }

    /* Nút 2: TƯ VẤN NGAY */
    .btn-advising {
      background-color: #d32f2f;
      color: #ffffff;
      border: 2px solid #ffffff;
    }

    .btn-advising:hover {
      background-color: #c62828;
      transform: translateY(-1px);
    }

    /* Responsive cho màn hình điện thoại */
    @media (max-width: 576px) {
      .form-row {
        flex-direction: column;
        gap: 12px;
      }
      .form-actions {
        flex-direction: column;
        align-items: center;
        gap: 10px;
      }
      .btn {
        max-width: 100%;
        width: 100%;
      }
      .form-note {
        font-size: 13px;
      }
    }
    /* Container chứa toàn bộ quy trình */
    .process-container {
      max-width: 1000px;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; /* Căn giữa các hàng */
      gap: 30px;
    }

    /* Mỗi item sẽ chiếm ~30% chiều rộng để 1 hàng chứa vừa 3 item */
    .process-item {
      flex: 0 0 calc(33.333% - 20px);
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      margin-bottom: 20px;
    }

    /* Khung chứa ảnh hình tròn có viền xanh & bóng */
    .img-circle {
      width: 200px;
      height: 200px;
      border-radius: 50%;
     
     
      overflow: hidden;
      margin-bottom: 20px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .img-circle img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    /* Tiêu đề màu xanh ngọc */
    .process-title {
      color: #00bfa5;
      font-size: 16px;
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 12px;
      letter-spacing: 0.5px;
    }

    /* Đoạn văn mô tả */
    .process-desc {
      color: #333;
      font-size: 13.5px;
      line-height: 1.5;
    }

    /* Responsive cho máy tính bảng */
    @media (max-width: 992px) {
      .process-item {
        flex: 0 0 calc(50% - 20px); /* Chuyển thành 2 cột */
      }
    }

    /* Responsive cho điện thoại */
    @media (max-width: 576px) {
      .process-item {
        flex: 0 0 100%; /* Chuyển thành 1 cột */
      }
    }
    .section-8 .swiper-container-wrapper {
      max-width: 1100px;
      margin: 0 auto;
      /* Padding để box-shadow của các card không bị cắt mất */
      padding: 20px 10px; 
    }

    /* Card Đánh giá */
    .section-8 .testimonial-card {
      background: #ffffff;
      border-radius: 15px;
      padding: 25px 20px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
      border: 1px solid #f0f0f0;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    /* Icon Dấu ngoặc kép */
    .section-8 .quote-icon {
      font-family: Georgia, serif;
      font-size: 70px;
      line-height: 0.6;
      color: #1abc9c; /* Màu xanh ngọc */
      margin-bottom: 5px;
    }

    /* Nội dung đánh giá */
    .section-8 .review-text {
      color: #5bc0de; /* Màu xanh dương nhạt */
      font-style: italic;
      font-size: 14.5px;
      line-height: 1.6;
      margin-bottom: 25px;
      flex-grow: 1;
    }

    /* Phần thông tin người dùng */
    .section-8 .user-info {
      display: flex;
      align-items: center;
      gap: 15px;
    }

    /* Avatar */
   

    /* Chi tiết Tên và Địa chỉ */
    .section-8 .user-details h4 {
      color: #5bc0de;
      font-size: 16px;
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 3px;
    }

    .section-8 .user-details p {
      color: #5bc0de;
      font-size: 13px;
      font-style: italic;
      text-transform: uppercase;
    }

    /* Tùy chỉnh dấu chấm tròn chuyển slide (Pagination) */
    .section-8 .swiper-pagination-bullet {
      background-color: #1abc9c;
    }
	/*===============ABOUT_CUSTOMER================*/
	/*===============FOOTER================*/
	/* TOÀN BỘ CSS FOOTER */
    footer.site-footer {
      width: 100%;
      background: linear-gradient(135deg, #00bfa5 0%, #00897b 100%);
      padding: 20px 15px;
      color: #ffffff;
    }

    footer.site-footer .footer-container {
      max-width: 1100px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 40px;
    }

    /* BÊN TRÁI: LOGO + TÊN PHÒNG KHÁM */
    footer.site-footer .footer-brand {
      display: flex;
      align-items: center;
      gap: 15px;
    }

   

    footer.site-footer .brand-text {
      display: flex;
      flex-direction: column;
    }

    footer.site-footer .brand-sub {
      font-size: 15px;
      font-weight: bold;
      letter-spacing: 1px;
      text-transform: uppercase;
      margin-bottom: 2px;
      white-space: nowrap;
    }

    footer.site-footer .brand-main {
      font-size: 38px;
      font-weight: 900;
      letter-spacing: 2px;
      line-height: 1;
      text-transform: uppercase;
      white-space: nowrap;
    }

    /* ĐƯỜNG VẠCH PHÂN CÁCH ĐỨNG */
    footer.site-footer .footer-divider {
      width: 1px;
      height: 70px;
      background-color: rgba(255, 255, 255, 0.6);
    }

    /* BÊN PHẢI: THÔNG TIN LIÊN HỆ */
    footer.site-footer .footer-info {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    footer.site-footer .info-item {
      display: flex;
      align-items: center;
      gap: 12px;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }

    /* Icon hình ảnh */
    footer.site-footer .info-icon {
      width: 26px;
      height: 26px;
      object-fit: contain;
      flex-shrink: 0;
    }

    footer.site-footer .info-item strong {
      font-weight: bold;
    }

    /* RESPONSIVE CHO MOBILE */
    @media (max-width: 768px) {
      footer.site-footer .footer-container {
        flex-direction: column;
        gap: 20px;
        text-align: center;
      }

      footer.site-footer .footer-divider {
        width: 80%;
        height: 1px; /* Đổi thành vạch ngang trên di động */
      }

      footer.site-footer .footer-brand {
        flex-direction: column;
      }

      footer.site-footer .info-item {
        justify-content: center;
      }
    }
	/*===============FOOTER================*/
	/*===============LOAI_RIGHT================*/
	.tag_time_loai{
		padding: 15px;
		color: #000;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #E1E1E1;
		border-radius: 7px;
	}
	.tag_time_loai span{
		font-weight: 500;
	}
	.tag_time_loai > i{
		font-size: 4.5rem;
		margin-right: 8px;
		color: #4D4E50;
	}
	.item_info_right{
		background: #EB5C05;
		padding: 15px;
		text-align: center;
		color: #fff;
		font-size: 1rem;
		font-weight: 500;
		display: flex;
		line-height: 1.2;
		align-items: center;
		text-transform: uppercase;
		height: 100%;
		border-radius: 6px;
	}
	.item_info_right:hover{
		color: #fff;
	}
	.item_info_right > img{
		width: 30%;
		margin-right: 10px;
	}
	.bg_or
	{
		background: #33A57F;
	}
	.breadcrumb{
		background: transparent !important;
	}
	h1.title_detail_post
	{
		border-bottom: 2px solid #33A57F;
		font-size: 1.4rem;
		padding-bottom: 5px;
		text-transform: uppercase;
		color: #33A57F;
	}
	.post-main h2{
		font-size: 1.5rem;
		color: #33A57F;
		border-bottom: 1px solid #33A57F;
		padding-bottom: 10px;
	}
	.post-main img{
		max-width: 100% !important;
		height: auto !important;
	}
	.right-khung {
		padding: 10px;
		border-radius: 5px;
		margin: 1rem 10px;
		box-shadow: 0px 0px 2px green;
		background: rgba(0, 77, 220, 0.1);
	}
	.title_lienquan{
		padding-bottom: 1px;
		font-size: 1.1rem;
		font-weight: 500;
		color: #33A57F;
		border-bottom: 1px solid;
		margin-bottom: 10px;
	}
	.cover_img_post{
		width: 30%;
		display: inline-block;
		min-width: 228px;
	}
	.content_post_loai
	{
		width: 65%;
		padding:0 15px;
	}
	.cl-or
	{
		color: #33A57F;
	}
	.btn_gre_loai, .btn_or_loai{
		padding: 5px 10px;
		color: #fff;
		background: #EB5C05;
		border-radius: 5px;
	}
	.btn_gre_loai:hover, .btn_or_loai:hover{
		color: #fff;
	}
	.btn_or_loai{
		padding: 5px 10px;
		color: #fff;
		background: #33A57F;
		border-radius: 5px;
	}
	.page-link{
		border-color: #EB5C05 !important;
		color: #EB5C05 !important;
		font-weight: 500;
	}
	.page-item.active .page-link{
		background: #EB5C05 !important;
		color: #fff !important;
	}
	.count_online
	{
		background: #33A57F;
		color: #fff;
	}
	.count_online .numbe_count
	{
		line-height: 0.5;
	}
	.main-breacrumd > .breadcrumb {
		border-bottom: 2px solid #33A57F;
	}
	.main-breacrumd .breadcrumb-item > a{
		color: #33A57F;
	}
	/*===============LOAI_RIGHT================*/


ul.submenu_header > li {width: 23%;float: left;margin: 1%;}