@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:linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(0,45,74,1) 15%, rgba(7,127,170,1) 100%);
	font-size: 6vw;
	color: #fff;
	font-weight: bold;
}
.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 #04597D;
	position: relative;
}
.menu_header
{
	max-width: 750px;
	justify-content: space-around;
	margin: auto !important;
}
.menu_header > li > a
{
	color:#04597D;
	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================*/
.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: #000;
	font-size: 26px;
	position: relative;
	width: 330px;
	margin: auto; 
	margin-bottom: 20px;
}
.title-main span{
	display: block;
	font-size: 16px;
	color: #212529;
	font-weight: unset;
	font-family: sans-serif;
}
/*===============INTRO================*/

/*===============COVER_LIST_TAMNHIN================*/
.cover_list_tamnhin{
	display:grid;
	grid-template-columns: repeat( auto-fit, minmax(250px, 1fr) ); 
	grid-gap: 15px;
}
.item_tamnhin {
	border-radius: 35px;
	padding: 10px;
	display: grid;
	grid-template-columns: 25% 72%;
	grid-gap: 10px;
	align-items: center;
}
.item_tamnhin > img{
	height: 106px;
}
.item_tamnhin:where(:nth-child(2),:nth-child(3)) > img{
	width: 90px;
	height: auto;
}
.title_tamnhin{
	font-size: 0.9rem;
	font-weight: bold;
	margin-bottom: 8px;
}
.content_tamnhin{
	font-size: 0.7rem;
	text-align: justify;
}
/*===============COVER_LIST_TAMNHIN================*/

/*===============POST_INDEX================*/
.item_post_index:not(:last-child){
	margin-bottom: 30px;
}
.title_post_index{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #0882B3 !important;
	font-weight: 600;
	font-size: 1rem;
}
.des_post_index{
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.text_gradient_post{
	background: -webkit-linear-gradient(0deg, rgba(56,182,205,1) 0%, rgba(12,140,166,1) 79%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.text_gradient_post > span{
	-webkit-text-fill-color: #000;
}
/*===============POST_INDEX================*/

/*===============INFO_MID_INDEX================*/
.info_mid_index{
	background: url(../img/bg_mid_inx.png) top center no-repeat;
	background-size: 100% 100%;
}
.item_info_mid_index img{
	height: 70px;
}
.title_info_mid_index{
	color: #fff;
	font-size: 1rem;
	margin-top: 15px;
}
/*===============INFO_MID_INDEX================*/
/*===============POST_CATEGORY================*/
.list_category_index{
	display: grid;
	grid-template-columns: repeat(2 ,1fr);
	grid-gap: 10px;
	justify-content: center;
}
.list_category_index > .item_category {
	padding: 10px;
	border-radius: 19px;
	box-shadow: 0 0 5px rgb(0 0 0 / 26%);
	text-align: center;
	cursor: pointer;
}
.list_category_index > .item_category > a {
	border-radius: 16px;
	box-shadow: 0 0 5px rgb(0 0 0 / 35%);
	text-align: center;
	color: #0882B3;
	padding: 10px;
	font-weight: bold;
	display: block;
}
.list_category_index > .item_category > a > img{
	height: 55px;
	width: auto;
	margin-bottom: 15px;
}
.list_category_index > .item_category:is(.active) > a{
	background: #0882B3;
	color: #fff
}
.list_category_index > .item_category:is(.active) > a > img{
	filter: brightness(30);
}
/*===============POST_CATEGORY================*/
/*===============SLIDE_THIETBI================*/
.slide_thietbi{
	background: linear-gradient(0deg, rgba(0,19,41,1) 0%, rgba(1,78,127,1) 79%);
}
.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%);
	margin-top: 15px;
	color: #fff;
	font-size: 1rem;
}
.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: #05506e;
	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: #0882B3;
}
.breadcrumb{
	background: transparent !important;
}
h1.title_detail_post
{
	border-bottom: 2px solid #0882B3;
	font-size: 1.2rem;
	padding-bottom: 5px;
	text-transform: uppercase;
	color: #0882B3;
}
.post-main h2{
	font-size: 1.5rem;
	color: #0882B3;
	border-bottom: 1px solid #0882B3;
	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: #0882B3;
	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: #0882B3;
}
.btn_gre_loai, .btn_or_loai{
	padding: 5px 10px;
	color: #fff;
	background: #05506e;
	border-radius: 5px;
}
.btn_gre_loai:hover, .btn_or_loai:hover{
	color: #fff;
}
.btn_or_loai{
	padding: 5px 10px;
	color: #fff;
	background: #0882B3;
	border-radius: 5px;
}
.page-link{
	border-color: #05506e !important;
	color: #05506e !important;
	font-weight: 500;
}
.page-item.active .page-link{
	background: #05506e !important;
	color: #fff !important;
}
.count_online
{
	background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(0,45,74,1) 15%, rgba(7,127,170,1) 100%);
	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 #0882B3;
}
.main-breacrumd .breadcrumb-item > a{
	color: #0882B3;
}
.d-grid{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 10px;
}
/*===============LOAI_RIGHT================*/

