@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;
}
.d-grid{
	display: grid;
	grid-gap: 10px;
}
.grid-template-2{
	grid-template-columns: repeat(2, 1fr);
}
/*===============ERROR================*/
.cover_error{
	display: grid;
	grid-template-columns: 30% 70%;
	border-radius: 65px;
	box-shadow: 0 0 5px rgb(0 0 0 / 30%);
}
.red_error{
	background: #FF1D25;
	color: #fff;
	font-size: 4.1rem;
	border-radius: 65px 0 0 65px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.red_error > i{
	transform: translate(5px, -3px);
}
.info_error{
	padding: 10px;
	text-align: center;
	border-radius:  0 65px 65px 0;
}
.title_error{
	font-weight: bold;
}
/*===============ERROR================*/
/*===============Top-header================*/
.top-header .col-right
{
	background: #F0761F;
	font-size: 6vw;
	color: #fff;
	font-weight: bold;
}
.top-header .col-right + div
{
	background: #F0761F;
}
.col-right i 
{
	font-size: 35px;
	margin-right: 10px;
}
.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 #F0761F;
	position: relative;
}
.menu_header
{
	max-width: 750px;
	justify-content: space-around;
	margin: auto !important;
}
.menu_header > li > a
{
	color:#F0761F;
	font-weight: 600;
	display: inline-block;
	padding: 8px 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
}
.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================*/
/*===============COUNT_INDEX================*/
.count_index{
	margin-top: -65px;
	z-index: 99;
	position: relative;
	margin-bottom: 30px;
}
.list_countindex{
	display: grid;
	grid-template-columns: repeat(2,46%);
	grid-gap: 20px;
	justify-content: center;
}
.item_countindex{
	padding: 20px 15px;
	border-radius: 12px;
	box-shadow: 0 0 5px rgb(0 0 0 / 30%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
	color: #fff !important;
	font-weight: bold;
	background: #fff;
}
.content_countindex{
	line-height: 32px;
}
.item_countindex > img{
	width: auto;
	height: 65px;
}
.name_countindex{
	font-size: 16px;
}
.item_countindex:nth-child(1){
	background: #ff8f41;
}
.item_countindex:nth-child(2){
	background: #f0761f;
}
.item_countindex:nth-child(3){
	background: #D85C05;
}
.item_countindex:nth-child(4){
	background: #b94e02;
}
/*===============COUNT_INDEX================*/
/*===============INTRO================*/
.des_catalog{
	font-weight: 500;
}
.form_intro{
	background: #EF8E1E;
	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: #EF8E1E;
	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: #fff;
	font-size: 6vw;
	position: relative;
	width: 330px;
	margin: auto;
	margin-bottom: 20px;
	background: #F0761F;
}
.title-main:not(.nobefore):before, .title-main:not(.nobefore):after {
	content: '';
	position: absolute;
	top: -8px;
	left: 33%;
	width: 15px;
	height: 15px;
	background: #F0761F;
	border-radius: 50%;
}
.title-main:not(.nobefore):after {
	right: 33%;
	left: unset;
}
.cover_titlemain {
	display: inline-block;
	border-top: 1px solid;
	position: relative;
	padding-top:15px !important;
}
.cover_titlemain:before, .cover_titlemain:after {
	content: '';
	position: absolute;
	top: -8px;
	left: 0;
	width: 15px;
	height: 15px;
	background: #F0761F;
	border-radius: 50%;
}
.cover_titlemain:after {
	right: 0;
	left: unset;
}
.title-main span{
	display: block;
	font-size: 16px;
	color: #212529;
	font-weight: unset;
	font-family: sans-serif;
}
.list_intro li:not(:last-child){
	margin-bottom: 13px;
}
.list_intro li {
	position: relative;
	padding-left: 23px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
	font-weight: 600;
}
.list_intro li:before{
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	width: 15px;
	height: 15px;
	background: url(../img/li_inx.png) top center no-repeat;
	background-size: cover;
}
/*===============INTRO================*/


/*===============POST_INDEX================*/
.post_index{
	background: url(../img/bg_ttsk.png) top center no-repeat;
	background-size: 100% 100%;
	padding: 45px 0;
}
.item_post_index{
	display: grid;
	grid-template-columns: 40% 58%;
	grid-gap: 10px;
	padding: 5px;
	border: 1px solid #F0761F;
}
.item_post_index:not(:last-child){
	margin-bottom: 13px;
}
.title_post_index{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #F0761F !important;
	font-weight: 600;
	font-size: 1rem;
}
.des_post_index{
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
/*===============POST_INDEX================*/
/*===============COVER_LIST_TAMNHIN================*/
.cover_list_tamnhin{
	display:grid;
	grid-template-columns: repeat(2,45%); 
	grid-gap: 15px;
	justify-content: center;
}
.item_tamnhin {
	text-align: center;
	box-shadow: 0px 5px 5px rgb(0 0 0 / 16%);
	border-radius: 15px;
	padding: 10px;
}
.item_tamnhin > img{
	height: 77px;
}
.title_tamnhin{
	font-size: 3vw;
	font-weight: bold;
	margin-bottom: 10px;
}
.content_tamnhin{
	font-size: 3vw;
}
/*===============COVER_LIST_TAMNHIN================*/
/*===============POST_CATEGORY================*/
.list_category_index{
	display: grid;
	grid-template-columns: repeat(2 ,1fr);
	grid-gap: 10px;
	justify-content: center;
}
.item_category > a{
	display: block;
	text-align: center;
}
.title_category{
	display: inline-block;
    color: #F0761F;
    width: 110px;
    height: 35px;
    padding: 5px;
    font-size: 4vw;
    font-weight: bold;
}
.cover_img_category_index
{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
}
.cover_img_category_index img{
	height: 35vw;
	width: auto;
}
/*===============POST_CATEGORY================*/
/*===============SLIDE_THIETBI================*/
.slide_thietbi .slick-slide{
	padding: 15px;
}
.slick-prev:before, .slick-next:before{
	content: '' !important;
}
.slick-next{
	right: -11px !important;
}
.slick-prev{
	left: -14px !important;
}
/*===============SLIDE_THIETBI================*/
/*===============FOOTER================*/
.footer{
	/*background: linear-gradient(0deg, rgba(0,19,41,1) 0%, rgba(2,45,60,1) 79%);*/
	background: url(../img/bg_footer.png) top center no-repeat;
	background-size: cover;
	color: #fff;
	font-size: 1rem;
	padding-top: 287px;
	margin-top: -180px;
}
.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 #fff;
}
.img_phone img {
	height: 70px;
	z-index: 2;
}
.img_phone div {
	flex: 1;
	background: #fff;
	color: #022A3A;
	display: flex;
	align-items: center;
	font-size: 28px;
	justify-content: center;
	font-weight: bold;
	z-index: 1;
	transform: translateX(-40px);
}
.list_social a{
	display: block;
	margin: 12px 0;
	font-size: 1.2rem;
	border-bottom: 1px solid;
	font-weight: 600;
	color: #fff;
}
/*===============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: #19635D;
	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: #F0761F;
}
.breadcrumb{
	background: transparent !important;
}
h1.title_detail_post
{
	border-bottom: 2px solid #F0761F;
	font-size: 1.2rem;
	padding-bottom: 5px;
	text-transform: uppercase;
	color: #F0761F;
}
.post-main h2{
	font-size: 1.5rem;
	color: #F0761F;
	border-bottom: 1px solid #F0761F;
	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: #F0761F;
	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: #F0761F;
}
.btn_gre_loai, .btn_or_loai{
	padding: 5px 10px;
	color: #fff;
	background: #19635D;
	border-radius: 5px;
}
.btn_gre_loai:hover, .btn_or_loai:hover{
	color: #fff;
}
.btn_or_loai{
	padding: 5px 10px;
	color: #fff;
	background: #F0761F;
	border-radius: 5px;
}
.page-link{
	border-color: #19635D !important;
	color: #19635D !important;
	font-weight: 500;
}
.page-item.active .page-link{
	background: #19635D !important;
	color: #fff !important;
}
.count_online
{
	/*background: linear-gradient(180deg,  rgba(219,141,59,1) 33%, rgba(239,90,60,1)90%);*/
	background: #F0761F;
	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 #F0761F;
}
.main-breacrumd .breadcrumb-item > a{
	color: #F0761F;
}
.d-grid{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 10px;
}
/*===============LOAI_RIGHT================*/

