@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;
}
: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;
}
.gap-10{
	gap:10px;
}
.gap-15{
	gap:15px;
}
.gap-20{
	gap:20px;
}
.pt-45{
	padding-top: 4.5rem !important;
}
.d-grid{
	display: grid;
	grid-gap: 10px;
}
.grid-template-2{
	grid-template-columns: repeat(2, 1fr);
}

/*===============HEADER================*/
.header{
	padding: 20px 0;
	display: block;
	position: relative;
	max-width: 1350px;
	margin: auto;
	margin-bottom: 20px;
}
.header:before{
	content: '';
	position: absolute;
	top: 0;
	right: 15px;
	width: 150px;
	height: 43px;
	z-index: -1;
	background: url(../img/befo.jpg) top center no-repeat;
}
.form_main{
	position: relative;
}
.form_main > input{
	border-radius: 25px;
	padding-right: 10px;
	width: 100%;
	background: #e1dddd;
}
.form_main > i{
	position: absolute;
	top: 50%;
	right: 10px;
	font-size: 1.5rem;
	transform: translateY(-50%);
}
.phone_content div:first-child{
	font-size: 1em;
	font-weight: 500;
	margin-bottom: -5px
}
.phone_content div:nth-child(2){
	font-size: 1.7em;
	font-weight: 600;
	color: #D85C05;
}
.info_header{
	color: #4D4D4D;
}
.info_header i{
	color: #000;
	font-weight: 700;
	font-size: 1.1rem;
}
.menu-header > li a{
	color: #333;
	padding: 8px 18px;
	display: block;
	transition: all 500ms;
	font-weight: 600;
	font-size: 0.99rem;
	cursor:pointer;
	text-align: left;
}
.menu-header > li > a > i{
	font-size: 13px;
}
.menu-header li a:hover{
	color: #fff !important;
	background: #333;
}
.menu-header li.has_sub{
	position: relative;
}
.menu-header li.has_sub:hover .sub_menu, .sub_menu:hover{
	top: 100%;
	opacity:1;
	pointer-events: all;
}
.sub_menu{
	position: absolute;
	top: 130%;
	left: 0;
	background: #fff;
	box-shadow: 0 6px 15px -7px rgb(0 0 0 / 54%);
	width: max-content;
	transition: all 500ms;
	opacity: 0;
	pointer-events: none;
	z-index: 99999;
}
.banner{
	max-width: 1350px;
	margin: auto;
}
.banner img{
	box-shadow: 0 6px 15px -7px rgb(0 0 0 / 54%);
}
/*===============HEADER================*/
/*==============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: #E19E00;
	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: #000000;
}
.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%;
	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: #000000;
}
.item_info_under_banner:nth-child(2){
	background: #FF9C02;
}
.item_info_under_banner.form{
	background: #E19E00;
}

/*==============INFO_UNDER_BANNER================*/
/*===============INTRO================*/
.dot {
	height: 3px;
	width: 3px;
	background-color: #C38080;
	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: #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{
	gap: 25px;
	font-size: 2rem;
	color: #EF8E1E;
	margin-bottom: 20px;
}
.des_catalog{
	font-weight: 500;
}
.title-main {
	font-family: BANGO;
	color: #FFD005;
	font-size: 36px;
	position: relative;
	margin-bottom: 20px;
}
.title-main.ba_phantram {
	font-size: 30px;
}
.title-main:before, .title-main:after {
	content: '';
	position: absolute;
	width: 150px;
	height: 3px;
	background: #FFD005;
	transform: translateY(-50%);
	top: 50%;
}
.title-main:before {
	left: 27%;
}
.title-main:after {
	right: 27%;
}
.title-main.ba_phantram:before {
	left: 3%;
}
.title-main.ba_phantram:after {
	right: 3%;
}
.img_intro{
	margin: 0 50px;
    background: #FFD005;
    padding: 30px;
    border-radius: 15px;
    margin-top: 35px;
    box-shadow: 0 3px 15px -3px rgb(0 0 0 / 54%);
    text-align: center;
}
.title_img_intro{
	margin-bottom: 17px;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Bango';
}
/*===============INTRO================*/

/*===============FORM_MIDDLE================*/
.form_middle{
	background: url(../img/bg_form_mid.png) top center no-repeat;
	height: 612px;
}
.form_middle .container{
	position: relative;
}
.form_main_midle{
	position: absolute;
	width: 543px;
	top: 31%;
	left: 44%;
}
.form_main_midle :is(input, textarea){
	background: #dddd;
}
.form_main_midle form label{
	color: #666666
}
.form_main_midle form textarea{
	resize: none;
}
.d-grid{
	display: grid;
	grid-gap: 10px;
}
.btn_mid{
	cursor: pointer;
	width: 154px;
	border: 0;
	background: transparent;
}
/*===============FORM_MIDDLE================*/
/*===============POST_CATALOG================*/
.small_title{
	color: #EF8E1E;
	text-align: center;
	font-size: 1.3rem;
	font-weight: 500;
	margin-top: -25px;
}
.item_post_right > img{
	width: 30%;
}
.grid-post{
	grid-gap: 25px;
}
.des_post{
	color: #666666;
}
.title_post{
	font-weight: 500;
}
/*===============POST_CATALOG================*/
/*===============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================*/
/*===============LIST_QUESTION================*/
.question{
	background: url(../img/bg_question.jpg) top left no-repeat;
	background-size: 100% 100%; 
}
.content_question{
	background: #D85A24;
	color: #fff;
	padding: 15px;
	text-align: justify;
	font-size: 1rem;
	border-radius: 8px;
	font-weight: 500;
}
.item_question
{
	padding: 10px;
}
.qt-2{
	background: #E2973B;
	color: #000;
}
.cus_pd {
	padding: 0 93px !important;
}
/*===============LIST_QUESTION================*/
/*=================FOOTER=========================*/
.footer{
	background: url(../img/bg_footer.png) top center no-repeat;
	padding-top: 100px;
	padding-bottom: 20px;
}
.list_menu_footer a{
	display: block;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
	color: #000 !important;
	width: 100%;
	font-size: 14px;
	text-align: right;
	margin-bottom: 8px;
}
.info_footer:first-child{
	margin-top: 15px;
}
.info_footer{
	margin-bottom: 15px;
	color: #000;
	font-size: 17px;
}
.info_footer p{
	font-size: 17px;
	font-weight: 600;
	border-bottom: 1px solid #000;
}
.img_phone{margin-top: 30px;}
.img_phone img{height: 38px;}
.img_phone div{
	flex: 1;
	background: linear-gradient(to right, #F3B51D,#FFD005);
	color: #fff;
	display: flex;
	align-items: center;
	font-size: 25px;
	justify-content: center;
	font-weight: bold;
}
/*=================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: #33AB7F;
	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: #F28705;
}
.breadcrumb{
	background: transparent !important;
}
h1.title_detail_post
{
	border-bottom: 2px solid #EF8E1E;
	font-size: 1.4rem;
	padding-bottom: 5px;
	text-transform: uppercase;
	color: #EF8E1E;
}
.post-main h2{
	font-size: 1.5rem;
	color: #F29F04;
	border-bottom: 1px solid #EF8E1E;
	padding-bottom: 10px;
}
.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: #EF8E1E;
	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: #EF8E1E;
}
.btn_gre_loai, .btn_or_loai{
	padding: 5px 10px;
	color: #fff;
	background: #33AB7F;
	border-radius: 5px;
}
.btn_gre_loai:hover, .btn_or_loai:hover{
	color: #fff;
}
.btn_or_loai{
	padding: 5px 10px;
	color: #fff;
	background: #EF8E1E;
	border-radius: 5px;
}
.page-link{
	border-color: #33AB7F !important;
	color: #33AB7F !important;
	font-weight: 500;
}
.page-item.active .page-link{
	background: #33AB7F !important;
	color: #fff !important;
}
.count_online
{
	background: #EF8E1E;
	color: #fff;
}
.count_online .numbe_count
{
	line-height: 0.5;
}
.main-breacrumd > .breadcrumb {
	border-bottom: 2px solid #EF8E1E;
}
.main-breacrumd .breadcrumb-item > a{
	color: #EF8E1E;
}
/*===============LOAI_RIGHT================*/

