@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{
	padding:20px 0 0px 0;
	border-top: 10px solid;
	border-image-slice: 1;
	border-width: 5px;
	border-image-source:  linear-gradient(90deg, #33A57F 26%, #33A57F 26%);
	margin-bottom: 20px;
}
.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================*/

hr.hr-header {
border: none;
    height: 2px;
    position: relative;
    margin: 10px 0;
    background: transparent;
}

/* Hàng nét đứt phía trên */
hr.hr-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px; /* Độ dày của nét đứt */
  background-image: linear-gradient(to right, #00bfa5 60%, transparent 40%);
  background-size: 16px 100%; /* 16px = 10px nét gạch + 6px khoảng trống */
  background-repeat: repeat-x;
}

/* Background teal bao ngoài ô tìm kiếm */
.search-bar-wrapper {
  background-color: #00a8a8; /* Mã màu xanh teal chuẩn theo ảnh */
}

/* 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{
	border-top: 1px solid #33A57F;
	position: relative;
	background: #0AC49D;
background: linear-gradient(90deg, rgba(10, 196, 157, 0.99) 0%, rgba(30, 162, 185, 1) 100%);
}
.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: #fff !important;
		font-weight: 600;
		display: inline-block;
		padding: 13px;
		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;
    }

    /* Tab 1: Bài viết mới nhất (Màu cam đất) */
    .custom-tabs #tab-latest-tab {
      background-color: #d25b33;
    }
    .custom-tabs #tab-latest-tab.active {
      background-color: #b3421e; /* Đậm hơn khi active */
    }

    /* Tab 2: Bài viết xem nhiều (Màu xanh ngọc) */
    .custom-tabs #tab-popular-tab {
      background-color: #16a085;
    }
    .custom-tabs #tab-popular-tab.active {
      background-color: #0e6856; /* Đậm hơn khi active */
    }

    /* 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-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;
    }
	/*===============ABOUT_CUSTOMER================*/
	/*===============FOOTER================*/
	.footer{
		background: #33A57F;
		color: #fff;
		font-size: 1rem
	}
	.info_bottom{
		background: linear-gradient(87deg, rgba(255,115,0,1) 8%, rgba(222,180,1,1) 84%, rgba(255,115,0,1) 96%);
	}
	.phone_bottom{
		font-size: 1.5rem;
		font-weight: 500;
		display: flex;
		align-items: center;
		text-transform: uppercase;
		color: #fff;
	}
	.phone_bottom i{
		font-size: 2.5rem;
		margin-right: 15px;
	}
	.form_footer{
		background: #D95C05;
		border-radius: 4px;
		width: 350px;
	}
	.form_footer button{
		color: #fff;
		border: 0;
	}
	.title_hethong{
		border-bottom: 1px solid #fff;
		font-size: 1.2rem;
	}
	/*===============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%;}