@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;
}
:root
{
	--menubg:#12A1B0;
}

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;
}
h2{
	font-size: 1.5rem !important;
}
.gap-10{
	gap:10px;
}
.gap-15{
	gap:15px;
}
.gap-20{
	gap:20px;
}
.pt-45{
	padding-top: 4.5rem !important;
}
.container
{
	max-width: 650px !important;
}
.mw-85{
	max-width: 85px !important;
}
.mw-70{
	max-width: 70px !important;
}
.w-80{width: 80%;}
.fs-7rem{font-size: .7rem !important}
.bg_gray{	background: #E1E1E1;}
img{max-width: 100%; 
    min-width: 0;}
/*===============Top-header================*/
.top-header .col-left
{
	background: #2bafa4;
	padding: 8px 0;
}
.top-header .col-left i
{
	font-size: 50px;
	color: #fff;
}

.top-header .searchbar{
	margin-bottom: 5px;
	margin-top: 5px;
	height: 35px;
	/* background-color: #353b48; */
	border-radius: 30px;
	padding: 5px;
	width: 100%;
	position: relative;
	border: thin solid #fff;
	color: #fff;
	background: #fff;
}
.top-header   .search_input{
	color: #000;
	border: 0;
	outline: 0;
	background: none;
	width: 90%;
	padding: 0 10px;
	caret-color: transparent;
	line-height: 24px;
}

.top-header  .search_input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #000;
	opacity: 1; /* Firefox */
}
.top-header   .search_input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #000;
}
.top-header   .search_input::-ms-input-placeholder { /* Microsoft Edge */
	color: #000;
}
.top-header   .search_icon{
	background: transparent;
	color: #fff;
	height: 35px;
	
	float: right;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 47%;
	text-decoration: none;
	position: absolute;
	right: -1%;
	top: -1.5%;
	font-weight: bold;
	border: 0;
}
/*===============HEADER================*/
.header{
	padding: 10px 0;
	border-image-slice: 1;
}
.form_main{
	position: relative;
}
.form_main > input{
	border-color: #006837;
	border-radius: 25px;
	padding-right: 10px;
	width: 100%;
}
.form_main > i{
	position: absolute;
	top: 50%;
	right: 10px;
	font-size: 1.5rem;
	transform: translateY(-50%);
}
.phone_content div:first-child{
	font-size: 0.8em;
	font-weight: 500;
	margin-bottom: -5px;
	color:#000;
}
.phone_content div:nth-child(2){
	font-size: 4.1vw;
	font-weight: 600;
	color: #D15C05;
}
.info_header{
	color: #4D4D4D;
}
.info_header i{
	color: #000;
	font-weight: 700;
	font-size: 1.1rem;
}
/*===============HEADER================*/
/*===============MENU================*/
.nav_main{
	border-top: 1px solid #F28705;
}
.menu_header
{
	max-width: 750px;
	justify-content: space-around;
	margin: auto !important;
}
.menu_header > li > a
{
	color:#4D4D4D;
	font-weight: 600;
	display: inline-block;
	padding: 8px 0;
	text-transform: uppercase;
	font-size: 3.3vw;
}
.menu_header > li > a > .bxs-down-arrow
{
	font-size: 0.7rem;
}
.submenu_main
{
	position: relative;
}
.submenu_main:hover .submenu_header
{
	opacity: 1;
	pointer-events: all;
}
.submenu_header
{
	position: absolute;
	top: 100%;
	max-width: 100%;
	min-width: 200px;
	width: max-content;
	padding: 5px 15px 5px;
	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;
}
.submenu_header > li > a
{
	display: inline-block;
	padding-bottom: 5px;
}
/*===============MENU================*/
/*===============INTRO================*/
.dot {
	height: 3px;
	width: 3px;
	background-color: #fff;
	border-radius: 50%;
	display: block;
	margin-bottom: 5px;
	position: relative;
}
.dot:last-child{
	margin: 0;
}
.dot:before{
	content: '';
	position: absolute;
	height: 3px;
	width: 3px;
	background-color: #fff;
	border-radius: 50%;
	top: 0;
	left: -10px;
}
.dot:after{
	content: '';
	position: absolute;
	height: 3px;
	width: 3px;
	background-color: #fff;
	border-radius: 50%;
	top: 0;
	right: -10px;
}
.title_main_dot{
	gap: 25px;
	font-size: 2rem;
	color: #fff;
	margin-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
	background: #33A57F;
	padding: 11px 0;
}
.title_main{
	gap: 25px;
	font-size: 1rem;
	color: #5D5D5D;
	margin-bottom: 20px;
	position: relative;
	text-align: center;
}
.title_main_sub{
	font-size: 15px;
	margin-top: -22px;
	font-weight: 600;
}
.title_main_phone{
	display: inline-block;
	margin: auto;
	background:#33A57F;
	padding: 10px 25px;
	border-radius: 3px;
	font-size: 1rem;
	color: #fff; 
	z-index: 1;
}
.title_main_phone:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	background: #33A57F;
	z-index: -1
}
/*===============INTRO================*/
/*==============INFO_UNDER_BANNER================*/

/************==========FORM=========**************/

/************==========FORM=========**************/
	/* Thanh bao ngoài có màu nền teal đặc trưng */
.stats-bar-wrapper {
     background: linear-gradient(90deg, rgba(10, 196, 157, 0.99) 0%, rgba(30, 162, 185, 1) 100%);
  padding: 12px 0;
  width: 100%;
}

/* Cấu trúc từng khối item */
.stat-item {
  position: relative;
  border-right: 1px dashed rgba(255, 255, 255, 0.6); /* Nét đứt phân cách giữa các item */
}

/* Bỏ đường nét đứt ở phần tử cuối cùng */
.stat-item:last-child {
  border-right: none;
}

/* Căn giữa icon + text */
.stat-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
}

/* Icon hình tròn nền trắng, chữ xanh */
.stat-icon {
  width: 44px;
  height: 44px;
      padding: 10px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00a8a8;
  font-size: 20px;
  margin-right: 12px;
  flex-shrink: 0;
}

/* Nội dung chữ bên phải icon */
.stat-content {
  color: #ffffff;
  line-height: 1.2;
}

/* Số lượng */
.stat-number {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.5px;
}

/* Nhãn bên dưới số */
.stat-label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}

/* Responsive cho màn hình mobile nhỏ */
@media (max-width: 576px) {
  .stat-inner {
    flex-direction: column;
    text-align: center;
  }
  .stat-icon {
    margin-right: 0;
    margin-bottom: 5px;
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
  .stat-number {
    font-size: 18px;
  }
  .stat-label {
    font-size: 10px;
  }
}

.h2-home
{
	    background: url(../img/line.jpg);
    background-size: contain;
    background-position: left bottom;
    padding-bottom: 25px;
    background-repeat: no-repeat;
}
.section-1
{
  padding: 40px 0px;
}
.section-1-grid
{
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap:10px;

}
.section-1-grid .item a
{
  flex-direction: column;
  text-align: center; display: flex; gap: 10px;    align-items: center;
}
.section-1-grid .item .hover
{
  display: none;
}
.section-1-grid .item:hover .hide-hover
{
  display: none;
}
.section-1-grid .item:hover .hover
{
  display: block;
}
.section-1-grid .item:hover div{
  color: #e97b24;
}


.section-1-grid .item div
{
 
  color: #17c4a6;    font-weight: 600;
}
.section-2-colleft
{

	
	padding: 10px 15px !important
}
.section-2 .section-2-sub-title {
    font-size: 28px;
    font-weight: 700;
    color: #555555;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* TiĂªu Ä‘á» chĂ­nh (dĂ²ng to bĂªn dÆ°á»›i) */
.section-2 .section-2-title {
    font-size: 42px;
    font-weight: 800;
    color: #4a4a4a;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1.2;
}

/* Äoáº¡n trĂ­ch dáº«n cĂ³ Ä‘Æ°á»ng viá»n xanh bĂªn trĂ¡i */
.section-2 .section-2-highlight {
    border-left: 4px solid #00bfa5; /* MĂ u xanh lá»¥c báº£o nháº¡t */
    padding-left: 18px;
}

.section-2 .section-2-highlight p {
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.5;
    color: #222222;
}

/* Äoáº¡n vÄƒn báº£n mĂ´ táº£ */
.section-2 .section-2-desc p {
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
    text-align: justify;
}

/* NĂºt "Xem thĂªm" bo trĂ²n */
.section-2 .section-2-btn {
    background-color: #20c997; /* Tone xanh ngá»c chuáº©n áº£nh */
    color: #ffffff;
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    border-radius: 30px;
    padding: 6px 24px;
    border: none;
    transition: all 0.3s ease;
}

.section-2 .section-2-btn:hover {
    background-color: #1baa80;
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/* Reponsive cho mĂ n hĂ¬nh nhá» (Mobile) */
@media (max-width: 767.98px) {
    .section-2 .section-2-sub-title {
        font-size: 20px;
    }
    .section-2 .section-2-title {
        font-size: 28px;
    }
    .section-2 .section-2-highlight p {
        font-size: 16px;
    }
}
.section-9 h2
{
	    color: #00bfa5;
    display: table;
    padding: 10px 30px;
    border-radius: 30px;
    border-width: 2px;
    border-style: solid;
    border-color: #00bfa5;
    border-image: none;
    margin: auto auto 20px;
    text-align: center;
        font-size: 1.2rem !important;
}
.section-7 h2
{
	background:#00bfa5; 
	color: #fff;
	text-align: center;
	 font-size: 1.2rem !important;
	 padding: 8px 0;
}
.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);
}
.section-6
{
	background: #00bfa5;
	padding: 40px 0px;
}
/* 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;
      }
    }
   
    .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================*/
.footer{
	background: #33AB7F;
	color: #fff;
	font-size: 1rem;
	padding-bottom: 80px;
}
.footer .col-left .p-1
{
	border-bottom: thin solid #fff;
	display: inline-block;
}
/*===============FOOTER================*/
/*===============Liên hệ bottom==========*/
#lienhe-bottom {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #33AB7F;
	position: fixed;
	bottom: 0;
	z-index: 9;
}
#lienhe-bottom img {
	height: 100px;
}
#lienhe-bottom a:nth-child(2)
{
	background: #F25C05;
}
#lienhe-bottom a {
	text-decoration: none;
	color: #fff;
	width: 100%;
	text-align: center;
	font-family: inherit;
	display: block;
	text-transform: uppercase;
	font-weight: 700;
}
#lienhe-bottom a:hover, #lienhe-bottom a:focus {
	text-decoration: none;
	outline: none
}
#lienhe-bottom div {
	width: 3.5rem;
	height: 3.5rem;
	background: var(--yellow);
	margin: -1.75rem auto 0;
	border-radius: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
#lienhe-bottom p {
	margin: 0;
	padding: 20px 0 10px;
	text-align: center;
	color: #fff;
}
/*===============LOAI_RIGHT================*/
.tag_time_loai{
	padding: 15px;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #E1E1E1;
	border-radius: 7px;
	gap:10px;
}
.d-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}
.tag_time_loai span{
	font-weight: 500;
}
.tag_time_loai > i{
	font-size: 4.5rem;
	margin-right: 8px;
	color: #4D4E50;
}
.item_info_right{
	background: #F28705;
	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.2rem;
	padding-bottom: 5px;
	text-transform: uppercase;
	color: #33A57F;
}
.post-main h2{
	font-size: 1.2rem;
	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;
}
.content_post_loai
{
	width: 70%;
	padding:0 15px;
}
.content_post_loai > h5
{
	font-size: 1rem;
}
.cl-or
{
	color: #33A57F;
}
.btn_gre_loai, .btn_or_loai{
	padding: 5px 10px;
	color: #fff;
	background: #F28705;
	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: #F28705 !important;
	color: #F28705 !important;
	font-weight: 500;
}
.page-item.active .page-link{
	background: #F28705 !important;
	color: #fff !important;
}
.count_online
{
	background: #33A57F;
	color: #fff;
}
.count_online .numbe_count
{
	font-size: 0.7rem !important;
	text-align: unset;
}
.count_online .numbe_count h2
{
	font-size: 1rem;
}
.count_online .numbe_count p
{
	text-align: unset !important;
}
.main-breacrumd > .breadcrumb {
	border-bottom: 2px solid #33A57F;
}
.main-breacrumd .breadcrumb-item > a{
	color: #33A57F;
}
/*===============LOAI_RIGHT================*/
/*===============tritt================*/
.antam .p3{
	padding:0px 20px;
}
/*===============tritt================*/
form.form_main {
    padding-left: 20px;
}
ul.mm-listview li:last-child:after {
    border: none;
}ul.mm-listview li:last-child{margin-top:10px;}