@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;
	/*border-top: 10px solid;
	border-image-slice: 1;
	border-width: 5px;
	border-image-source:  linear-gradient(90deg, #D74408 26%, #D85C05 26%);*/
	background: url('../img/banner_header.png') top center no-repeat;
	margin-bottom: 20px;
	height: 769px;
	display: block;
	position: relative;
}
.form_main{
	position: relative;
}
.form_main > input{
	border-color: #D85C05;
	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: #fff;
	padding: 8px 18px;
	display: block;
	transition: all 500ms;
}
.menu-header li a:hover{
	color: #fff;
	background: #333;
}
.link_chat{
	display: block;
	width: 100%;
	height: 517px;
	background: transparent;
	position: absolute;
	top: 108px;
	left: 0px;
}
/*===============HEADER================*/
/*===============INTRO================*/
.intro{
	position: relative;
}
.intro:before,.intro:after{
	position: absolute;
	content: '';
}
.intro:before{
	background: url(../img/bg_gt1.png) top center no-repeat;
	width: 374px;
    height: 242px;
    top: 50%;
    left: 0;
}
.intro:after{
	background: url(../img/bg_gt2.png) top center no-repeat;
    right: 32px;
    top: -100px;
    width: 367px;
    height: 336px;
}
.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: #D95C05;
	margin-bottom: 20px;
}
.des_intro,.des_catalog{
	font-weight: 500;
}
.des_intro{
	width: 800px;
	margin: auto;
}
.item_intro{
	padding: 25px 10px;
    border: 2px solid #F0901E;
    border-radius: 25px;
}
.img_name_intro img{
	height: 85px;
}
.img_name_intro{
	margin-bottom: 25px;
}
.title_item_intro{
	font-family: none;
    font-size: 15px;
    font-weight: bold;
}
.content_item_intro{
	font-weight: 500;
	text-align: justify;
	flex-grow: 1;
}
.list_intro
{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-gap: 20px;
}
.title-main {
    font-family: BANGO;
    color: #EF8B1E;
    font-size: 36px;
    position: relative;
    margin-bottom: 20px;
}
.title-main:before, .title-main:after {
    content: '';
    position: absolute;
    width: 150px;
    height: 3px;
    background: #EF8B1E;
    transform: translateY(-50%);
    top: 50%;
}
.title-main:before {
    left: 27%;
}
.title-main:after {
    right: 27%;
}
/*===============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: #D95C05;
	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,#EF8B1E);
	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 #D95C05;
	font-size: 1.4rem;
	padding-bottom: 5px;
	text-transform: uppercase;
	color: #D95C05;
}
.post-main h2{
	font-size: 1.5rem;
	color: #F29F04;
	border-bottom: 1px solid #D95C05;
	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: #D95C05;
	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: #D95C05;
}
.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: #D95C05;
	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: #D95C05;
	color: #fff;
}
.count_online .numbe_count
{
	line-height: 0.5;
}
.main-breacrumd > .breadcrumb {
	border-bottom: 2px solid #D95C05;
}
.main-breacrumd .breadcrumb-item > a{
	color: #D95C05;
}
/*===============LOAI_RIGHT================*/

