@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;
}
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;
}
.gap-10{
	gap:10px;
}
.gap-15{
	gap:15px;
}
.gap-20{
	gap:20px;
}
.pt-45{
	padding-top: 4.5rem !important;
}

/*===============HEADER================*/
.header{
	padding: 20px 0;
	border-top: 10px solid;
	border-image-slice: 1;
	border-width: 5px;
	border-image-source:  linear-gradient(90deg, #CE022E 26%, #D81970 26%);
	margin-bottom: 20px;
}
.form_main{
	position: relative;
}
.form_main > input{
	border-color: #CE022E;
	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: 1em;
	font-weight: 500;
	margin-bottom: -5px
}
.phone_content div:nth-child(2){
	font-size: 1.1rem;
	font-weight: 600;
	color: #CE022E;
}
.info_header{
	color: #4D4D4D;
}
.info_header i{
	color: #000;
	font-weight: 700;
	font-size: 1.1rem;
}
/*===============HEADER================*/
/*===============MENU================*/
.nav_main{
	border-top: 1px solid #00682F;
	position: relative;
}
.nav_main > .icon_home{
	position: absolute;
	top: -13px;
	left: 10%;
	background: #00682F;
	padding: 2px 10px 0;
	color: #fff;
	font-size: 1.5rem;
}
.nav_main > .icon_home:before{
	content: '';
	position: absolute;
	height: 0;
	width: 100%;
	background: transparent;
	bottom: -10px;
	left: 0;
	border-top: 10px solid #00682F;
	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 #00682F;
	border-right: 9px solid transparent;
	border-left: 9px solid transparent;
	z-index: -1;
}
.menu_header
{
	max-width: 800px;
	justify-content: space-around;
	margin: auto !important;
}
.menu_header > li > a
{
	color:#CE022E;
	font-weight: 600;
	display: inline-block;
	padding: 13px 0;
	text-transform: uppercase;
}
.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: #CE022E;
	font-size: 0.9rem;
	border-bottom: 2px solid #d8395b;
	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%;
}
.subsub_menu > li >a{
	color:#4D4D4D;
	transition: all .5s;
	margin-bottom: 8px;
	width: 100%;
	display: inline-block;
}
.contain_submenu:hover > a{
	background: #CE022E;
	color: #fff;
	transition: all .5s;
	border-radius: 5px 5px 0 0; 
	padding-left: 10px;
}
/*===============MENU================*/


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


/*==============TITLE_MAIN================*/
.title_main{
	gap: 25px;
	font-size: 1.6rem;
	color: #5D5D5D;
	margin-bottom: 20px;
	position: relative;
}
.title_main_sub{
	font-size: 15px;
	margin-top: -22px;
	font-weight: 600;
}
.title_main_phone{
	display: inline-block;
	margin: auto;
	margin-top: -20px;
	background:#CE022E;
	padding: 10px 25px;
	border-radius: 3px;
	font-size: 15px;
	color: #fff; 
	z-index: 1;
}
.title_main_phone:before{
	content: '';
	position: absolute;
	top: 75%;
	left: 0;
	width: 100%;
	height: 2px;
	background: #CE022E;
	z-index: -1
}
.dot {
	height: 3px;
	width: 3px;
	background-color: #C38080;
	border-radius: 50%;
	display: block;
	margin-bottom: 5px;
	position: relative;
}
.dot:before {
	content: '';
	position: absolute;
	height: 3px;
	width: 3px;
	background-color: #C38080;
	border-radius: 50%;
	top: 0;
	left: -10px;
}
.dot:after {
	content: '';
	position: absolute;
	height: 3px;
	width: 3px;
	background-color: #C38080;
	border-radius: 50%;
	top: 0;
	right: -10px;
}
.title_main_dot {
	gap: 25px;
	font-size: 2rem;
	color: #CE022E;
	margin-bottom: 20px;
}
/*==============TITLE_MAIN================*/
.item_info_under_banner{
		display: flex;
		align-items: stretch;
		background: #0476D9;
		padding: 2px;
		flex: 1 1 25%;
		border-radius: 2px;
		transition: box-shadow .5s ease,transform .5s ease;
	}
	.cover_info_under_post > .item_info_under_banner:last-child{
		flex-basis: 10%;
		background: #F70012;
	}
	.cover_info_under_post > .item_info_under_banner:last-child:hover{
		box-shadow: 0 7px 10px rgba(0,0,0,.5);
		transform: translateY(-2px);
	}
	.item_info_under_banner [class^='item_']{
		flex: 1;
		text-align: center;
		padding: 8px 15px;
	}
	.item_info_under_banner .item_right{
		flex-basis: 30%;
		color: #0476D9;
		background: #fff;
		font-weight: 600;
	}
	.cover_info_under_post > form .item_right {
    flex-basis: 65%;
}
.cover_info_under_post > form input {
    width: 100%;
    height: 100%;
    border: 0;
    padding-left: 10px;
}
	.item_info_under_banner .item_left{
		color: #fff;
		text-transform: uppercase;
	}
	.item_info_under_banner:nth-child(2) .item_right{
		color: #F25C05
	}
	.item_info_under_banner:nth-child(2){
		background: #F25C05;
	}
.cover_info_under_post > form button {
    background: transparent;
    border: 0;
    color: #fff;
    text-transform: uppercase;
}
	/*==============INFO_UNDER_BANNER================*/
/*==============LIST_CATEGORY================*/
.list_category_item{
	border:1px solid var(--lc_cl);
	padding: 10px 8px;
	text-align: center;
	border-radius: 5px;
	flex: 1 1 150px;
	transition: all .5s ease;
}
.list_category_item:hover{
	box-shadow: 0 7px 10px 0 rgba(0,0,0,0.5);
	transform: translateY(-4px);
}
.list_category_content {
	display: block;
	color: #3F3F3F;
	margin: 10px auto;
	width: 95px; 
}
.list_category_des {
	color: #3F3F3F;
	font-size: 15px;
	margin-top: 12px;
	text-align: center;
	font-weight: 500;
}
/*==============LIST_CATEGORY================*/

/*===============LIST_REASON================*/
.list_reason_name{
	color: #00682F;
	font-size: 1rem;
	font-weight: 600;
	margin: 10px 0;
}
.list_reason_des{
	font-weight: 600;
	color: #525151;
}

/*===============LIST_REASON================*/


/*===============POST_CATE================*/
.post_cate_menu_ul > li{
	padding: 10px 15px;
	background: #00682F;
	color: #fff;
	flex: 1 1 150px;
	cursor: pointer;
	transition: background .5s ease;
}
.post_cate_menu_ul > li:first-child{
	border-radius: 3px 0 0 3px;
}
.post_cate_menu_ul > li:last-child{
	border-radius: 0 3px 3px 0;
}
.post_cate_menu_ul > li{
	padding: 10px 15px;
	background: #00682F;
	color: #fff;
	flex: 1 1 150px;
	cursor: pointer;
	transition: background .5s ease;
}
.post_cate_menu_ul > li:hover{
	background: #CE022E;
}
.post_cate_menu_ul > li.active{
	background: #CE022E;
}
.post_cate_menu_ul > li:not(:last-child){
	border-right: 1px solid #fff;
}
.post_cate_menu_subul > li{
	padding: 0 20px;
	cursor: pointer;
}
.post_cate_menu_subul > li:first-child{
	padding-left: 0;
}
.post_cate_menu_subul > li:not(:last-child){
	border-right: 1px solid #6666;
}
.post_cate_post_left_content_name{
	color: #CE022E;
	font-size: 0.98rem;
	font-weight: 500;
	margin: 6px 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.post_cate_post_left_content_des,.post_cate_itempost_content_des{
	color: #59595C;
	text-align: justify;
}
.post_cate_post_right > a, .post_cate_itempost_content_name{
	color: #59595C;
	font-size: 1rem;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
	padding-left: 15px;
	position: relative;
	width: 100%;
}
.post_cate_post_right > a:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #CE022E;
	transition: all .5s cubic-bezier(0.65, 0, 0.076, 1);
}
.post_cate_post_right > a:hover{
	color: #CE022E;
}
.post_cate_post_right > a:hover:before{
	height: 100%;
	border-radius: 2px;
	z-index: -1;
}
.post_cate_title{
	text-align: center;
	padding: 6px;
	background: #CE022E;
	color: #fff;
	font-size: 1rem;
	text-transform: uppercase;
	border-radius: 4px;
	box-shadow: 0 4px 10px rgb(0 0 0 / 45%);
}
.post_cate_item_post > a{
	display: grid;
	grid-template-columns: 30% 67%;
	grid-gap: 10px;
}
.post_cate_itempost_content_name{
	color: #CE022E;
	padding: 0;
	font-weight: 500;
}
.post_cate_post_left_content_des > p{
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
.post_cate_itempost_content_des{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
.post_cate_post_left_content_des > p > strong,.post_cate_itempost_content_des > p > strong {
	font-weight: unset !important;
}
.img_under_post{
	position: relative;
}
.img_under_post div.col-md-4:not(:first-child) img{
	border-radius: 16px;
    box-shadow: rgb(50 50 105 / 55%) 0px 2px 5px 0px, rgb(0 0 0 / 5%) 0px 1px 1px 0px;
}
.img_under_post div.col-md-4:first-child img{
	border-radius: 16px;
    box-shadow: rgb(50 50 105 / 55%) 0px 5px 2px -2px, rgb(0 0 0 / 5%) 0px 1px 1px 0px
}
.img_under_post span{
	display: inline-block;
	position: absolute;
	bottom: 10px;
	left: 53%;
	transform: translateX(-50%);
	font-size: 1.8rem;
	color: #FF5878;
	font-weight: 600;
}
/*===============POST_CATE================*/

/*===============FORM_MIDDLE================*/
.form_middle{
	background: url(../img/bg_form_mid.jpg) top left no-repeat;
	background-size: cover;
}
.form_main_midle form label{
	color: #666666
}
.form_main_midle form textarea{
	resize: none;
}
.d-grid{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 10px;
}
.btn_mid{
	background: url(../img/btn_form_mid.png) top left no-repeat;
	background-size: 100% 100%;
	padding: 8px 38px;
	border: 0;
	box-shadow: 0 4px 10px rgb(0 0 0 / 40%);
	color: #fff;
	border-radius: 25px;
	font-size: 1rem;
	font-weight: 500;
}
/*===============FORM_MIDDLE================*/
/*===============TREATMENT_METHOD================*/
.list_method > li{
	padding: 15px;
	text-align: center;
	background:#999999;
	color: #fff;
	cursor: pointer;
	transition: background .5s ease;
	position: relative;
	z-index: 1;
}
.list_method > li:after{
	content: '';
	position: absolute;	
	top: 0;
	left: 0;
	background:#CE022E;
	height: 100%;
	width: 100%;
	transform: scaleX(0);transform-origin: right;transition: transform .7s ease;
	z-index: -1;
}
.list_method > li:hover:after{
	
transform: scaleX(1);transform-origin: left;}
.list_method > li.active{
	background:#CE022E;
}
.list_method > li:not(:last-child){
	border-bottom: 1px solid #ffff;
}
.cover_img_method{
	border: 1px solid #00682F;
	border-radius: 5px;
}
.cover_img_method > img{
	border-radius: 5px;
}
.method_content_1{
	border: 1px solid #00682F;
	padding: 15px;
	border-radius: 5px;
}
.method_content_2{
	border-radius: 5px;
	color: #fff;
	background: #00682F;
	padding: 15px;
}
[id^='tab_']{
	display: none !important;
}
[id^='tab_'].active{
	display: block !important;
}
/*===============TREATMENT_METHOD================*/
/*===============LIST_IMG================*/
.list_img_web{
	background: url(../img/bg_list_img.jpg) top left no-repeat;
	background-size: 100% 100%;
}
.cl-blue{
	color: #195180;
}
.title_addmore p{
	color: #CF5655;
	font-weight: 500;
	font-size: 1.5rem;S
}
.list_img_grid{
	display: inline-grid;
	grid-template-columns: repeat(3,1fr);
	grid-template-rows: repeat(3,1fr);
	grid-gap: 10px;
}
.list_img_grid > .img_1{
	grid-column: 1 / span 2;
	grid-row: 1 / span 2;
}
/*===============LIST_IMG================*/
/*===============ABOUT_CUSTOMER================*/
.about_customer{
	background: url('../img/bg_person.jpg') top left no-repeat;
	background-size:100% 100%;
}
.item_about{
	padding: 15px;
	box-shadow: 0 0 10px rgba(0,0,0,.4);
	border-radius: 8px;
	position: relative;
	background: #E6F0EB;
}
.bxs-quote-alt-left{
	font-size: 1.5rem;
	color: #00682F;
	position: absolute;
	right: 25px;
	top: 25px;
	transform: rotate(180deg);
}
.info_per img{
	width: auto;
	height: 85px;
}
/*===============ABOUT_CUSTOMER================*/
/*===============FOOTER================*/
.footer{
	background: #00682F;
	color: #fff;
	font-size: 1rem
}
.info_bottom{
	background: linear-gradient(87deg, rgba(206,3,48) 8%, rgba(215,22,103) 84%, rgba(206,3,48) 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: #00682F;
	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: #00682F;
	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: #CE022E;
}
.breadcrumb{
	background: transparent !important;
}
h1.title_detail_post
{
	border-bottom: 2px solid #CE022E;
	font-size: 1.4rem;
	padding-bottom: 5px;
	text-transform: uppercase;
	color: #CE022E;
}
.post-main h2{
	font-size: 1.5rem;
	color: #fe043a;
	border-bottom: 1px solid #CE022E;
	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: #CE022E;
	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: #CE022E;
}
.btn_gre_loai, .btn_or_loai{
	padding: 5px 10px;
	color: #fff;
	background: #00682F;
	border-radius: 5px;
}
.btn_gre_loai:hover, .btn_or_loai:hover{
	color: #fff;
}
.btn_or_loai{
	padding: 5px 10px;
	color: #fff;
	background: #CE022E;
	border-radius: 5px;
}
.page-link{
	border-color: #00682F !important;
	color: #00682F !important;
	font-weight: 500;
}
.page-item.active .page-link{
	background: #00682F !important;
	color: #fff !important;
}
.count_online
{
	background: #CE022E;
	color: #fff;
}
.count_online .numbe_count
{
	line-height: 0.5;
}
.main-breacrumd > .breadcrumb {
	border-bottom: 2px solid #CE022E;
}
.main-breacrumd .breadcrumb-item > a{
	color: #CE022E;
}
/*===============LOAI_RIGHT================*/
/*===============tritt================*/
ul.submenu_header > li {
    width: 23%;
    float: left;
    margin: 1%;
}
.nav_main > .icon_home a, .nav_main > .icon_home a:hover {
    color: #fff !important;
}
/*===============tritt================*/