@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;
}
.pt-45{
	padding-top: 4.5rem !important;
}
.container
{
	max-width: 650px !important;
}
/*===============Top-header================*/
  .top-header .col-right
 {
 	background: linear-gradient(to bottom, #F3B21D,#EF8E1E);
 	font-size: 6vw;
 	color: #fff;
 	font-weight: bold;
 }
 .col-right i 
 {
 	font-size: 35px;
    margin-right: 10px;
 }
 .col-right > a, .col-right > a:hover
 {
 	color: #fff;
 }
 .col-right .searchbar 
 {
 	line-height: 1;
 }
 .col-right .searchbar p
 {
 	font-size: 12px;
 	color: #fff;
 	font-weight: unset;
 	margin-bottom: 0;
 }
/*===============MENU================*/
.nav_main{
	border-top: 1px solid #D85C05;
	position: relative;
}
.menu_header
{
	max-width: 750px;
	justify-content: space-around;
	margin: auto !important;
}
.menu_header > li > a
{
	color:#D85C05;
	font-weight: 600;
	display: inline-block;
	padding: 8px 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
}
.menu_header > li > a > .bxs-down-arrow
{
	font-size: 0.7rem;
}
.submenu_main
{
	position: relative;
}
.submenu_main:hover .submenu_header
{
	opacity: 1;
	pointer-events: all;
}
.submenu_header
{
	position: absolute;
	top: 100%;
	max-width: 100%;
	min-width: 200px;
	width: max-content;
	padding: 5px 15px 5px;
	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;
}
.submenu_header > li > a
{
	display: inline-block;
	padding-bottom: 5px;
}
/*===============MENU================*/
/*===============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: #D95C05;
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
/*.intro{
	background: url('../img/bg_intro.jpg') center center no-repeat;
	background-size: cover;
}*/
.des_intro,.des_catalog{
	font-weight: 500;
}
.item_intro{
	border: 1px	solid #F5B978;
	padding: 10px;
	border-radius: 15px;
}
.title_item_intro{
	font-weight: 500;
	margin-bottom: 10px;
}
.content_item_intro{
	font-weight: 500;	
	text-align: justify;
	flex-grow: 1;
}
.list_intro
{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 20px;
}
.form_intro{
	background: #D95C05;
	color: #fff;
	height: 100%;
	text-align: center;
	padding: 9px;
	font-size: 1.5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap:20px;
	border-radius: 6px;
}
.form_main_intro .btn{
	color: #D95C05;
	border-radius: 25px;
	padding: 0 15px;
	box-shadow: 0 4px 10px rgba(0,0,0,.4); 
	font-weight: 500;
}
.title-main {
    font-family: BANGO;
    color: #EF8B1E;
    font-size: 26px;
    position: relative;
    width: 330px;
    margin: auto; 
    margin-bottom: 20px;
}
.title-main:before {
    left: 1%;
}

.title-main:before, .title-main:after {
    content: '';
    position: absolute;
    width: 86px;
    height: 3px;
    background: #EF8B1E;
    transform: translateY(-50%);
    top: 50%;
}
.title-main:after {
    right: 1%;
}
/*===============INTRO================*/

/*==============form_middle ===========*/
.form_middle {
    background: url(../img/bg_form_mid.png) top center no-repeat;
    background-size: 100% 100%;
    margin-bottom: 10px;
    padding-bottom: 20px;
    padding-top: 45px;
}
.form_middle .dangkykham {   
    background: #fff;
    padding: 10px;
    margin-bottom: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form_middle .item_checkbox_form-mid
{
	width: 49%;  display: inline-block; margin-bottom: 5px;
}
.form_middle  .p1 {
    font-size: 1.2rem;
    color: #fff;
    font-family: 'Bango';
}
.btn_mid{
	background: #fff;
	padding: 8px 38px;
	border: 0;
	box-shadow: 0 4px 10px rgb(0 0 0 / 40%);
	color: #000;
	border-radius: 25px;
	font-size: 1rem;
	font-weight: 500;
}
/*===============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;
}
.bxs-quote-alt-left{
	font-size: 1.5rem;
	color: #8BC243;
}
.info_per img{
	width: auto;
	height: 70px;
}
.about_customer .content_about{
	width: 90%;
	margin: auto;
}
/*===============ABOUT_CUSTOMER================*/
/*===============FOOTER================*/
.footer{
	background: url(../img/bg_footer.png) top center no-repeat;
    background-size: cover;
    margin-top: 15px;
    color: #000;
    font-size: 1rem;
    padding-top: 30px;
}
.info_bottom{
	background: rgb(255,115,0);
	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;
}
.phone_bottom i{
	font-size: 2.5rem;
	margin-right: 15px;
}
.form_footer{
	background: #EB5C05;
	border-radius: 4px;
	width: 350px;
}
.form_footer button{
	color: #000;
	border: 0;
}
.footer .col-left .p-1
{
	border-bottom: thin solid #000;
}
.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;
}
.list_social a{
	display: block;
    margin: 12px 0;
    font-size: 1.2rem;
    border-bottom: 1px solid;
    font-weight: 600;
    color: #000;
}
/*===============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.2rem;
	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;
}
.content_post_loai
{
	width: 70%;
	padding:0 15px;
}
.content_post_loai > h5
{
	font-size: 1rem;
}
.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
{
	font-size: 0.7rem !important;
	text-align: unset;
}
.count_online .numbe_count h2
{
	font-size: 1rem;
}
.count_online .numbe_count p
{
	text-align: unset !important;
}
.main-breacrumd > .breadcrumb {
	border-bottom: 2px solid #D95C05;
}
.main-breacrumd .breadcrumb-item > a{
	color: #D95C05;
}
.d-grid{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 10px;
}
/*===============LOAI_RIGHT================*/

