:root{
	--color_main: #F25C05;
	--color_sub: #D74408;
	--color_subsub: #33AB7F;
	--color_btn_top: #F25C05;
	--color_time_header: #ED1C24;
	--color_form_header: #FBB03B;
	--color_footer:#F25C05;
}

@font-face {
	font-family: Bango;
	font-weight: 400;
	font-style: normal;
	src: url(SVN-Bango.otf) format("truetype");
	font-display: swap;
}
@font-face {
	font-family: Avo;
	font-weight: 400;
	font-style: normal;
	src: url(SVN-Avo.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;
}
.w-21{width: 21% !important;}
.d-grid{
	display: grid;
}
.grid-temp-2{
	grid-template-columns: repeat(2, 1fr);
}
.grid-temp-3{
	grid-template-columns: repeat(3, 1fr);
}
.grid-temp-4{
	grid-template-columns: repeat(4, 1fr);
}
.grid-gap-10{grid-gap: 10px;}
.grid-gap-20{grid-gap: 20px;}
.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;
}
.border-l{
	border-left: 1px solid #fff;
}
/*===============HEADER================*/
.bginx_1,.bginx_2,.bginx_3,.bginx_4,.bginx_5{position: absolute;}
.bginx_1{left: 0}
.bginx_2{right: 35px;top: 18%;}
.bginx_3{right: 0;top: 36%;z-index: -1}
.bginx_4{left: 0;top: 55%;z-index: -1}
.bginx_5{right: 0;top: 57%;z-index: -1}
.header{
	padding: 20px 0;
	border-top: 10px solid;
	border-image-slice: 1;
	border-width: 5px;
	/*border-image-source:  linear-gradient(90deg, #D74408 26%, #D85C05 26%);*/
	border-image-source:  linear-gradient(90deg, #fff 26%, #fff 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_header img{
	width: 44px;
}
.phone_content div:first-child{
	font-size: 1em;
	font-weight: 500;
	margin-bottom: -5px
}
.phone_content div:nth-child(2){
	font-size: 1.5rem;
	font-weight: 600;
	color: #D85C05;
}
.info_header{
	font-size: 1.1rem;
	font-weight: 600;
}
.info_header i{
	color: #000;
	font-weight: 700;
	font-size: 1.1rem;
}
/*===============HEADER================*/
/*===============MENU================*/
.nav_main{
	border-top: 1px solid var(--color_main);
	position: relative;
}
.nav_main > .icon_home{
	position: absolute;
	top: 42%;
	left: 8%;
	background: transparent;
	color: var(--color_main);
	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
	{
		justify-content: space-around;
		margin: auto !important;
	}
	.menu_header > li > a
	{
		color: var(--color_main);
		font-weight: 600;
		display: inline-block;
		padding: 13px;
		text-transform: uppercase;
		min-width: 138px;
		text-align: center;
		transition: background .5s ease;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.menu_header > li > a > i.bxs-home
	{
		font-size: 1.8rem;
		margin-right: 15px;
	}
	.menu_header > li > a:hover,.submenu_main > a.active
	{
		background: var(--color_main);
		color: #fff !important;
		cursor: pointer;
	}
	.menu_header > li > a > .bxs-down-arrow
	{
		font-size: 0.6rem;
	}
	.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;
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		z-index: 999999
	}
	.submenu_header > li > a
	{
		display: inline-block;
		margin-bottom: 10px;
		color: #DF5C05;
		font-size: 1rem;
		border-bottom: 2px solid #DF5C05;
		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: #DF5C05;
		color: #fff;
		transition: all .5s;
	}







	/*===============MENU================*/


	/*===============BANNER================*/
	.banner img{
		max-width: 1350px;
	}
	/*===============BANNER================*/


	/*==============TITLE_MAIN================*/
	.title_main{
		gap: 25px;
		font-size: 1.6rem;
		color: #5D5D5D;
		margin-bottom: 20px;
		position: relative;
	}
	.cl-blue {
		color: #195180;
	}
	.small_title {
		color: #D95C05;
		text-align: center;
		font-size: 1.3rem;
		font-weight: 500;
		margin-top: -25px;
	}
	.title_main_sub{
		font-size: 15px;
		margin-top: -22px;
		font-weight: 600;
	}
	.title_main_phone{
		display: inline-block;
		margin: auto;
		background:var(--color_main);
		padding: 10px 25px;
		border-radius: 3px;
		font-size: 1.3rem;
		color: #fff; 
		z-index: 1;
	}
	.title_main_phone:before{
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		height: 2px;
		background: var(--color_main);
		z-index: -1
	}
	.dot {
		height: 3px;
		width: 3px;
		background-color: var(--color_main);
		border-radius: 50%;
		display: block;
		margin-bottom: 5px;
		position: relative;
	}
	.dot:before {
		content: '';
		position: absolute;
		height: 3px;
		width: 3px;
		background-color: var(--color_main);
		border-radius: 50%;
		top: 0;
		left: -10px;
	}
	.dot:after {
		content: '';
		position: absolute;
		height: 3px;
		width: 3px;
		background-color: var(--color_main);
		border-radius: 50%;
		top: 0;
		right: -10px;
	}
	.title_main_dot {
		gap: 25px;
		font-size: 2rem;
		color: var(--color_main);
		margin-bottom: 20px;
	}
	.title_main_plus{
		padding-bottom: 5px;
		color: var(--color_main);
		text-transform: uppercase;
		font-size: 1.4rem;
		font-weight: bold;
		padding-left: 15px;
		border-left: 5px solid var(--color_main);
	}
	.title_main_plus i{
		border: 2px solid var(--color_main);
		border-radius: 5px;
	}
	.title_main_plus span{
		margin-left: 10px;
		font-size: 1rem;
		color: #000;
		font-weight: 600;
	}
	/*==============TITLE_MAIN================*/


	/*==============INFO_UNDER_BANNER================*/

	/************==========FORM=========**************/
	.cover_info_under_post > form{
		flex: 1 1 25%;
	}
	.cover_info_under_post > form input{
		width: 100%;
		height: 100%;
		border: 0;
		padding-left: 10px;
	}
	.cover_info_under_post > form input:focus-visible{
		outline: 0;
	}
	.cover_info_under_post > form .item_right{
		flex-basis: 65%;
	}
	.cover_info_under_post > form button{
		background: transparent;
		border: 0;
		color: #fff;
		text-transform: uppercase;
	}
	/************==========FORM=========**************/

	.item_info_under_banner{
		display: flex;
		align-items: stretch;
		background: var(--color_main);
		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: var(--color_btn_top);
	}
	.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: var(--color_main);
		background: #fff;
		font-weight: 600;
	}
	.item_info_under_banner .item_left{
		color: #fff;
		text-transform: uppercase;
	}
	.item_info_under_banner:nth-child(2) .item_right{
		color: var(--color_time_header)
	}
	.item_info_under_banner:nth-child(2){
		background: var(--color_time_header);
	}
	.item_info_under_banner.form{
		background: var(--color_form_header);
	}

	/*==============INFO_UNDER_BANNER================*/

	/*==============INTRO_INDEX================*/
	.title_intro{
		font-size: 1.6rem;
		color: var(--color_btn_top);
		border-left: 5px solid var(--color_btn_top);
		border-bottom: 1px solid var(--color_btn_top);
		padding: 0 0 5px 15px;
		font-weight: 700;
		position: relative;
	}
	.title_intro:before {
		content: '';
		position: absolute;
		left: -5px;
		bottom: 0;
		width: 100%;
		height: 5px;
		background: #fff;
	}
	.name_intro{
		font-family: Avo;
		color: #4D4D4D;
		font-size: 30px;
		font-weight: 600;
	}
	.name_intro span{
		font-family: Bango;
		color: var(--color_btn_top);
		font-size: 70px;
	}
	.content_intro{font-size: 1.2rem;}

	.item_lct{
		text-align: center;
		padding: 15px;
		color: #333333;
		font-weight: 600;
		background: #F2F2F2;
	}
	.title_content_list{
		font-weight: 800;
		font-size: 0.9rem;
		color: #666666;
	}
	.item_lct.active .title_content_list{
		color: #fff;
	}
	.item_lct.active{
		background: #F7931E;
		color: #fff;
	}

	/*==============INTRO_INDEX================*/
	/*==============POST_OUSTANDING================*/
	.post_index_content{
		color: #333333;
	}
	.post_index_name{
		font-size: 1.1rem;
		text-transform: uppercase;
		font-weight: 600;
	}
	.item_post_index{
		box-shadow: 0 4px 6px rgba(0,0,0,.5);
	}
	.item_post_index{
		border-radius: 10px 10px 0 0;
		overflow: hidden;
	}
	/*==============POST_OUSTANDING================*/

	/*===============POST_CATE================*/
	.post_cate_menu_ul{
		display: flex;
		flex-direction: column;
		gap:10px;
	}
	.post_cate_menu_ul li div{
		background: #EE3B1B;
		/*background: linear-gradient(90deg, rgba(255,175,15,1), rgba(255,131,3,1),rgba(255,175,15,1));*/
		background-size: 300%;
		color: #fff;
		cursor: pointer;
		transition: background .5s ease;
		padding: 11px 10px;
		border-radius: 5px;
		/*border:2px solid #fff;*/
		width: 100%;
		text-transform: uppercase;
		font-size: 1.06rem;
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: relative;
	}
	.post_cate_menu_ul li div:hover{
		animation: ani 5s linear;
	}
	@keyframes ani {
		0% {
			background-position: 0%;
		}

		100% {
			background-position: 400%;
		}
	}
	.post_cate_menu_ul li div:before{
		content: '';
		position: absolute;
		top: -6px;
		left: -7px;
		width: 106%;
		height: 126%;
		border-radius: 30px;
		/*background: linear-gradient(93deg, rgba(255,175,15,1), rgba(255,131,3,1),rgba(255,175,15,1));*/
		z-index: -1;
	}
	.post_cate_menu_ul li.active{
		background: #F47F20;
		color: #fff;
	}
	/*=======SUBMENU_LEFT=========*/
	.submenu_left{display: none;}
	.submenu_left li{
		text-align: center;
		background: #F2F2F2;
		padding:9px 15px;
		color: #4D4D4D;
		font-size: 1rem;
		cursor: pointer;
	}
	.submenu_left li:not(:last-child){
		margin-bottom: 5px;
	}
	/*=======SUBMENU_LEFT=========*/
	.post_cate_post_left img{
		max-height: 256px;
		min-height: 256px;
		border: 1px solid #0476D9;
		padding: 2px;
	}
	.post_cate_post_left_content_des{
		color: #59595C;
		text-align: justify;
	}
	.post_cate_post_right_top img,.list_post_col_3 img{
		width: 37%;
		border: 1px solid #0697F2;
		padding: 2px;
	}
	.post_cate_post_right_content{
		width: 60%
	}
	.post_cate_post_right_content_name{
		color: #0476D9;
		font-size: 0.98rem;
		font-weight: 500;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}
	.post_cate_post_right_content_des{
		color: #59595C;
		text-align: justify;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	.post_cate_post_right_content_view span{
		display: inline-flex;
		padding: 5px 15px;
		border: 1px solid #0476D9;
		color: #0476D9;
		align-items: center;
		line-height: 1;
		gap:10px;
	}
	.subtime span{
		font-size: 0.7rem;
		padding: 6px 2px;
	}
	.post_cate_post_right > a{
		color: #0476D9;
		font-size: 1rem;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		display: inline-block;
		width: 100%;
		line-height: 1;
	}
	.post_cate_post_right > a:hover{
		color: #F47F20;
	}
	.post_cate_item_post > a{
		display: grid;
		grid-template-columns: 30% 67%;
		grid-gap: 10px;
	}
	.post_cate_menu_ul > .slick-prev,.post_cate_menu_ul > .slick-next{
		position: absolute;
		top: 0;
		display: inline-block;
		width: 20px;
		height: 100%;
		background: url(../img/arrow_next.png) center center no-repeat;
		cursor: pointer;
	}
	.post_cate_menu_ul > .slick-prev{
		left: -15px;
		transform: rotate(180deg) translate(-50%);
	}
	.post_cate_menu_ul > .slick-next{
		right: -5px;
	}
	.list_post_col_3_name{
		color: #000;
	}
	/*===============POST_CATE================*/

	/*===============LIST_IMG================*/
	/*.list_img_web > .container
	{
		background: #FFDE76;
		padding: 22px;
	}*/
	.title_main_cheo{
		font-size: 1.3rem;
		font-weight: 600;
		border-left: 7px solid var(--color_main);
		padding-left: 7px;
		margin-bottom: 5px;
	}
	.title_main_cheo.bbt{
		border-bottom: 1px solid var(--color_main)
	}
	.list_img_grid{
		display: inline-grid;
		grid-template-columns: repeat(4,1fr);
		grid-template-rows: repeat(2,1fr);
		grid-gap: 10px;
	}
	.list_img_grid > .img_1{
		grid-column: 1 / span 2;
		grid-row: 1 / span 2;
	}

		.list_img_web{
		background: url(../img/bg_list_img.png) top left no-repeat;
		background-size: cover;
	}
	.slide-top,.slide-bottom{
		width: 700px;
		margin: auto;
		position: relative;
	}
	.slide-bottom .slick-slide {
		margin: 0 5px;
	}
	.slide-top:before{
		content: '';
		position: absolute;
		top: -8px;
		left: -8px;
		width: 200px;
		height: 200px;
		border-radius: 0px 8px 0 8px;
		border-top: 9px solid #F15A24;
		border-left: 9px solid #F15A24; 
	}
	.slide-top:after{
		content: '';
		position: absolute;
		bottom: -8px;
		right: -8px;
		width: 200px;
		height: 200px;
		border-radius: 0px 8px 0 8px;
		border-right: 11px solid #F15A24;
		border-bottom: 11px solid #F15A24; 
		z-index: -1;
	}
	.slide-top .slick-prev,.slide-top .slick-next{
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 30px;
		height: 37px;
		cursor: pointer;
	}
	.slide-top .slick-prev{
		left: -55px;
	}
	.slide-top .slick-next{
		right: -55px;
	}
	/*===============LIST_IMG================*/
	/*===============FOOTER================*/
	.footer{
		background: var(--color_footer);
		color: #fff;
		font-size: 1rem;
		position: relative;
	}
	.footer:before{
		content: '';
		top: -35px;
		left: 0px;
		border-right: 50px solid transparent;
		border-left: 50px solid transparent;
		border-bottom: 35px solid var(--color_footer);
		position: absolute;
		width: 295px;
	}
	.info_bottom{
		background: linear-gradient(87deg, rgba(4,118,217,1) 8%,rgba(4,164,217,1) 84%, rgba(4,118,217,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: #fff;
		border-radius: 4px;
		width: 350px;
	}
	.form_footer input{
		border: 0;
		border-right: 1px solid;
	}
	.form_footer button{
		color: #666666;
		border: 0;
		font-size: 1.6rem;
		padding: 0 15px;
	}
	.title_hethong{
		border-bottom: 1px solid #fff;
		font-size: 1.2rem;
	}
	.title_footer_form{
		font-size: 1.5rem;
		color: #fff;
		font-weight: 600;
	}
	/*===============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;
		font-size: 0.7rem;
	}
	.fs_11{
		font-size: 1.1rem;
	}
	.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.fs_15{
		font-size: 1.5rem;
	}
	.item_info_right:hover{
		color: #fff;
	}
	.item_info_right > img{
		width: 30%;
		margin-right: 10px;
	}
	.bg_or
	{
		background: #33AB7F;
	}
	.breadcrumb{
		background: transparent !important;
	}
	h1.title_detail_post
	{
		border-bottom: 2px solid var(--color_main);
		font-size: 1.4rem;
		padding-bottom: 5px;
		text-transform: uppercase;
		color: var(--color_main);
	}
	.post-main h2{
		font-size: 1.5rem;
		color: var(--color_main);
		border-bottom: 1px solid var(--color_main);
		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: var(--color_main);
		border-bottom: 1px solid;
		margin-bottom: 10px;
	}
	.cover_img_post{
		width: 30%;
		display: inline-block;
		min-width: 228px;
	}
	.content_post_loai
	{
		flex-grow: 1;
		padding:0 15px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.cl-or
	{
		color: var(--color_main);
	}
	.cl-or:hover
	{
		color: var(--color_subsub);
	}
	.card-title,.card-text{
		margin-bottom: 8px !important;
	}
	.btn_gre_loai, .btn_or_loai{
		padding: 5px 10px;
		color: #fff;
		background: var(--color_subsub);
		border-radius: 2px;
	}
	.btn_gre_loai:hover, .btn_or_loai:hover{
		color: #fff;
	}
	.btn_or_loai{
		padding: 5px 10px;
		color: #fff;
		background: var(--color_main);
		border-radius: 2px;
	}
	.page-link{
		border-color: var(--color_subsub) !important;
		color: var(--color_subsub) !important;
		font-weight: 500;
	}
	.page-item.active .page-link{
		background: var(--color_subsub) !important;
		color: #fff !important;
	}
	.count_online
	{
		background: var(--color_main);
		color: #fff;
	}
	.count_online .numbe_count
	{
		line-height: 0.5;
	}
	.main-breacrumd > .breadcrumb {
		border-bottom: 2px solid var(--color_main);
	}
	.main-breacrumd .breadcrumb-item > a{
		color: var(--color_main);
	}
	/*===============LOAI_RIGHT================*/


